Skip to main content

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

```

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/migrations/migrate_202307061937.rpy", line 22, in <module>

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

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

Full traceback:

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

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

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

  File "migrations/migrate_202307061937.rpyc", line 22, in script

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

    if renpy.python.py_eval(condition):

  File "renpy/python.py", line 2276, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "renpy/python.py", line 2269, in py_eval_bytecode

    return eval(bytecode, globals, locals)

  File "game/migrations/migrate_202307061937.rpy", line 22, in <module>

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

Windows-10-10.0.22621

Ren'Py 7.4.11.2266

ACADEMY34 v0.19.2.2

Sat Jan 20 20:54:01 2024

```


I've just encountered this after loading a save from the most recent public version into the new one. how do I fix this?

(1 edit) (+1)

Sent this to our Programmer, we'll see what can be done!

Edit: This error indicates that the save file couldn't be migrated to a newer version. We highly suggest starting a new game and using "skip to new content" feature if you don't want to replay the same routes. Errors like this are to be expected while we are revamping old content, and while we did our best to avoid them, it's the issue of the way engine itself operates.