3.40 star(s) 73 Votes

Witcher3535

New Member
Dec 12, 2020
6
10
got this anyone know how to fix it please

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/00_Functions/scene_controller.rpy", line 147, in script call
    call phone_open() from _rcall_phone_open
  File "game/Phone/phone_controller.rpy", line 160, in script call
    call process_hooks("call_contact", "phone") from _rcall_process_hooks_24
  File "game/00_Functions/hooks_controller.rpy", line 405, in script call
    call expression label_name from _call_expression_5 #вызов хука
  File "game/Phone/phone.rpy", line 56, in script call
    call emily_chat6() from _rcall_emily_chat6
  File "game/00_Functions/scene_controller.rpy", line 147, in script call
    call phone_open() from _rcall_phone_open
  File "game/Phone/phone_controller.rpy", line 160, in script call
    call process_hooks("call_contact", "phone") from _rcall_process_hooks_24
  File "game/00_Functions/hooks_controller.rpy", line 405, in script call
    call expression label_name from _call_expression_5 #вызов хука
  File "game/Phone/phone.rpy", line 56, in script call
    call emily_chat6() from _rcall_emily_chat6
ScriptError: could not find label 'emily_chat6'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/00_Functions/scene_controller.rpy", line 147, in script call
    call phone_open() from _rcall_phone_open
  File "game/Phone/phone_controller.rpy", line 160, in script call
    call process_hooks("call_contact", "phone") from _rcall_process_hooks_24
  File "game/00_Functions/hooks_controller.rpy", line 405, in script call
    call expression label_name from _call_expression_5 #вызов хука
  File "game/Phone/phone.rpy", line 56, in script call
    call emily_chat6() from _rcall_emily_chat6
  File "renpy/ast.py", line 1444, in execute
    rv = renpy.game.context().call(label, return_site=self.next.name)
  File "game/00_Functions/scene_controller.rpy", line 147, in script call
    call phone_open() from _rcall_phone_open
  File "game/Phone/phone_controller.rpy", line 160, in script call
    call process_hooks("call_contact", "phone") from _rcall_process_hooks_24
  File "game/00_Functions/hooks_controller.rpy", line 405, in script call
    call expression label_name from _call_expression_5 #вызов хука
  File "game/Phone/phone.rpy", line 56, in script call
    call emily_chat6() from _rcall_emily_chat6
  File "renpy/script.py", line 910, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'emily_chat6'.

Windows-10-10.0.22000
Ren'Py 7.4.4.1439
v5.00
Fri Jul 15 05:19:00 2022
Sadly the coders did not write the code for chat 6, I downloaded J edit and changed the number to 5 and it worked and let me pass it, Its not a fix but it will let you play. Replace this file with the Phone.rpy in the Game/Phone folder
 

supersomeone

Member
Nov 20, 2019
409
549
How much did the latest update break the game? Is it worth a download or should I wait for fixes/the extra version
 

facv00

New Member
Apr 2, 2019
6
2
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/00_Functions/scene_controller.rpy", line 147, in script call
    call phone_open() from _rcall_phone_open
  File "game/Phone/phone_controller.rpy", line 160, in script call
    call process_hooks("call_contact", "phone") from _rcall_process_hooks_24
  File "game/00_Functions/hooks_controller.rpy", line 405, in script call
    call expression label_name from _call_expression_5 #вызов хука
  File "game/Phone/phone.rpy", line 52, in script call
    call sarah_chat1() from _rcall_sarah_chat1
  File "game/00_Functions/scene_controller.rpy", line 147, in script call
    call phone_open() from _rcall_phone_open
  File "game/Phone/phone_controller.rpy", line 160, in script call
    call process_hooks("call_contact", "phone") from _rcall_process_hooks_24
  File "game/00_Functions/hooks_controller.rpy", line 405, in script call
    call expression label_name from _call_expression_5 #вызов хука
  File "game/Phone/phone.rpy", line 52, in script call
    call sarah_chat1() from _rcall_sarah_chat1
ScriptError: could not find label 'sarah_chat1'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/00_Functions/scene_controller.rpy", line 147, in script call
    call phone_open() from _rcall_phone_open
  File "game/Phone/phone_controller.rpy", line 160, in script call
    call process_hooks("call_contact", "phone") from _rcall_process_hooks_24
  File "game/00_Functions/hooks_controller.rpy", line 405, in script call
    call expression label_name from _call_expression_5 #вызов хука
  File "game/Phone/phone.rpy", line 52, in script call
    call sarah_chat1() from _rcall_sarah_chat1
  File "renpy/ast.py", line 1444, in execute
    rv = renpy.game.context().call(label, return_site=self.next.name)
  File "game/00_Functions/scene_controller.rpy", line 147, in script call
    call phone_open() from _rcall_phone_open
  File "game/Phone/phone_controller.rpy", line 160, in script call
    call process_hooks("call_contact", "phone") from _rcall_process_hooks_24
  File "game/00_Functions/hooks_controller.rpy", line 405, in script call
    call expression label_name from _call_expression_5 #вызов хука
  File "game/Phone/phone.rpy", line 52, in script call
    call sarah_chat1() from _rcall_sarah_chat1
  File "renpy/script.py", line 910, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'sarah_chat1'.

Windows-10-10.0.22000
Ren'Py 7.4.4.1439
 v5.00
Tue Jul 19 07:49:37 2022
 

Tulandra

