- Jan 3, 2019
- 764
- 128
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/!init/!old/_pause.rpy", line 7, in <module>
File "game/scripts/!init/_gui_screens.rpy", line 72, in execute
File "game/scripts/!init/_gui_screens.rpy", line 72, in execute
File "game/scripts/!init/_gui_screens.rpy", line 73, in execute
File "game/scripts/!init/_gui_screens.rpy", line 75, in execute
File "game/scripts/!init/_gui_screens.rpy", line 76, in execute
Exception: Imagebutton does not have a idle image. (auto=u'gui/btn-pool2_%s.png').
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "scripts/!init/!old/_pause.rpyc", line 7, in script
File "D:\games xxx\CureMyAddiction-C1-UnexpectedGuest-pc\CmA-UnexpectedGuest-pc\renpy\ast.py", line 881, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\games xxx\CureMyAddiction-C1-UnexpectedGuest-pc\CmA-UnexpectedGuest-pc\renpy\python.py", line 1913, in py_exec_bytecode
exec bytecode in globals, locals
File "game/scripts/!init/!old/_pause.rpy", line 7, in <module>
File "D:\games xxx\CureMyAddiction-C1-UnexpectedGuest-pc\CmA-UnexpectedGuest-pc\renpy\exports.py", line 1360, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward)
File "D:\games xxx\CureMyAddiction-C1-UnexpectedGuest-pc\CmA-UnexpectedGuest-pc\renpy\ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\games xxx\CureMyAddiction-C1-UnexpectedGuest-pc\CmA-UnexpectedGuest-pc\renpy\display\core.py", line 2672, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\games xxx\CureMyAddiction-C1-UnexpectedGuest-pc\CmA-UnexpectedGuest-pc\renpy\display\core.py", line 3059, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "D:\games xxx\CureMyAddiction-C1-UnexpectedGuest-pc\CmA-UnexpectedGuest-pc\renpy\display\core.py", line 531, in visit_all
d.visit_all(callback, seen)
File "D:\games xxx\CureMyAddiction-C1-UnexpectedGuest-pc\CmA-UnexpectedGuest-pc\renpy\display\core.py", line 531, in visit_all
d.visit_all(callback, seen)
File "D:\games xxx\CureMyAddiction-C1-UnexpectedGuest-pc\CmA-UnexpectedGuest-pc\renpy\display\core.py", line 531, in visit_all
d.visit_all(callback, seen)
File "D:\games xxx\CureMyAddiction-C1-UnexpectedGuest-pc\CmA-UnexpectedGuest-pc\renpy\display\screen.py", line 424, in visit_all
callback(self)
File "D:\games xxx\CureMyAddiction-C1-UnexpectedGuest-pc\CmA-UnexpectedGuest-pc\renpy\display\core.py", line 3059, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "D:\games xxx\CureMyAddiction-C1-UnexpectedGuest-pc\CmA-UnexpectedGuest-pc\renpy\display\screen.py", line 434, in per_interact
self.update()
File "D:\games xxx\CureMyAddiction-C1-UnexpectedGuest-pc\CmA-UnexpectedGuest-pc\renpy\display\screen.py", line 619, in update
self.screen.function(**self.scope)
File "game/scripts/!init/_gui_screens.rpy", line 72, in execute
File "game/scripts/!init/_gui_screens.rpy", line 72, in execute
File "game/scripts/!init/_gui_screens.rpy", line 73, in execute
File "game/scripts/!init/_gui_screens.rpy", line 75, in execute
File "game/scripts/!init/_gui_screens.rpy", line 76, in execute
File "D:\games xxx\CureMyAddiction-C1-UnexpectedGuest-pc\CmA-UnexpectedGuest-pc\renpy\ui.py", line 933, in _imagebutton
idle = choice(idle, idle_image, "idle", required=True)
File "D:\games xxx\CureMyAddiction-C1-UnexpectedGuest-pc\CmA-UnexpectedGuest-pc\renpy\ui.py", line 927, in choice
raise Exception("Imagebutton does not have a %s image. (auto=%r)." % (name, auto))
Exception: Imagebutton does not have a idle image. (auto=u'gui/btn-pool2_%s.png').
Windows-8-6.2.9200
Ren'Py 7.1.3.1092
CmA - The Disciplinarian 0.11.2
Wed Sep 29 11:28:15 2021
While running game code:
File "game/scripts/!init/!old/_pause.rpy", line 7, in <module>
File "game/scripts/!init/_gui_screens.rpy", line 72, in execute
File "game/scripts/!init/_gui_screens.rpy", line 72, in execute
File "game/scripts/!init/_gui_screens.rpy", line 73, in execute
File "game/scripts/!init/_gui_screens.rpy", line 75, in execute
File "game/scripts/!init/_gui_screens.rpy", line 76, in execute
Exception: Imagebutton does not have a idle image. (auto=u'gui/btn-pool2_%s.png').
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "scripts/!init/!old/_pause.rpyc", line 7, in script
File "D:\games xxx\CureMyAddiction-C1-UnexpectedGuest-pc\CmA-UnexpectedGuest-pc\renpy\ast.py", line 881, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\games xxx\CureMyAddiction-C1-UnexpectedGuest-pc\CmA-UnexpectedGuest-pc\renpy\python.py", line 1913, in py_exec_bytecode
exec bytecode in globals, locals
File "game/scripts/!init/!old/_pause.rpy", line 7, in <module>
File "D:\games xxx\CureMyAddiction-C1-UnexpectedGuest-pc\CmA-UnexpectedGuest-pc\renpy\exports.py", line 1360, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward)
File "D:\games xxx\CureMyAddiction-C1-UnexpectedGuest-pc\CmA-UnexpectedGuest-pc\renpy\ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\games xxx\CureMyAddiction-C1-UnexpectedGuest-pc\CmA-UnexpectedGuest-pc\renpy\display\core.py", line 2672, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\games xxx\CureMyAddiction-C1-UnexpectedGuest-pc\CmA-UnexpectedGuest-pc\renpy\display\core.py", line 3059, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "D:\games xxx\CureMyAddiction-C1-UnexpectedGuest-pc\CmA-UnexpectedGuest-pc\renpy\display\core.py", line 531, in visit_all
d.visit_all(callback, seen)
File "D:\games xxx\CureMyAddiction-C1-UnexpectedGuest-pc\CmA-UnexpectedGuest-pc\renpy\display\core.py", line 531, in visit_all
d.visit_all(callback, seen)
File "D:\games xxx\CureMyAddiction-C1-UnexpectedGuest-pc\CmA-UnexpectedGuest-pc\renpy\display\core.py", line 531, in visit_all
d.visit_all(callback, seen)
File "D:\games xxx\CureMyAddiction-C1-UnexpectedGuest-pc\CmA-UnexpectedGuest-pc\renpy\display\screen.py", line 424, in visit_all
callback(self)
File "D:\games xxx\CureMyAddiction-C1-UnexpectedGuest-pc\CmA-UnexpectedGuest-pc\renpy\display\core.py", line 3059, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "D:\games xxx\CureMyAddiction-C1-UnexpectedGuest-pc\CmA-UnexpectedGuest-pc\renpy\display\screen.py", line 434, in per_interact
self.update()
File "D:\games xxx\CureMyAddiction-C1-UnexpectedGuest-pc\CmA-UnexpectedGuest-pc\renpy\display\screen.py", line 619, in update
self.screen.function(**self.scope)
File "game/scripts/!init/_gui_screens.rpy", line 72, in execute
File "game/scripts/!init/_gui_screens.rpy", line 72, in execute
File "game/scripts/!init/_gui_screens.rpy", line 73, in execute
File "game/scripts/!init/_gui_screens.rpy", line 75, in execute
File "game/scripts/!init/_gui_screens.rpy", line 76, in execute
File "D:\games xxx\CureMyAddiction-C1-UnexpectedGuest-pc\CmA-UnexpectedGuest-pc\renpy\ui.py", line 933, in _imagebutton
idle = choice(idle, idle_image, "idle", required=True)
File "D:\games xxx\CureMyAddiction-C1-UnexpectedGuest-pc\CmA-UnexpectedGuest-pc\renpy\ui.py", line 927, in choice
raise Exception("Imagebutton does not have a %s image. (auto=%r)." % (name, auto))
Exception: Imagebutton does not have a idle image. (auto=u'gui/btn-pool2_%s.png').
Windows-8-6.2.9200
Ren'Py 7.1.3.1092
CmA - The Disciplinarian 0.11.2
Wed Sep 29 11:28:15 2021