Skip to main content

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

After choosing to tell Griff you have plans, going with the morning only conversation... when you get to the car later with Graham, it throws an exception error that I can't proceed with (on Mac)

What is the error?

Deleted 168 days ago
(1 edit)

It’s this:

Error Markdown

I’m sorry, but an uncaught exception occurred.

While running game code:

File “game/A08_Wednesday_Intro.rpy”, line 147, in script

jump wednesday_joe_morning

ScriptError: could not find label ‘wednesday_joe_morning’.

– Full Traceback ————————————————————

Full traceback:

File “game/A08_Wednesday_Intro.rpy”, line 147, in script

jump wednesday_joe_morning

File “/Applications/Visual Novels/Dawntide_v1.12.app/Contents/Resources/autorun/renpy/ast.py”, line 1757, in execute

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

File “/Applications/Visual Novels/Dawntide_v1.12.app/Contents/Resources/autorun/renpy/script.py”, line 918, in lookup

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

ScriptError: could not find label ‘wednesday_joe_morning’.

Darwin-24.4.0-x86_64-i386-64bit

Ren’Py 7.4.11.2266

Dawntide Tue Apr 22 13:53:52 2025

Ah, I think I can see what's making this happen. Sorting this today.