Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

When ever i try to load in my save file i crash and this text appears.

I'm sorry, but an uncaught exception occurred.

While running game code:

ScriptError: could not find label 'location_classroom_interact_door'.

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

Full traceback:

  File "renpy/bootstrap.py", line 275, in bootstrap

    renpy.main.main()

  File "renpy/main.py", line 670, in main

    run(restart)

  File "renpy/main.py", line 144, in run

    renpy.execution.run_context(True)

  File "renpy/execution.py", line 955, in run_context

    context.run()

  File "script/story/classroom/technology/technology_extra_class_a.rpyc", line 245, in script call

  File "helper/utility/interactions.rpyc", line 19, in script call

  File "script/story/classroom/technology/technology_extra_class_a.rpyc", line 245, in script call

  File "helper/utility/interactions.rpyc", line 19, in script call

  File "renpy/script.py", line 1013, in lookup

    raise ScriptError("could not find label '%s'." % str(original))

ScriptError: could not find label 'location_classroom_interact_door'.

Windows-10-10.0.19041 AMD64

Ren'Py 7.6.3.23091805

ACADEMY34 v0.19.3.4

Fri Mar  1 14:40:57 2024

got any idea why this is happening?

Are you trying to use old save file from previous versions per chance? Because so far that's the only reason that often caused similar problems.

Yes, at first the old save file worked after a few uses but after loading into it a 4th time it just didn't work.