I can plainly see that the script.rpy file is there and the game successfuly reads from that file before the crash and successfuly returns back to it before the crash. It seems a little like a bug but since everything worked fine before I went back in to fix things, I have to think that maybe I messed something up. Has anyone else had this problem? Any ideas about what I can do to fix it?
The error code is as follows:
Code: Select all
I'm sorry, but an exception occured while executing your Ren'Py
script.
ScriptError: could not find label '('C:\\Users\\Kuroi\\Documents\\Kuroi Games\\Project NaNoPanic\\Game\\Final\\renpy-6.9.1\\Nanopanic/game/script.rpy', 1240415921, 252)'.
While running game code:
- script at line 101 of C:\Users\Kuroi\Documents\Kuroi Games\Project NaNoPanic\Game\post release\renpy-6.9.2\Catgirl Panic/game/ch4.rpy
- script at line 101 of C:\Users\Kuroi\Documents\Kuroi Games\Project NaNoPanic\Game\post release\renpy-6.9.2\Catgirl Panic/game/ch4.rpy
-- Full Traceback ------------------------------------------------------------
File "C:\Users\Kuroi\Documents\Kuroi Games\Project NaNoPanic\Game\post release\renpy-6.9.2\renpy\bootstrap.py", line 255, in bootstrap
File "C:\Users\Kuroi\Documents\Kuroi Games\Project NaNoPanic\Game\post release\renpy-6.9.2\renpy\main.py", line 308, in main
File "C:\Users\Kuroi\Documents\Kuroi Games\Project NaNoPanic\Game\post release\renpy-6.9.2\renpy\main.py", line 92, in run
File "C:\Users\Kuroi\Documents\Kuroi Games\Project NaNoPanic\Game\post release\renpy-6.9.2\renpy\execution.py", line 230, in run
File "C:\Users\Kuroi\Documents\Kuroi Games\Project NaNoPanic\Game\post release\renpy-6.9.2\renpy\ast.py", line 989, in execute
File "C:\Users\Kuroi\Documents\Kuroi Games\Project NaNoPanic\Game\post release\renpy-6.9.2\renpy\execution.py", line 284, in lookup_return
File "C:\Users\Kuroi\Documents\Kuroi Games\Project NaNoPanic\Game\post release\renpy-6.9.2\renpy\script.py", line 463, in lookup
ScriptError: could not find label '('C:\\Users\\Kuroi\\Documents\\Kuroi Games\\Project NaNoPanic\\Game\\Final\\renpy-6.9.1\\Nanopanic/game/script.rpy', 1240415921, 252)'.
While running game code:
- script at line 101 of C:\Users\Kuroi\Documents\Kuroi Games\Project NaNoPanic\Game\post release\renpy-6.9.2\Catgirl Panic/game/ch4.rpy
- script at line 101 of C:\Users\Kuroi\Documents\Kuroi Games\Project NaNoPanic\Game\post release\renpy-6.9.2\Catgirl Panic/game/ch4.rpy
Ren'Py Version: Ren'Py 6.9.2a