- Dec 6, 2021
- 1,199
- 1,732
I get this error when opening it
Does this happen with every save file or just some of them? And if it’s the latter, which ones?
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00action_file.rpy", line 462, in __call__
renpy.load(fn)
ImportError: No module named revertable
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "renpy/ast.py", line 923, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2235, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3276, 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 4110, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1090, 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 1090, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1090, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 720, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1090, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1297, 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 1090, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1297, 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 1090, 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 979, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 914, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 322, in run
new_rv = run(i, *args, **kwargs)
File "renpy/display/behavior.py", line 329, 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-10-10.0.19041
Ren'Py 7.4.8.1895
Shattered 0.20
Sat Oct 14 07:25:48 2023
That error is indicative of trying to load a Renpy 7.5 save in an earlier version of Renpy. Exactly which version of the game are you using, png, webp, compressed?Hi. I have a similar problem. For some reason, on this and the previous version 0.19, the saves began to fall with an exception and were thrown to the beginning of the game. The game was downloaded fresh, all the files associated with it were deleted, but the problem was not cured.
This is not a problem with all saves. And the old ones from 0.8 to 0.12 seem to work without problems. At least it turned out selectively at all. Versions from 0.16 and later, including the latest saves from this thread, fall with an exception.
There is an example: 20-1 fell with an exception, 20-4 successfully loaded.
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00action_file.rpy", line 462, in __call__ renpy.load(fn) ImportError: No module named revertable -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script python hide: File "renpy/ast.py", line 923, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 2235, in py_exec_bytecode exec(bytecode, globals, locals) File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module> python hide: File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide ui.interact() File "renpy/ui.py", line 298, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3276, 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 4110, in interact_core rv = root_widget.event(ev, x, y, 0) File "renpy/display/layout.py", line 1090, 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 1090, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/layout.py", line 1090, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/screen.py", line 720, in event rv = self.child.event(ev, x, y, st) File "renpy/display/layout.py", line 1090, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/layout.py", line 1297, 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 1090, in event rv = i.event(ev, x - xo, y - yo, cst) File "renpy/display/layout.py", line 1297, 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 1090, 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 979, in event return handle_click(self.clicked) File "renpy/display/behavior.py", line 914, in handle_click rv = run(action) File "renpy/display/behavior.py", line 322, in run new_rv = run(i, *args, **kwargs) File "renpy/display/behavior.py", line 329, 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-10-10.0.19041 Ren'Py 7.4.8.1895 Shattered 0.20 Sat Oct 14 07:25:48 2023
Blake’s physical transformation is limited to wider hips and bigger ass. It’s the same for all routes.i havent visited this game in years, how far is the physical transformation of blake now? from the walkthrough i guess i can get the most physical transformations by going on the bimbo route?
Btw the walkthrough has more text than most games on this site wtf
all the saves downloaded with this thread, and I tried on the torrent version and the mega+updates version
Yep, this seems to be the case. As I mentioned, I can no longer get my png project to work, so I make save files in the webp version. And because I did update my RenPy app since the crash, that makes them incompatible.That error is indicative of trying to load a Renpy 7.5 save in an earlier version of Renpy. Exactly which version of the game are you using, png, webp, compressed?
If you’re using Windows, copy them into your AppData > Roaming > RenPy > Shattered folder.How to use saves from other people?
Hmm, really, I have a mess with versions. I didn't think about it. I thought that the saves were universal.That error is indicative of trying to load a Renpy 7.5 save in an earlier version of Renpy. Exactly which version of the game are you using, png, webp, compressed?
No, nobody can since we would be making a save with Renpy 7.5 and your copy is still using Renpy 7.4. Old saves will load in newer versions of Renpy, but it doesn't work the other way around. What you need is to get a version of the game that has Renpy 7.5. I'd recommend downloading the webp version, deleting the "game" folder and replacing it with the "game" folder from your existing version. That should give you the latest Renpy system files with the png version game files.Hmm, really, I have a mess with versions. I didn't think about it. I thought that the saves were universal.
Can someone send saves with locks to various routs for PNG version. Unfortunately, definitely for sure, there is no way to pour in so much time to restore the lost saves and add new ones to the locks.
No, nobody can since we would be making a save with Renpy 7.5 and your copy is still using Renpy 7.4. Old saves will load in newer versions of Renpy, but it doesn't work the other way around. What you need is to get a version of the game that has Renpy 7.5. I'd recommend downloading the webp version, deleting the "game" folder and replacing it with the "game" folder from your existing version. That should give you the latest Renpy system files with the png version game files.
mc already looks like a beta bitchDoes he already have the physique of a girl or does he still look like a transvestite?
How does one update the renpy?Blake’s physical transformation is limited to wider hips and bigger ass. It’s the same for all routes.
Yep, this seems to be the case. As I mentioned, I can no longer get my png project to work, so I make save files in the webp version. And because I did update my RenPy app since the crash, that makes them incompatible.
If you’re using Windows, copy them into your AppData > Roaming > RenPy > Shattered folder.
WEBP is full game but smaller, PNG is full game but you must download all those since it is so large, and all the updates...which do you prefer, the 5GB version or the 30-40GB version, or the compressed version posted here a few posts back?guys I dont really understand the multiple links of versions of this game. Could someone enlighten me please? and which one to DL to have the less technical problems? (im on win)
thanks for such a quick reply! I'll go with the compressed version first to test this game. If I like it I'll go for the heavier versionsWEBP is full game but smaller, PNG is full game but you must download all those since it is so large, and all the updates...which do you prefer, the 5GB version or the 30-40GB version, or the compressed version posted here a few posts back?
Put them into your user > AppData > Roaming > RenPy > Shattered folder.cam someone show me how to use saves from other people for WEDP version of game for Windows
Just don't do anything that could make her change her mind on life. She won't change on her own.How do you keep Rebecca from changing? I've followed the walkthrough, done both dom and sub, but I'm clearly missing something.