Viewing Rewards - 2D art and Mixed art get errors, in Season 3 but not Season 1 and 2
Hope not beating a dead horse here.
If the answer to this has been posted in plus 265K replies I cant seem to find it. Did find where some people has asked about the issue, and like them I have no mods or cheats installed.
Get error after importing a saved from season 1 and 2 and (in season 1 and 2 the art works)
Any suggestions?
2D art error (partial)
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
File "game/scripts/rewards/rewards_2d.rpy", line 1, in execute
File "game/scripts/rewards/rewards_2d.rpy", line 1, in execute
File "game/scripts/rewards/rewards_2d.rpy", line 23, in execute
File "game/scripts/rewards/rewards_2d.rpy", line 35, in execute
Mixed art error (partial)
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
File "renpy/common/00gamemenu.rpy", line 173, in <module>
$ ui.interact()
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 180, in execute
File "game/scripts/rewards/rewards_mixed.rpy", line 181, in execute
File "game/scripts/rewards/rewards_mixed.rpy", line 187, in execute
File "game/scripts/rewards/rewards_mixed.rpy", line 187, in <module>
IndexError: list index out of range
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/00gamemenu.rpy", line 173, in script
$ ui.interact()
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/00gamemenu.rpy", line 173, in <module>
$ 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)