Starting a new game is broken. As soon as you hit start game it immediately goes to the fatal error screen and crashes.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 187, in script
jump Dev_Room
ScriptError: could not find label 'Dev_Room'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 187, in script
jump Dev_Room
File "D:\G\Rogue-Like-0.994c-win\renpy\ast.py", line 1552, in execute
rv = renpy.game.script.lookup(target)
File "D:\G\Rogue-Like-0.994c-win\renpy\script.py", line 861, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'Dev_Room'.
Windows-8-6.2.9200
Ren'Py 6.99.13.2919
Rogue-Like 0.994c
I found an old stable version of 0.984 and downloaded that and ran it through character creation and the tutorial and saved. New version loaded fine from the save with a warning saying that loading old saves may screw up the game, but seems to be working so far.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 187, in script
jump Dev_Room
ScriptError: could not find label 'Dev_Room'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 187, in script
jump Dev_Room
File "D:\G\Rogue-Like-0.994c-win\renpy\ast.py", line 1552, in execute
rv = renpy.game.script.lookup(target)
File "D:\G\Rogue-Like-0.994c-win\renpy\script.py", line 861, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'Dev_Room'.
Windows-8-6.2.9200
Ren'Py 6.99.13.2919
Rogue-Like 0.994c
I found an old stable version of 0.984 and downloaded that and ran it through character creation and the tutorial and saved. New version loaded fine from the save with a warning saying that loading old saves may screw up the game, but seems to be working so far.
Last edited: