- Jan 8, 2022
- 542
- 1,256
The magic of keeping progress is the persistent File, if you keep any version of it, it will not reset. Normally you will find it in game/saves in the directory you installed the game and, as you wrote, in %AppData%\Roaming\RenPy. If both persistent files are deleted, the progress should be reset.Hello All,
I'll apologize as I feel like in 10k+ pages this might have been posted previously, though I looked and couldn't find anything along the same lines. I'm getting an error when attempting to view any of the reward render's - either through the phone in game, or the gallery from the main menu - resulting in the following error:
Sub "rewards_mixed.rpy" for your choice of girls' name. This only happens once I have something unlocked for the given girl. If they are at 0, it loads completely fine.Code:``` I'm sorry, but an uncaught exception occurred. While running game code: File "game/scripts/rewards/rewards_mixed.rpy", line 1, in execute File "game/scripts/rewards/rewards_mixed.rpy", line 1, in execute File "game/scripts/rewards/rewards_mixed.rpy", line 22, in execute File "game/scripts/rewards/rewards_mixed.rpy", line 34, in execute File "game/scripts/rewards/rewards_mixed.rpy", line 35, in execute File "game/scripts/rewards/rewards_mixed.rpy", line 41, in execute File "game/scripts/rewards/rewards_mixed.rpy", line 41, in <module> IndexError: list index out of range -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script python hide: 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 "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 3315, 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 3735, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/screen.py", line 436, in visit_all callback(self) File "renpy/display/core.py", line 3735, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/screen.py", line 447, in per_interact self.update() File "renpy/display/screen.py", line 637, in update self.screen.function(**self.scope) File "game/scripts/rewards/rewards_mixed.rpy", line 1, in execute File "game/scripts/rewards/rewards_mixed.rpy", line 1, in execute File "game/scripts/rewards/rewards_mixed.rpy", line 22, in execute File "game/scripts/rewards/rewards_mixed.rpy", line 34, in execute File "game/scripts/rewards/rewards_mixed.rpy", line 35, in execute File "game/scripts/rewards/rewards_mixed.rpy", line 41, in execute File "game/scripts/rewards/rewards_mixed.rpy", line 41, in <module> File "renpy/python.py", line 992, in __getitem__ rv = list.__getitem__(self, index) IndexError: list index out of range Windows-10-10.0.19041 Ren'Py 7.4.10.2178 Being a DIK 0.8.1 Wed Aug 31 19:01:29 2022 ```
Likely unrelated, but the "Scenes" work perfectly fine, it's only the Rewards gallery.
So far I have tried completely removing the game (to include deleting the appropriate folder in %AppData%\Roaming\RenPy), re-downloading a fresh copy. My progress was NOT reset, and the error remains.
Anyone have any words of wisdom?
Thanks!
As i see, the error is with 0.8.1. Did you have the Interlude installed? It' persistent file is not compatible with the one from previous versions (tried once to copy it back to 0.8.2 but gave me an error).