Skip to main content

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

hey so i've stumbled across an error, something to do with freja's path

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/migrations/migrate_202312070535.rpy", line 2, in <module>

  File "game/migrations/migrate_202312070535.rpy", line 16, in _execute_python_hide

AttributeError: type object 'SMItems' has no attribute 'freja_route_ae_giftwrap'

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

Full traceback:

  File "helper/utility/migrate_saves.rpyc", line 48, in script call

  File "migrations/migrate_202312070535.rpyc", line 2, in script

  File "renpy/ast.py", line 928, in execute

    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)

  File "renpy/python.py", line 2245, in py_exec_bytecode

    exec(bytecode, globals, locals)

  File "game/migrations/migrate_202312070535.rpy", line 2, in <module>

  File "game/migrations/migrate_202312070535.rpy", line 16, in _execute_python_hide

AttributeError: type object 'SMItems' has no attribute 'freja_route_ae_giftwrap'

Windows-10-10.0.22621

Ren'Py 7.4.11.2266

ACADEMY34 v0.19.2.2

Wed Feb 14 18:20:48 2024

[/code]

Hi! It's a problem with saves. Basically, you're using an old save file that is no longer supported, so the best bet would be to start a new game, or use the "skip to new content" function.


Sorry for the inconvenience :c

We had to change the names for all the characters, and since Ren'Py is very dependant on names, not all saves work with the new versions.

no worries! thank you