- Aug 12, 2017
- 86
- 90
Every time i try to start the game this pops up.
I'm sorry, but an uncaught exception occurred.
While running game code:
ScriptError: could not find label 'Rogue_Room_Test'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "D:\Rogue-Like-0.980i-win\renpy\bootstrap.py", line 305, in bootstrap
renpy.main.main()
File "D:\Rogue-Like-0.980i-win\renpy\main.py", line 499, in main
run(restart)
File "D:\Rogue-Like-0.980i-win\renpy\main.py", line 147, in run
renpy.execution.run_context(True)
File "D:\Rogue-Like-0.980i-win\renpy\execution.py", line 795, in run_context
context.run()
File "script.rpyc", line 574, in script
File "D:\Rogue-Like-0.980i-win\renpy\ast.py", line 1552, in execute
rv = renpy.game.script.lookup(target)
File "D:\Rogue-Like-0.980i-win\renpy\script.py", line 861, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'Rogue_Room_Test'.
Windows-8-6.2.9200
Ren'Py 6.99.13.2919
Rogue-Like 0.980
Does anyone know how to fix it?
Just ran into the same issue. Did you use unren to enable console/debug menu before playing?
UPDATE: So I ran the vanilla game, saved after the first night of sleep, then re-ran the version with the console enabled and when I loaded the game it seemed to work just fine.