3.40 star(s) 73 Votes

eskichairman

Newbie
Jun 25, 2020
49
10
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/00_Functions/scene_controller.rpy", line 157, in script call
    call show_achievements() from _rcall_sprites_action11
  File "game/Quests/Question_Helper_Info.rpy", line 525, in script call
    call screen achievements_screen()
  File "game/Gallery/gallery.rpy", line 59, 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 136, 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 5, in execute
    if phone_visible == True:
  File "game/Phone/phone_screens.rpy", line 27, in execute
    frame:
  File "game/Phone/phone_screens.rpy", line 52, in execute
    if phone_menu_active == "calling_screen":
  File "game/Phone/phone_screens.rpy", line 53, in execute
    use phone_calling_screen()
  File "game/Phone/phone_screens.rpy", line 246, in execute
    screen phone_calling_screen():
  File "game/Phone/phone_screens.rpy", line 246, in execute
    screen phone_calling_screen():
  File "game/Phone/phone_screens.rpy", line 247, in execute
    fixed:
  File "game/Phone/phone_screens.rpy", line 250, in execute
    $ contactImg = Image(phone_contact["img"])
  File "game/Phone/phone_screens.rpy", line 250, 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 157, in script call
    call show_achievements() from _rcall_sprites_action11
  File "game/Quests/Question_Helper_Info.rpy", line 525, in script call
    call screen achievements_screen()
  File "game/Gallery/gallery.rpy", line 59, 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 136, 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 5, in execute
    if phone_visible == True:
  File "game/Phone/phone_screens.rpy", line 27, in execute
    frame:
  File "game/Phone/phone_screens.rpy", line 52, in execute
    if phone_menu_active == "calling_screen":
  File "game/Phone/phone_screens.rpy", line 53, in execute
    use phone_calling_screen()
  File "game/Phone/phone_screens.rpy", line 246, in execute
    screen phone_calling_screen():
  File "game/Phone/phone_screens.rpy", line 246, in execute
    screen phone_calling_screen():
  File "game/Phone/phone_screens.rpy", line 247, in execute
    fixed:
  File "game/Phone/phone_screens.rpy", line 250, in execute
    $ contactImg = Image(phone_contact["img"])
  File "game/Phone/phone_screens.rpy", line 250, 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
 Season-1-Extra
Thu Jun  8 18:14:53 2023
 

sdwdw

New Member
Mar 18, 2021
3
0
People, someone has complete safety, and I want to open the entire Gallery for the latest version at the moment.
 

joelurmel

Well-Known Member
Nov 3, 2022
1,657
2,575
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/00_Functions/scene_controller.rpy", line 157, in script call
    call show_achievements() from _rcall_sprites_action11
  File "game/Quests/Question_Helper_Info.rpy", line 525, in script call
    call screen achievements_screen()
  File "game/Gallery/gallery.rpy", line 59, 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 136, 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 5, in execute
    if phone_visible == True:
  File "game/Phone/phone_screens.rpy", line 27, in execute
    frame:
  File "game/Phone/phone_screens.rpy", line 52, in execute
    if phone_menu_active == "calling_screen":
  File "game/Phone/phone_screens.rpy", line 53, in execute
    use phone_calling_screen()
  File "game/Phone/phone_screens.rpy", line 246, in execute
    screen phone_calling_screen():
  File "game/Phone/phone_screens.rpy", line 246, in execute
    screen phone_calling_screen():
  File "game/Phone/phone_screens.rpy", line 247, in execute
    fixed:
  File "game/Phone/phone_screens.rpy", line 250, in execute
    $ contactImg = Image(phone_contact["img"])
  File "game/Phone/phone_screens.rpy", line 250, 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 157, in script call
    call show_achievements() from _rcall_sprites_action11
  File "game/Quests/Question_Helper_Info.rpy", line 525, in script call
    call screen achievements_screen()
  File "game/Gallery/gallery.rpy", line 59, 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 136, 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 5, in execute
    if phone_visible == True:
  File "game/Phone/phone_screens.rpy", line 27, in execute
    frame:
  File "game/Phone/phone_screens.rpy", line 52, in execute
    if phone_menu_active == "calling_screen":
  File "game/Phone/phone_screens.rpy", line 53, in execute
    use phone_calling_screen()
  File "game/Phone/phone_screens.rpy", line 246, in execute
    screen phone_calling_screen():
  File "game/Phone/phone_screens.rpy", line 246, in execute
    screen phone_calling_screen():
  File "game/Phone/phone_screens.rpy", line 247, in execute
    fixed:
  File "game/Phone/phone_screens.rpy", line 250, in execute
    $ contactImg = Image(phone_contact["img"])
  File "game/Phone/phone_screens.rpy", line 250, 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
Season-1-Extra
Thu Jun  8 18:14:53 2023
In wich condition ? version ? mod installed ? cheat applied ? upload save file used juste before and persistent here from game\saves
 

joelurmel

Well-Known Member
Nov 3, 2022
1,657
2,575
i tried this one but it gives me an error when i log in the game :(
This is not due to the upgrade. I have fully checked with crc32 what I have obtained after applied it on a clean v10 normal and it produce an exact same crc32.
What error have you ?
 

eskichairman

Newbie
Jun 25, 2020
49
10
In wich condition ? version ? mod installed ? cheat applied ? upload save file used juste before and persistent here from game\saves
i installed the activation crack and gallery mod only , start from the beginning of the game and checked the daisy scene still gives me an error T.T
 

joelurmel

Well-Known Member
Nov 3, 2022
1,657
2,575
i just checked from

i just checked the daisy scene from the gallery of the extra version, only happens with the daisy scene that gives me an error all other work just fine
There is plenty of daisy scene...
I have played the 10 firsts without any problem.
So which one, put a snapshot and circle the scene
 

hohohihi

Member
Aug 24, 2017
174
156
Is there torrent for this game or maybe gofile for window, my internet suck failed on downloading and can't resume
 
3.40 star(s) 73 Votes