- Jun 21, 2018
- 6,468
- 4,624
any idea how to fix this?
rolling back and reloading doest work EDIT this fixes it
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/home_vide.rpy", line 143, in script
jump couloir_vide_01_go
ScriptError: could not find label 'couloir_vide_01_go'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/home_vide.rpy", line 143, in script
jump couloir_vide_01_go
File "D:\Pgames\Male MC\CHAIXAS-GAMES\MY_SECRET_FEVER-0.1.1-pc\renpy\ast.py", line 1695, in execute
rv = renpy.game.script.lookup(target)
File "D:\Pgames\Male MC\CHAIXAS-GAMES\MY_SECRET_FEVER-0.1.1-pc\renpy\script.py", line 894, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'couloir_vide_01_go'.
Windows-8-6.2.9200
Ren'Py 7.3.2.320
MY SECRET FEVER 0.1.1
Sun Oct 01 13:57:18 2023
Hm ...
While running game code:
File "game/home_vide.rpy", line 143, in script
jump couloir_vide_01_go
ScriptError: could not find label 'couloir_vide_01_go'
I don't have any patches just run the official game and i get the error when im returning home after the house was sold . Anyone knows how to fix this ? Thank you
Later edit :
Nevermind i just removed _go from line and now its working .