2.80 star(s) 4 Votes

rostabu

Active Member
Mar 8, 2019
505
588
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/Locations/kitchen.rpy", line 79, in script
    jump taliaquest17
ScriptError: could not find label 'taliaquest17'.

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

Full traceback:
  File "game/Locations/kitchen.rpy", line 79, in script
    jump taliaquest17
  File "D:\a_test\Homeforwaywardtravelers-0.6-pc\Homeforwaywardtravelers-0.6-pc\renpy\ast.py", line 1992, in execute
    rv = renpy.game.script.lookup(target)
  File "D:\a_test\Homeforwaywardtravelers-0.6-pc\Homeforwaywardtravelers-0.6-pc\renpy\script.py", line 1013, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'taliaquest17'.

Windows-10-10.0.22631 AMD64
Ren'Py 8.1.3.23091805
Home for wayward travelers 0.6
Sun Aug 25 12:02:08 2024
 

Aegis_Games

Newbie
Game Developer
Dec 18, 2023
31
54
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/Locations/kitchen.rpy", line 79, in script
    jump taliaquest17
ScriptError: could not find label 'taliaquest17'.

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

Full traceback:
  File "game/Locations/kitchen.rpy", line 79, in script
    jump taliaquest17
  File "D:\a_test\Homeforwaywardtravelers-0.6-pc\Homeforwaywardtravelers-0.6-pc\renpy\ast.py", line 1992, in execute
    rv = renpy.game.script.lookup(target)
  File "D:\a_test\Homeforwaywardtravelers-0.6-pc\Homeforwaywardtravelers-0.6-pc\renpy\script.py", line 1013, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'taliaquest17'.

Windows-10-10.0.22631 AMD64
Ren'Py 8.1.3.23091805
Home for wayward travelers 0.6
Sun Aug 25 12:02:08 2024
My bad, must have used the 0.7 code to build the patch so you have the quest triggers but not the quests, supprised no one else ran into this already to be honest, this should fix it. note that this patch will not add in any quests as they are from the next update it just prevents the game from trying to run them.

Unzip and drop all the rpy files into the locations folder that is in the game folder. and overwrite.
 
2.80 star(s) 4 Votes