I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/gallery.rpy", line 270, in execute
screen gallery:
File "game/gallery.rpy", line 270, in execute
screen gallery:
File "game/gallery.rpy", line 294, in execute
frame:
File "game/gallery.rpy", line 297, in execute
hbox:
File "game/gallery.rpy", line 301, in execute
imagebutton:
Exception: Imagebutton does not have a idle image. (auto='gallery_mod/gui/button/return_%s.png').
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "C:\Users\Burak\Downloads\UnbrokenBook1-1.0-pc\renpy\ast.py", line 821, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\Burak\Downloads\UnbrokenBook1-1.0-pc\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
$ ui.interact()
File "C:\Users\Burak\Downloads\UnbrokenBook1-1.0-pc\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\Burak\Downloads\UnbrokenBook1-1.0-pc\renpy\display\core.py", line 2215, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "C:\Users\Burak\Downloads\UnbrokenBook1-1.0-pc\renpy\display\core.py", line 2745, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Users\Burak\Downloads\UnbrokenBook1-1.0-pc\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "C:\Users\Burak\Downloads\UnbrokenBook1-1.0-pc\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "C:\Users\Burak\Downloads\UnbrokenBook1-1.0-pc\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
[Previous line repeated 1 more time]
File "C:\Users\Burak\Downloads\UnbrokenBook1-1.0-pc\renpy\display\screen.py", line 480, in visit_all
callback(self)
File "C:\Users\Burak\Downloads\UnbrokenBook1-1.0-pc\renpy\display\core.py", line 2745, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Users\Burak\Downloads\UnbrokenBook1-1.0-pc\renpy\display\screen.py", line 491, in per_interact
self.update()
File "C:\Users\Burak\Downloads\UnbrokenBook1-1.0-pc\renpy\display\screen.py", line 697, in update
self.screen.function(**self.scope)
File "game/gallery.rpy", line 270, in execute
screen gallery:
File "game/gallery.rpy", line 270, in execute
screen gallery:
File "game/gallery.rpy", line 294, in execute
frame:
File "game/gallery.rpy", line 297, in execute
hbox:
File "game/gallery.rpy", line 301, in execute
imagebutton:
File "C:\Users\Burak\Downloads\UnbrokenBook1-1.0-pc\renpy\ui.py", line 975, in _imagebutton
idle = choice(idle, idle_image, "idle", required=True)
File "C:\Users\Burak\Downloads\UnbrokenBook1-1.0-pc\renpy\ui.py", line 969, in choice
raise Exception("Imagebutton does not have a %s image. (auto=%r)." % (name, auto))
Exception: Imagebutton does not have a idle image. (auto='gallery_mod/gui/button/return_%s.png').