Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Thanks for the hints On a different note, I just got the following error:

```

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/Chapters/chapter09/chapter09_scene07.rpy", line 21, in script

    jump chapter09_scene_07_01a

ScriptError: could not find label 'chapter09_scene_07_01a'.

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

Full traceback:

  File "game/Chapters/chapter09/chapter09_scene07.rpy", line 21, in script

    jump chapter09_scene_07_01a

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

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

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

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

ScriptError: could not find label 'chapter09_scene_07_01a'.

Windows-10-10.0.22621 AMD64

Ren'Py 7.6.2.23090503

Family Vacation 0.9.SE.24

Tue Oct 15 13:50:12 2024

```

Hopefully that's enough information.

Cheers,

Chris

Hi there!

Thanks for the report. I’ll have a look at it.

Greetings MCK