Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

it got crash 

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/script.rpy", line 19294, in script

    jump SailorPath4

ScriptError: could not find label 'SailorPath4'.

-- Full Traceback ------------------------------------------------------------

Full traceback:

  File "game/script.rpy", line 19294, in script

    jump SailorPath4

  File "renpy/ast.py", line 1757, in execute

    rv = renpy.game.script.lookup(target)

  File "renpy/script.py", line 918, in lookup

    raise ScriptError("could not find label '%s'." % str(original))

ScriptError: could not find label 'SailorPath4'.

Windows-10-10.0.19041

Ren'Py 7.4.11.2266

The Survival of Sarah Rose V0.2.9

Tue Apr 25 15:42:08 2023

[/code]

Hey, thanks for mentioning this one. It's a crash I'm familiar with and hopefully it will be fixed by the next update.

However, having said that, it doesn't actually do much. The story currently ends at that point, so you're not missing out on any content beyond that point.

also this 

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/script.rpy", line 49383, in script

    jump DemonArc1

ScriptError: could not find label 'DemonArc1'.

-- Full Traceback ------------------------------------------------------------

Full traceback:

  File "game/script.rpy", line 49383, in script

    jump DemonArc1

  File "renpy/ast.py", line 1757, in execute

    rv = renpy.game.script.lookup(target)

  File "renpy/script.py", line 918, in lookup

    raise ScriptError("could not find label '%s'." % str(original))

ScriptError: could not find label 'DemonArc1'.

Windows-10-10.0.19041

Ren'Py 7.4.11.2266

The Survival of Sarah Rose V0.2.9

Tue Apr 25 22:33:31 2023

[/code]