- Nov 9, 2021
- 150
- 50
Yeah I got some errors in the gallery as well.LaikDink Dude thanks for the mod but when I used your mod found this errors in the gallery,can you please fix them?
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/00_Functions/scene_controller.rpy", line 148, in script call call show_achievements() from _rcall_sprites_action11 File "game/Quests/Question_Helper_Info.rpy", line 445, in script call call screen achievements_screen() File "game/Gallery/gallery.rpy", line 56, in script call call expression gallery_label from _rcall_rgallery_label11 File "game/Quests/MLS/EP1_07/ep07_dialogues1_family_sophie.rpy", line 379, in script call call phone_outgoing_call("Olivia", "olivia_chat6") from _rcall_phone_outgoing_call_7 File "game/Phone/phone_controller.rpy", line 132, in script pause 1.0 File "renpy/common/000statements.rpy", line 453, in execute_pause renpy.pause(delay) File "game/Phone/phone_screens.rpy", line 1, in execute screen phone(phone_menu_active): File "game/Phone/phone_screens.rpy", line 1, in execute screen phone(phone_menu_active): File "game/Phone/phone_screens.rpy", line 19, in execute frame: File "game/Phone/phone_screens.rpy", line 44, in execute if phone_menu_active == "calling_screen": File "game/Phone/phone_screens.rpy", line 45, in execute use phone_calling_screen() File "game/Phone/phone_screens.rpy", line 238, in execute screen phone_calling_screen(): File "game/Phone/phone_screens.rpy", line 238, in execute screen phone_calling_screen(): File "game/Phone/phone_screens.rpy", line 239, in execute fixed: File "game/Phone/phone_screens.rpy", line 242, in execute $ contactImg = Image(phone_contact["img"]) File "game/Phone/phone_screens.rpy", line 242, in <module> $ contactImg = Image(phone_contact["img"]) TypeError: 'NoneType' object has no attribute '__getitem__' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/00_Functions/scene_controller.rpy", line 148, in script call call show_achievements() from _rcall_sprites_action11 File "game/Quests/Question_Helper_Info.rpy", line 445, in script call call screen achievements_screen() File "game/Gallery/gallery.rpy", line 56, in script call call expression gallery_label from _rcall_rgallery_label11 File "game/Quests/MLS/EP1_07/ep07_dialogues1_family_sophie.rpy", line 379, in script call call phone_outgoing_call("Olivia", "olivia_chat6") from _rcall_phone_outgoing_call_7 File "game/Phone/phone_controller.rpy", line 132, in script pause 1.0 File "renpy/ast.py", line 1969, in execute self.call("execute") File "renpy/ast.py", line 1957, in call return renpy.statements.call(method, parsed, *args, **kwargs) File "renpy/statements.py", line 278, in call return method(parsed, *args, **kwargs) File "renpy/common/000statements.rpy", line 453, in execute_pause renpy.pause(delay) File "renpy/exports.py", line 1525, in pause rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay) File "renpy/ui.py", line 298, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3101, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) File "renpy/display/core.py", line 3512, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/core.py", line 567, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 567, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 567, in visit_all d.visit_all(callback, seen) File "renpy/display/screen.py", line 432, in visit_all callback(self) File "renpy/display/core.py", line 3512, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/screen.py", line 443, in per_interact self.update() File "renpy/display/screen.py", line 631, in update self.screen.function(**self.scope) File "game/Phone/phone_screens.rpy", line 1, in execute screen phone(phone_menu_active): File "game/Phone/phone_screens.rpy", line 1, in execute screen phone(phone_menu_active): File "game/Phone/phone_screens.rpy", line 19, in execute frame: File "game/Phone/phone_screens.rpy", line 44, in execute if phone_menu_active == "calling_screen": File "game/Phone/phone_screens.rpy", line 45, in execute use phone_calling_screen() File "game/Phone/phone_screens.rpy", line 238, in execute screen phone_calling_screen(): File "game/Phone/phone_screens.rpy", line 238, in execute screen phone_calling_screen(): File "game/Phone/phone_screens.rpy", line 239, in execute fixed: File "game/Phone/phone_screens.rpy", line 242, in execute $ contactImg = Image(phone_contact["img"]) File "game/Phone/phone_screens.rpy", line 242, in <module> $ contactImg = Image(phone_contact["img"]) TypeError: 'NoneType' object has no attribute '__getitem__' Windows-10-10.0.19041 Ren'Py 7.4.4.1439 v7.00-Extra Sun Nov 27 15:22:45 2022
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/00_Functions/scene_controller.rpy", line 148, in script call call show_achievements() from _rcall_sprites_action11 File "game/Quests/Question_Helper_Info.rpy", line 445, in script call call screen achievements_screen() File "game/Gallery/gallery.rpy", line 56, in script call call expression gallery_label from _rcall_rgallery_label11 File "game/Quests/MLS/EP1_07/ep07_dialogues6_family_daisy.rpy", line 23, in script call call phone_outgoing_call("Daisy", "daisy_chat5") from _rcall_phone_outgoing_call_16 File "game/Phone/phone_controller.rpy", line 132, in script pause 1.0 File "renpy/common/000statements.rpy", line 453, in execute_pause renpy.pause(delay) File "game/Phone/phone_screens.rpy", line 1, in execute screen phone(phone_menu_active): File "game/Phone/phone_screens.rpy", line 1, in execute screen phone(phone_menu_active): File "game/Phone/phone_screens.rpy", line 19, in execute frame: File "game/Phone/phone_screens.rpy", line 44, in execute if phone_menu_active == "calling_screen": File "game/Phone/phone_screens.rpy", line 45, in execute use phone_calling_screen() File "game/Phone/phone_screens.rpy", line 238, in execute screen phone_calling_screen(): File "game/Phone/phone_screens.rpy", line 238, in execute screen phone_calling_screen(): File "game/Phone/phone_screens.rpy", line 239, in execute fixed: File "game/Phone/phone_screens.rpy", line 242, in execute $ contactImg = Image(phone_contact["img"]) File "game/Phone/phone_screens.rpy", line 242, in <module> $ contactImg = Image(phone_contact["img"]) TypeError: 'NoneType' object has no attribute '__getitem__' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/00_Functions/scene_controller.rpy", line 148, in script call call show_achievements() from _rcall_sprites_action11 File "game/Quests/Question_Helper_Info.rpy", line 445, in script call call screen achievements_screen() File "game/Gallery/gallery.rpy", line 56, in script call call expression gallery_label from _rcall_rgallery_label11 File "game/Quests/MLS/EP1_07/ep07_dialogues6_family_daisy.rpy", line 23, in script call call phone_outgoing_call("Daisy", "daisy_chat5") from _rcall_phone_outgoing_call_16 File "game/Phone/phone_controller.rpy", line 132, in script pause 1.0 File "renpy/ast.py", line 1969, in execute self.call("execute") File "renpy/ast.py", line 1957, in call return renpy.statements.call(method, parsed, *args, **kwargs) File "renpy/statements.py", line 278, in call return method(parsed, *args, **kwargs) File "renpy/common/000statements.rpy", line 453, in execute_pause renpy.pause(delay) File "renpy/exports.py", line 1525, in pause rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay) File "renpy/ui.py", line 298, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3101, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) File "renpy/display/core.py", line 3512, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/core.py", line 567, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 567, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 567, in visit_all d.visit_all(callback, seen) File "renpy/display/screen.py", line 432, in visit_all callback(self) File "renpy/display/core.py", line 3512, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/screen.py", line 443, in per_interact self.update() File "renpy/display/screen.py", line 631, in update self.screen.function(**self.scope) File "game/Phone/phone_screens.rpy", line 1, in execute screen phone(phone_menu_active): File "game/Phone/phone_screens.rpy", line 1, in execute screen phone(phone_menu_active): File "game/Phone/phone_screens.rpy", line 19, in execute frame: File "game/Phone/phone_screens.rpy", line 44, in execute if phone_menu_active == "calling_screen": File "game/Phone/phone_screens.rpy", line 45, in execute use phone_calling_screen() File "game/Phone/phone_screens.rpy", line 238, in execute screen phone_calling_screen(): File "game/Phone/phone_screens.rpy", line 238, in execute screen phone_calling_screen(): File "game/Phone/phone_screens.rpy", line 239, in execute fixed: File "game/Phone/phone_screens.rpy", line 242, in execute $ contactImg = Image(phone_contact["img"]) File "game/Phone/phone_screens.rpy", line 242, in <module> $ contactImg = Image(phone_contact["img"]) TypeError: 'NoneType' object has no attribute '__getitem__' Windows-10-10.0.19041 Ren'Py 7.4.4.1439 v7.00-Extra Sun Nov 27 15:23:05 2022
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/00_Functions/scene_controller.rpy", line 148, in script call call show_achievements() from _rcall_sprites_action11 File "game/Quests/Question_Helper_Info.rpy", line 445, in script call call screen achievements_screen() File "game/Gallery/gallery.rpy", line 56, in script call call expression gallery_label from _rcall_rgallery_label11 File "game/Quests/MLS/EP1_07/ep07_dialogues8_mall_money.rpy", line 314, in script call call phone_outgoing_call("Sean", "sean_chat13") from _rcall_phone_outgoing_call_19 File "game/Phone/phone_controller.rpy", line 132, in script pause 1.0 File "renpy/common/000statements.rpy", line 453, in execute_pause renpy.pause(delay) File "game/Phone/phone_screens.rpy", line 1, in execute screen phone(phone_menu_active): File "game/Phone/phone_screens.rpy", line 1, in execute screen phone(phone_menu_active): File "game/Phone/phone_screens.rpy", line 19, in execute frame: File "game/Phone/phone_screens.rpy", line 44, in execute if phone_menu_active == "calling_screen": File "game/Phone/phone_screens.rpy", line 45, in execute use phone_calling_screen() File "game/Phone/phone_screens.rpy", line 238, in execute screen phone_calling_screen(): File "game/Phone/phone_screens.rpy", line 238, in execute screen phone_calling_screen(): File "game/Phone/phone_screens.rpy", line 239, in execute fixed: File "game/Phone/phone_screens.rpy", line 242, in execute $ contactImg = Image(phone_contact["img"]) File "game/Phone/phone_screens.rpy", line 242, in <module> $ contactImg = Image(phone_contact["img"]) TypeError: 'NoneType' object has no attribute '__getitem__' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/00_Functions/scene_controller.rpy", line 148, in script call call show_achievements() from _rcall_sprites_action11 File "game/Quests/Question_Helper_Info.rpy", line 445, in script call call screen achievements_screen() File "game/Gallery/gallery.rpy", line 56, in script call call expression gallery_label from _rcall_rgallery_label11 File "game/Quests/MLS/EP1_07/ep07_dialogues8_mall_money.rpy", line 314, in script call call phone_outgoing_call("Sean", "sean_chat13") from _rcall_phone_outgoing_call_19 File "game/Phone/phone_controller.rpy", line 132, in script pause 1.0 File "renpy/ast.py", line 1969, in execute self.call("execute") File "renpy/ast.py", line 1957, in call return renpy.statements.call(method, parsed, *args, **kwargs) File "renpy/statements.py", line 278, in call return method(parsed, *args, **kwargs) File "renpy/common/000statements.rpy", line 453, in execute_pause renpy.pause(delay) File "renpy/exports.py", line 1525, in pause rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay) File "renpy/ui.py", line 298, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3101, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) File "renpy/display/core.py", line 3512, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/core.py", line 567, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 567, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 567, in visit_all d.visit_all(callback, seen) File "renpy/display/screen.py", line 432, in visit_all callback(self) File "renpy/display/core.py", line 3512, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/screen.py", line 443, in per_interact self.update() File "renpy/display/screen.py", line 631, in update self.screen.function(**self.scope) File "game/Phone/phone_screens.rpy", line 1, in execute screen phone(phone_menu_active): File "game/Phone/phone_screens.rpy", line 1, in execute screen phone(phone_menu_active): File "game/Phone/phone_screens.rpy", line 19, in execute frame: File "game/Phone/phone_screens.rpy", line 44, in execute if phone_menu_active == "calling_screen": File "game/Phone/phone_screens.rpy", line 45, in execute use phone_calling_screen() File "game/Phone/phone_screens.rpy", line 238, in execute screen phone_calling_screen(): File "game/Phone/phone_screens.rpy", line 238, in execute screen phone_calling_screen(): File "game/Phone/phone_screens.rpy", line 239, in execute fixed: File "game/Phone/phone_screens.rpy", line 242, in execute $ contactImg = Image(phone_contact["img"]) File "game/Phone/phone_screens.rpy", line 242, in <module> $ contactImg = Image(phone_contact["img"]) TypeError: 'NoneType' object has no attribute '__getitem__' Windows-10-10.0.19041 Ren'Py 7.4.4.1439 v7.00-Extra Sun Nov 27 16:08:40 2022
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/00_Functions/scene_controller.rpy", line 148, in script call call show_achievements() from _rcall_sprites_action11 File "game/Quests/Question_Helper_Info.rpy", line 445, in script call call screen achievements_screen() File "game/Gallery/gallery.rpy", line 56, in script call call expression gallery_label from _rcall_rgallery_label11 File "game/Quests/MLS/EP1_07/ep07_dialogues8_mall_money.rpy", line 168, in script call call phone_outgoing_call("Sean", "sean_chat12") from _rcall_phone_outgoing_call_18 File "game/Phone/phone_controller.rpy", line 132, in script pause 1.0 File "renpy/common/000statements.rpy", line 453, in execute_pause renpy.pause(delay) File "game/Phone/phone_screens.rpy", line 1, in execute screen phone(phone_menu_active): File "game/Phone/phone_screens.rpy", line 1, in execute screen phone(phone_menu_active): File "game/Phone/phone_screens.rpy", line 19, in execute frame: File "game/Phone/phone_screens.rpy", line 44, in execute if phone_menu_active == "calling_screen": File "game/Phone/phone_screens.rpy", line 45, in execute use phone_calling_screen() File "game/Phone/phone_screens.rpy", line 238, in execute screen phone_calling_screen(): File "game/Phone/phone_screens.rpy", line 238, in execute screen phone_calling_screen(): File "game/Phone/phone_screens.rpy", line 239, in execute fixed: File "game/Phone/phone_screens.rpy", line 242, in execute $ contactImg = Image(phone_contact["img"]) File "game/Phone/phone_screens.rpy", line 242, in <module> $ contactImg = Image(phone_contact["img"]) TypeError: 'NoneType' object has no attribute '__getitem__' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/00_Functions/scene_controller.rpy", line 148, in script call call show_achievements() from _rcall_sprites_action11 File "game/Quests/Question_Helper_Info.rpy", line 445, in script call call screen achievements_screen() File "game/Gallery/gallery.rpy", line 56, in script call call expression gallery_label from _rcall_rgallery_label11 File "game/Quests/MLS/EP1_07/ep07_dialogues8_mall_money.rpy", line 168, in script call call phone_outgoing_call("Sean", "sean_chat12") from _rcall_phone_outgoing_call_18 File "game/Phone/phone_controller.rpy", line 132, in script pause 1.0 File "renpy/ast.py", line 1969, in execute self.call("execute") File "renpy/ast.py", line 1957, in call return renpy.statements.call(method, parsed, *args, **kwargs) File "renpy/statements.py", line 278, in call return method(parsed, *args, **kwargs) File "renpy/common/000statements.rpy", line 453, in execute_pause renpy.pause(delay) File "renpy/exports.py", line 1525, in pause rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay) File "renpy/ui.py", line 298, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3101, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) File "renpy/display/core.py", line 3512, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/core.py", line 567, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 567, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 567, in visit_all d.visit_all(callback, seen) File "renpy/display/screen.py", line 432, in visit_all callback(self) File "renpy/display/core.py", line 3512, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/screen.py", line 443, in per_interact self.update() File "renpy/display/screen.py", line 631, in update self.screen.function(**self.scope) File "game/Phone/phone_screens.rpy", line 1, in execute screen phone(phone_menu_active): File "game/Phone/phone_screens.rpy", line 1, in execute screen phone(phone_menu_active): File "game/Phone/phone_screens.rpy", line 19, in execute frame: File "game/Phone/phone_screens.rpy", line 44, in execute if phone_menu_active == "calling_screen": File "game/Phone/phone_screens.rpy", line 45, in execute use phone_calling_screen() File "game/Phone/phone_screens.rpy", line 238, in execute screen phone_calling_screen(): File "game/Phone/phone_screens.rpy", line 238, in execute screen phone_calling_screen(): File "game/Phone/phone_screens.rpy", line 239, in execute fixed: File "game/Phone/phone_screens.rpy", line 242, in execute $ contactImg = Image(phone_contact["img"]) File "game/Phone/phone_screens.rpy", line 242, in <module> $ contactImg = Image(phone_contact["img"]) TypeError: 'NoneType' object has no attribute '__getitem__' Windows-10-10.0.19041 Ren'Py 7.4.4.1439 v7.00-Extra Sun Nov 27 16:10:25 2022
LaikDink Can you please fix it?