Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I have reported about the load file is not working before but currently.

When loading to hypnotising Rinko choice, the save goes back to the start of the scene where we talk with Nulu first.

When loading to some other save it worked fine

While some other have error like these:

[code]

I'm sorry, but an uncaught exception occurred.


While running game code:

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

Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?


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


Full traceback:

  File "_layout/screen_load_save.rpymc", line 35, in script

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

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

  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  File "renpy/rollback.py", line 1078, in unfreeze

  File "renpy/rollback.py", line 889, in rollback

  File "renpy/rollback.py", line 807, in load_failed

Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?


[/code]

 

Do I need to post my save?

(+1)

I think the exception error says plenty.

“Couldn’t find a place to stop rolling back. Perhaps the script > changed in an incompatible way?”

I don’t know how old your save might be but sometimes - for the sake of fixing bugs and other stuff - the script gets modified. Which ends up breaking some saves.


There’s not really much Arc can do in that regard, since the game is still a work in progress there’s a chance scripts will change. Either due to tweaks or bugs that went under the radar.

Ideally it’s recommended you don’t save in the middle of dialogues.

Also places like the protagonist’s bedroom are “safe spots”, saves there are pretty much guaranteed to keep working, which is why the game autosaves only when you go to sleep.