Fadelius

Newbie
Jul 16, 2020
50
82
138
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.
 
Last edited:

Dropdude

Well-Known Member
Donor
Aug 5, 2016
1,297
1,340
449
If you guys go on his patreon, every release for the last few letters basically say "dont download this, its fuckin broken". I dunno why the uploader here doesnt just wait for a stable version
 

Evil13

Forum Fanatic
Jun 4, 2019
4,142
18,238
701
If you guys go on his patreon, every release for the last few letters basically say "dont download this, its fuckin broken". I dunno why the uploader here doesnt just wait for a stable version
Because there's rarely a stable version with Oni's work.

Back to Storm, the last time I saw eyes that large and blue, it was a lycan chewing off Ethan Winter's pinkie and ring finger.
 

SLDR

Uploader
Modder
Aug 5, 2016
202
1,215
435
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.
this error is caused by starting a new game with developer mode enabled
 

MZERO

Newbie
Jun 7, 2019
22
4
191
It's a scene with Emma telling you about a "ghost" that lives above your room in the attic. Where you will find the south African Hulk... I mean Storm.
I believe I cannot get this event even I talk with Emma at the class. How can I trigger it?
 

prime559

Active Member
Apr 21, 2017
592
2,287
436
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 guessing you unren'd the game, the fix for this is to open script.rpy and comment out line 187 so it looks like this:

#jump Dev_Room

or if you want to have fun change it to:
$ Player.Income = 50
 
Last edited:
  • Like
Reactions: hartling
4.40 star(s) 166 Votes