Renpy is giving me an error code that's saying that in line 94, it can't find the return label. However, line 94 is completely BLANK. It's just a space, and it's smack-dab in the middle of the story. I don't really understand how it can even pick up on a return label being there.
Here is the traceback report:
Code: Select all
I'm sorry, but an uncaught exception occurred.
While running game code:
Exception: Could not find return label (u'C:\\Users\\emdepillis\\Downloads\\Happy Birth/game/script.rpy', 1465763838, 24).
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "lib/windows-i686/00start.rpyc", line 94, in script
File "C:\Users\edps\Downloads\renpy-6.99.10-sdk\renpy\ast.py", line 1368, in execute
next_node(renpy.game.context().lookup_return(pop=True))
File "C:\Users\edps\Downloads\renpy-6.99.10-sdk\renpy\execution.py", line 523, in lookup_return
raise Exception("Could not find return label {!r}.".format(self.return_stack[-1]))
Exception: Could not find return label (u'C:\\Users\\edps\\Downloads\\Happy Birth/game/script.rpy', 1465763838, 24).
Windows-7-6.1.7601-SP1
Ren'Py 6.99.10.1227
Happy Birth 0.0
