- Dec 11, 2021
- 35
- 71
Did you drop this in the main game folder or Afterlife_Harem-0.3.9-win/game/ ?Looks like it do not work... MHHCode:I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 33, in <module> File "renpy/common/00action_file.rpy", line 462, in __call__ renpy.load(fn) ImportError: No module named revertable -- Full Traceback ------------------------------------------------------------ Full traceback: File "script.rpyc", line 33, 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/script.rpy", line 33, in <module> File "renpy/exports.py", line 1563, in pause rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay) File "renpy/ui.py", line 298, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3325, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) File "renpy/display/core.py", line 4160, in interact_core rv = root_widget.event(ev, x, y, 0) File "renpy/display/layout.py", line 1102, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/transition.py", line 48, in event return self.new_widget.event(ev, x, y, st) # E1101 File "renpy/display/layout.py", line 1102, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/layout.py", line 1102, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/screen.py", line 727, in event rv = self.child.event(ev, x, y, st) File "renpy/display/layout.py", line 1102, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/layout.py", line 1323, in event rv = super(Window, self).event(ev, x, y, st) File "renpy/display/layout.py", line 273, in event rv = d.event(ev, x - xo, y - yo, st) File "renpy/display/layout.py", line 1102, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/layout.py", line 1323, in event rv = super(Window, self).event(ev, x, y, st) File "renpy/display/layout.py", line 273, in event rv = d.event(ev, x - xo, y - yo, st) File "renpy/display/layout.py", line 1102, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/layout.py", line 273, in event rv = d.event(ev, x - xo, y - yo, st) File "renpy/display/behavior.py", line 983, in event return handle_click(self.clicked) File "renpy/display/behavior.py", line 918, in handle_click rv = run(action) File "renpy/display/behavior.py", line 330, in run return action(*args, **kwargs) File "renpy/common/00action_file.rpy", line 462, in __call__ renpy.load(fn) File "renpy/loadsave.py", line 770, in load roots, log = loads(location.load(filename)) File "renpy/loadsave.py", line 63, in loads return cPickle.loads(s) ImportError: No module named revertable Windows-7-6.1.7601-SP1 Ren'Py 7.4.11.2266 Afterlife Harem 0.3.9 Sat Aug 12 20:49:17 2023
2nd option is where the file goes.
I also deleted my game and extracted it fresh to see if it had any issues, I did not find any. It could just be an incompatible save that you might be trying to load. Were you starting fresh or using downloaded save?