Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

The following error appears when loading the last save. 


[code]

I'm sorry, but an uncaught exception occurred.


While running game code:

  File "renpy/common/00action_file.rpy", line 462, in __call__

ImportError: No module named revertable


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


Full traceback:

  File "_layout/screen_main_menu.rpymc", line 28, in script

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

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

  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>

  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide

  File "renpy/ui.py", line 298, in interact

  File "renpy/display\core.py", line 3325, in interact

  File "renpy/display\core.py", line 4160, in interact_core

  File "renpy/display\layout.py", line 1102, in event

  File "renpy/display\transition.py", line 48, in event

  File "renpy/display\layout.py", line 1102, in event

  File "renpy/display\layout.py", line 1102, in event

  File "renpy/display\screen.py", line 727, in event

  File "renpy/display\layout.py", line 1102, in event

  File "renpy/display\layout.py", line 1323, in event

  File "renpy/display\layout.py", line 273, in event

  File "renpy/display\layout.py", line 1102, in event

  File "renpy/display\layout.py", line 1323, in event

  File "renpy/display\layout.py", line 273, in event

  File "renpy/display\layout.py", line 1102, in event

  File "renpy/display\layout.py", line 273, in event

  File "renpy/display\behavior.py", line 983, in event

  File "renpy/display\behavior.py", line 918, in handle_click

  File "renpy/display\behavior.py", line 330, in run

  File "renpy/common/00action_file.rpy", line 462, in __call__

  File "renpy/loadsave.py", line 770, in load

  File "renpy/loadsave.py", line 63, in loads

ImportError: No module named revertable


[/code]

Im having the same issue, game updated but past saves won't work. I'll probably just restart with the same choices and skip the text to the point I need to get it to

some saves do work but not all, and the reasoning as to why isn't clear. For future updates I'll be more careful and I'll see if I can come up with an alternate solution

(2 edits)

That looks like a Ren'Py version issue.  I can't remember if revertable was introduced in one of the later 7.4/7.5/7.6 versions or if it is new in 8 (python 3).  Either way, the saves should work if you run the game in a more current version of the SDK.

In thinking about it further, I'm about 90% certain that module is a Ren'Py 8/Python 3 thing.  So you'd need to load it using a Ren'Py 8.x SDK.