Maybe your saves is corrupted. Try load from autosaves or start a new game
GodJoker
Recent community posts
The only method i find from other dev in itch is to create separate folder for the apk data. Then user install the apk and paste the folder in to android data folder. However, recent android version has limited user access to this folder and it would be hard for user that dont understand much about this.
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00action_file.rpy", line 498, 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 823, in execute
File "renpy/python.py", line 1178, in py_exec_bytecode
File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
File "renpy/ui.py", line 301, in interact
File "renpy/display\core.py", line 2211, in interact
File "renpy/display\core.py", line 3247, in interact_core
File "renpy/display\layout.py", line 1202, in event
File "renpy/display\layout.py", line 1202, in event
File "renpy/display\layout.py", line 1202, in event
File "renpy/display\screen.py", line 793, in event
File "renpy/display\layout.py", line 1202, in event
File "renpy/display\layout.py", line 1426, in event
File "renpy/display\layout.py", line 288, in event
File "renpy/display\layout.py", line 1202, in event
File "renpy/display\layout.py", line 1202, in event
File "renpy/display\behavior.py", line 1174, in event
File "renpy/display\behavior.py", line 1095, in handle_click
File "renpy/display\behavior.py", line 388, in run
File "renpy/display\behavior.py", line 395, in run
File "renpy/common/00action_file.rpy", line 498, in __call__
File "renpy/loadsave.py", line 830, in load
File "renpy/rollback.py", line 1130, in unfreeze
File "renpy/rollback.py", line 925, in rollback
File "renpy/rollback.py", line 843, in load_failed
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?
```
I was having problem on loading save. Loading save after the game start is fine but after i load, and i want to open another load, it show these error
I realized that on phone, when I switch the game to home or other application and go back to the game, it just show black screen.
Also, suggestion, I think for the save file UI, we dont need to always see the save slot name/number. Maybe its better to just compress it so we can have 2 save box on 1 row. For empty save slot, put the save name slot in the picture slot.
On current version, the choice UI has become better but some still get out of the top screen. If you want to keep the choice button on right side of screen, please add setting to allow it to be on left side.
I left the game since when there is only 2 area to conquer in arc 3 because I was busy with life and have too little private time. I just want to say the new load UI sucks. Its good that you gave use more save slot per page and definitely good for new player but I need to scroll it make it bad. I like consistentcy and have everything visible without additional interaction. It also make other things like credits inconsistent.
The dialog box button on bottom is a little small for phone. It would be better if it made bigger for apk or just have a setting to trigger a bigger button.
Other than that, I loved the current UI. Looks modern but I think can still be improved to looks more blend in with other UI. I still don't play much of arc 3 for now.
Edit : Plus, when Pixie pop out above the dialogue box, can adjust so her feet doesn't block any text or just made her pop out behind the dialogue box.
Edit 2: when talking to character, the choice button appeared too high that it clips through the screen. I think you should make the height of each button smaller to fit all the button in screen.
When switching between time, it takes too long. Make the animation shorter or make it "if player tap screen, skip animation".
```
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 rollback
-- 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 3372, in interact
File "renpy/display\core.py", line 4207, in interact_core
File "renpy/display\layout.py", line 1102, 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\viewport.py", line 299, 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 rollback
```
I tried to load my old save but got this error. Did I used wrong Ren'Py or what? I installed the Joiplay from Patreon and the plugin from the app
Edit : Fixed. using ren'py 7.7.1 works for me.
Didn't play the game yet but if this is true, maybe rewriting the story so MC is the futa and we ntr other party member, demon etc to get more powerful harem.
Maybe add humiliation by having the harem "ex" to do some task so they can see the girl. Or even better, invite the "ex" to join the deeds but only watch.
Sorry if opinion seems too rude for someone not playing the game yet but I just want to play this kind of version more.
Tried to load old save and got error
```
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_main_menu.rpymc", line 28, 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_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 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 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 279, 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 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?
```
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script/script.rpy", line 110, in <module>
NameError: name 'p_mc' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script/script.rpyc", line 110, in script
File "renpy/ast.py", line 1131, in execute
File "renpy/python.py", line 1052, in py_exec_bytecode
File "game/script/script.rpy", line 110, in <module>
NameError: name 'p_mc' is not defined
```
if I try to rollback it say
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00start.rpy", line 282, in <module>
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 "00start.rpyc", line 278, in script
File "renpy/ast.py", line 1131, in execute
File "renpy/python.py", line 1052, in py_exec_bytecode
File "renpy/common/00start.rpy", line 282, in <module>
File "renpy/game.py", line 346, in call_in_new_context
File "renpy/execution.py", line 938, in run_context
File "_layout/screen_main_menu.rpymc", line 28, in script
File "_layout/screen_main_menu.rpymc", line 28, 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_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 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 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 279, 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 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?
```
is it impossible to fix this?
Note: my save is during dialogue or choice so I can replay multiple scene with one save.