ThunderRob

Devoted Member
May 10, 2018
9,497
26,619
You don't have permission to view the spoiler content. Log in or register now.
no ignore option..game ends right there..at the ending of the lawyer meeting...donno if its my save or whatnot..but so sad :(
 

acewinz

Developer of "The Call of Darkness"
Game Developer
Oct 15, 2018
2,590
7,618
You don't have permission to view the spoiler content. Log in or register now.
no ignore option..game ends right there..at the ending of the lawyer meeting...donno if its my save or whatnot..but so sad :(
I think I see the problem Rob and can even fix it with my limited coding, but if I'm reading the error right, your not seeing Katie and skipping to the end of the episode anyway(missing the katiedate/beachhouse)?
 

Deadpool76

Member
Dec 29, 2017
299
344
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/Episode15.rpy", line 5167, in script
    jump E15_end
ScriptError: could not find label 'E15_end'.

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

Full traceback:
  File "game/Episode15.rpy", line 5167, in script
    jump E15_end
  File "C:\Users\Yvan\Downloads\WhereTheHeartIs-Ep15Comp-pc\WhereTheHeartIs-Ep15Comp-pc\renpy\ast.py", line 1633, in execute
    rv = renpy.game.script.lookup(target)
  File "C:\Users\Yvan\Downloads\WhereTheHeartIs-Ep15Comp-pc\WhereTheHeartIs-Ep15Comp-pc\renpy\script.py", line 875, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'E15_end'.

Windows-7-6.1.7601-SP1
Ren'Py 7.1.3.1092
Where The Heart Is Ep15Comp
Fri Nov 01 00:24:56 2019
Wow... right at the end of the interview... Can't even get to the good parts
 

hcc22

Newbie
Apr 26, 2017
48
32
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/Episode15.rpy", line 5167, in script
jump E15_end
ScriptError: could not find label 'E15_end'.

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

Full traceback:
File "game/Episode15.rpy", line 5167, in script
jump E15_end
File "C:\Users\......\Desktop\WhereTheHeartIs-Ep15-pc\+\renpy\ast.py", line 1633, in execute
rv = renpy.game.script.lookup(target)
File "C:\Users\......\Desktop\WhereTheHeartIs-Ep15-pc\+\renpy\script.py", line 875, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'E15_end'.

Windows-8-6.2.9200
Ren'Py 7.1.3.1092
Where The Heart Is Ep15
Fri Nov 01 02:50:47 2019
 
  • Like
Reactions: DRinWV
4.30 star(s) 336 Votes