Newbie
Sep 27, 2019
47
35
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/00_Functions/scene_controller.rpy", line 147, in script call
    call phone_open() from _rcall_phone_open
  File "game/Phone/phone_controller.rpy", line 160, in script call
    call process_hooks("call_contact", "phone") from _rcall_process_hooks_24
  File "game/00_Functions/hooks_controller.rpy", line 405, in script call
    call expression label_name from _call_expression_5 #вызов хука
  File "game/Phone/phone.rpy", line 56, in script call
    call emily_chat6() from _rcall_emily_chat6
  File "game/00_Functions/scene_controller.rpy", line 147, in script call
    call phone_open() from _rcall_phone_open
  File "game/Phone/phone_controller.rpy", line 160, in script call
    call process_hooks("call_contact", "phone") from _rcall_process_hooks_24
  File "game/00_Functions/hooks_controller.rpy", line 405, in script call
    call expression label_name from _call_expression_5 #вызов хука
  File "game/Phone/phone.rpy", line 56, in script call
    call emily_chat6() from _rcall_emily_chat6
ScriptError: could not find label 'emily_chat6'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/00_Functions/scene_controller.rpy", line 147, in script call
    call phone_open() from _rcall_phone_open
  File "game/Phone/phone_controller.rpy", line 160, in script call
    call process_hooks("call_contact", "phone") from _rcall_process_hooks_24
  File "game/00_Functions/hooks_controller.rpy", line 405, in script call
    call expression label_name from _call_expression_5 #вызов хука
  File "game/Phone/phone.rpy", line 56, in script call
    call emily_chat6() from _rcall_emily_chat6
  File "renpy/ast.py", line 1444, in execute
    rv = renpy.game.context().call(label, return_site=self.next.name)
  File "game/00_Functions/scene_controller.rpy", line 147, in script call
    call phone_open() from _rcall_phone_open
  File "game/Phone/phone_controller.rpy", line 160, in script call
    call process_hooks("call_contact", "phone") from _rcall_process_hooks_24
  File "game/00_Functions/hooks_controller.rpy", line 405, in script call
    call expression label_name from _call_expression_5 #вызов хука
  File "game/Phone/phone.rpy", line 56, in script call
    call emily_chat6() from _rcall_emily_chat6
  File "renpy/script.py", line 910, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'emily_chat6'.

Windows-10-10.0.22000
Ren'Py 7.4.4.1439
 v5.00
Tue Jul 19 18:40:35 2022
 

DS3DX

Member
Oct 19, 2018
166
679
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/00_Functions/scene_controller.rpy", line 147, in script call
    call phone_open() from _rcall_phone_open
  File "game/Phone/phone_controller.rpy", line 160, in script call
    call process_hooks("call_contact", "phone") from _rcall_process_hooks_24
  File "game/00_Functions/hooks_controller.rpy", line 405, in script call
    call expression label_name from _call_expression_5 #вызов хука
  File "game/Phone/phone.rpy", line 56, in script call
    call emily_chat6() from _rcall_emily_chat6
  File "game/00_Functions/scene_controller.rpy", line 147, in script call
    call phone_open() from _rcall_phone_open
  File "game/Phone/phone_controller.rpy", line 160, in script call
    call process_hooks("call_contact", "phone") from _rcall_process_hooks_24
  File "game/00_Functions/hooks_controller.rpy", line 405, in script call
    call expression label_name from _call_expression_5 #вызов хука
  File "game/Phone/phone.rpy", line 56, in script call
    call emily_chat6() from _rcall_emily_chat6
ScriptError: could not find label 'emily_chat6'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/00_Functions/scene_controller.rpy", line 147, in script call
    call phone_open() from _rcall_phone_open
  File "game/Phone/phone_controller.rpy", line 160, in script call
    call process_hooks("call_contact", "phone") from _rcall_process_hooks_24
  File "game/00_Functions/hooks_controller.rpy", line 405, in script call
    call expression label_name from _call_expression_5 #вызов хука
  File "game/Phone/phone.rpy", line 56, in script call
    call emily_chat6() from _rcall_emily_chat6
  File "renpy/ast.py", line 1444, in execute
    rv = renpy.game.context().call(label, return_site=self.next.name)
  File "game/00_Functions/scene_controller.rpy", line 147, in script call
    call phone_open() from _rcall_phone_open
  File "game/Phone/phone_controller.rpy", line 160, in script call
    call process_hooks("call_contact", "phone") from _rcall_process_hooks_24
  File "game/00_Functions/hooks_controller.rpy", line 405, in script call
    call expression label_name from _call_expression_5 #вызов хука
  File "game/Phone/phone.rpy", line 56, in script call
    call emily_chat6() from _rcall_emily_chat6
  File "renpy/script.py", line 910, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'emily_chat6'.

Windows-10-10.0.22000
Ren'Py 7.4.4.1439
v5.00
Tue Jul 19 18:40:35 2022
the Phone.rpy attachment a page back can fix this. unfortunately it wont fix the SARAH call.
 

zainon

Member
Jan 27, 2021
303
234
description said "realistic relationship" so it's safe to assumed you cant pursue everyone at one save right? haven't play the game yet because of other game.
 

Jazzzzz

Member
Sep 20, 2021
466
170
Hey Does can someone help me change the notepad file back to original, i accidentally changed the properties to open with notepad and cannot revert it
1658316835060.png
 
3.40 star(s) 73 Votes