- Apr 6, 2018
- 20
- 25
It gave this errorReplace the exe with this
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00start.rpy", line 287, in script
python:
ScriptError: could not find label 'start'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "D:\bin\Ravager\renpy\bootstrap.py", line 277, in bootstrap
renpy.main.main()
File "D:\bin\Ravager\renpy\main.py", line 660, in main
run(restart)
File "D:\bin\Ravager\renpy\main.py", line 146, in run
renpy.execution.run_context(True)
File "D:\bin\Ravager\renpy\execution.py", line 938, in run_context
context.run()
File "renpy/common/00start.rpy", line 287, in script
python:
File "D:\bin\Ravager\renpy\script.py", line 927, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'start'.