- Aug 18, 2021
- 2,813
- 12,033
- 666
Getting this error:
Weird thing is, everyone's here talking about saves breaking, but I can load old save file, but cannot start new game.
Python:
While running game code:
File "game/scripts/day1.rpy", line 18, in script call
call update_eoc_triggers from _call_update_eoc_triggers_1
ScriptError: could not find label 'daily_home'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "H:\MangaGamer D\DesertStalker-0.17.0-pc\renpy\bootstrap.py", line 359, in bootstrap
renpy.main.main()
File "H:\MangaGamer D\DesertStalker-0.17.0-pc\renpy\main.py", line 652, in main
run(restart)
File "H:\MangaGamer D\DesertStalker-0.17.0-pc\renpy\main.py", line 148, in run
renpy.execution.run_context(True)
File "H:\MangaGamer D\DesertStalker-0.17.0-pc\renpy\execution.py", line 958, in run_context
context.run()
File "game/scripts/day1.rpy", line 18, in script call
call update_eoc_triggers from _call_update_eoc_triggers_1
File "H:\MangaGamer D\DesertStalker-0.17.0-pc\renpy\script.py", line 1103, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'daily_home'.
Weird thing is, everyone's here talking about saves breaking, but I can load old save file, but cannot start new game.