3.40 star(s) 73 Votes

silgmaris

Newbie
Nov 17, 2018
33
34
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
Same issue but no solution...
 

bruno6845

Active Member
Jun 2, 2020
630
152
problem
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.19041
Ren'Py 7.4.4.1439
v5.00
Sat Jul 16 14:50:26 2022
 
3.40 star(s) 73 Votes