Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

hi, recently i updated the game and now i am getting this error while trying to load my savefile and i dont know how to fix it :(

```

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'

```
i'll be glad if someone knows how to help me :(

(2 edits)

Hi! 

In July we changed the names of all the characters in the game and Ren'Py really didn't like that. 

Basically, since Ren'Py stores everything using character names, it causes issues with save files — save file has an old name, and the game no longer has that variable.

So our programmer tried his best to do a migration system that would take care of that problem, but it's not perfect, and sometimes the save file gets corrupted.


That's what probably happened in your case and we're really sorry for this :c

You can try using "Skip to new content" option at the start of the game or use a Gallery unlock in the settings. 


Again, sorry for this, we're working on our save system, but it is taking A LOT of time and a fix/solution will be probably pushed out with the Overhaul Update later this year.

oh :( sadge, i understand that.

but really thank you for the fast answer, i hope you the best and keep doing this game great :D