In the error that it gives Does it say anything about incompatible script or the script may have changed?
if it does then it is going to be due to updates to the RenP'y game engine that I have performed before building the torrid tales game update. RenP'y has put out a lot of updates to the engine in the last few months with new functionality I wanted to take advantage of. And this can affect some people while not others due to differences in machine OS and drivers and such.
If it does not say anything in the error about the script incompatible or may have changed then it's going to be how your machine handles the saves themselves, Permissions probably being the most likely culprit.
If I knew the exact wording of the error I may be able to help you further.
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00action_file.rpy", line 452, in __call__
renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "C:\Users\HP\Downloads\TorridTales-0.5.0-pc\renpy\ast.py", line 912, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\HP\Downloads\TorridTales-0.5.0-pc\renpy\python.py", line 1959, in py_exec_bytecode
exec bytecode in 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 "C:\Users\HP\Downloads\TorridTales-0.5.0-pc\renpy\ui.py", line 295, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\HP\Downloads\TorridTales-0.5.0-pc\renpy\display\core.py", line 2701, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\HP\Downloads\TorridTales-0.5.0-pc\renpy\display\core.py", line 3512, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\Users\HP\Downloads\TorridTales-0.5.0-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\HP\Downloads\TorridTales-0.5.0-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\HP\Downloads\TorridTales-0.5.0-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\HP\Downloads\TorridTales-0.5.0-pc\renpy\display\screen.py", line 707, in event
rv = self.child.event(ev, x, y, st)
File "C:\Users\HP\Downloads\TorridTales-0.5.0-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\HP\Downloads\TorridTales-0.5.0-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\HP\Downloads\TorridTales-0.5.0-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\HP\Downloads\TorridTales-0.5.0-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\HP\Downloads\TorridTales-0.5.0-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\HP\Downloads\TorridTales-0.5.0-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\HP\Downloads\TorridTales-0.5.0-pc\renpy\display\behavior.py", line 946, in event
return handle_click(self.clicked)
File "C:\Users\HP\Downloads\TorridTales-0.5.0-pc\renpy\display\behavior.py", line 881, in handle_click
rv = run(action)
File "C:\Users\HP\Downloads\TorridTales-0.5.0-pc\renpy\display\behavior.py", line 320, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 452, in __call__
renpy.load(fn)
File "C:\Users\HP\Downloads\TorridTales-0.5.0-pc\renpy\loadsave.py", line 761, in load
log.unfreeze(roots, label="_after_load")
File "C:\Users\HP\Downloads\TorridTales-0.5.0-pc\renpy\python.py", line 1914, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
File "C:\Users\HP\Downloads\TorridTales-0.5.0-pc\renpy\python.py", line 1746, in rollback
self.load_failed()
File "C:\Users\HP\Downloads\TorridTales-0.5.0-pc\renpy\python.py", line 1664, in load_failed
raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?
Windows-8-6.2.9200
Ren'Py 7.3.0.271
Torrid Tales 0.5.0
Fri Jul 26 21:04:57 2019
```