got this issue and the rollback does not work..
I loaded a game from v0.3 after updating to 0.5 after 5min of gameplay I am stuck at one point. The ignore button reroll me to the previous scene and then crash at the same point
Could someone help me plz ?
```
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000window.rpy", line 95, in _window_auto_callback
_window_hide()
File "renpy/common/000window.rpy", line 85, in _window_hide
renpy.with_statement(trans)
File "game/myscreens.rpy", line 25, in execute
File "game/myscreens.rpy", line 25, in execute
File "game/myscreens.rpy", line 26, in execute
File "game/myscreens.rpy", line 27, in execute
Exception: Imagebutton does not have a idle image.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "room1.rpyc", line 235, in script
File "C:\Users\Jann\AppData\Local\Temp\Rar$EXa0.963\ExchangeStudent-0.5.2.a-pc\renpy\ast.py", line 1586, in execute
statement_name("menu")
File "C:\Users\Jann\AppData\Local\Temp\Rar$EXa0.963\ExchangeStudent-0.5.2.a-pc\renpy\ast.py", line 45, in statement_name
i(name)
File "renpy/common/000window.rpy", line 95, in _window_auto_callback
_window_hide()
File "renpy/common/000window.rpy", line 85, in _window_hide
renpy.with_statement(trans)
File "C:\Users\Jann\AppData\Local\Temp\Rar$EXa0.963\ExchangeStudent-0.5.2.a-pc\renpy\exports.py", line 1601, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "C:\Users\Jann\AppData\Local\Temp\Rar$EXa0.963\ExchangeStudent-0.5.2.a-pc\renpy\display\core.py", line 2251, in do_with
clear=clear)
File "C:\Users\Jann\AppData\Local\Temp\Rar$EXa0.963\ExchangeStudent-0.5.2.a-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\Jann\AppData\Local\Temp\Rar$EXa0.963\ExchangeStudent-0.5.2.a-pc\renpy\display\core.py", line 3094, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\Jann\AppData\Local\Temp\Rar$EXa0.963\ExchangeStudent-0.5.2.a-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\Jann\AppData\Local\Temp\Rar$EXa0.963\ExchangeStudent-0.5.2.a-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\Jann\AppData\Local\Temp\Rar$EXa0.963\ExchangeStudent-0.5.2.a-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\Jann\AppData\Local\Temp\Rar$EXa0.963\ExchangeStudent-0.5.2.a-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "C:\Users\Jann\AppData\Local\Temp\Rar$EXa0.963\ExchangeStudent-0.5.2.a-pc\renpy\display\screen.py", line 430, in visit_all
callback(self)
File "C:\Users\Jann\AppData\Local\Temp\Rar$EXa0.963\ExchangeStudent-0.5.2.a-pc\renpy\display\core.py", line 3094, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "C:\Users\Jann\AppData\Local\Temp\Rar$EXa0.963\ExchangeStudent-0.5.2.a-pc\renpy\display\screen.py", line 440, in per_interact
self.update()
File "C:\Users\Jann\AppData\Local\Temp\Rar$EXa0.963\ExchangeStudent-0.5.2.a-pc\renpy\display\screen.py", line 625, in update
self.screen.function(**self.scope)
File "game/myscreens.rpy", line 25, in execute
File "game/myscreens.rpy", line 25, in execute
File "game/myscreens.rpy", line 26, in execute
File "game/myscreens.rpy", line 27, in execute
File "C:\Users\Jann\AppData\Local\Temp\Rar$EXa0.963\ExchangeStudent-0.5.2.a-pc\renpy\ui.py", line 946, in _imagebutton
idle = choice(idle, idle_image, "idle", required=True)
File "C:\Users\Jann\AppData\Local\Temp\Rar$EXa0.963\ExchangeStudent-0.5.2.a-pc\renpy\ui.py", line 942, in choice
raise Exception("Imagebutton does not have a %s image." % (name, ))
Exception: Imagebutton does not have a idle image.
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Exchange Student 0.5.2.a
Mon Nov 16 17:26:05 2020
```