- Jan 20, 2021
- 706
- 392
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 33, in script
""
File "game/npc.rpy", line 33, in execute
screen npc:
File "game/npc.rpy", line 33, in execute
screen npc:
File "game/npc.rpy", line 129, in execute
if location == npc_Rachel.location:
File "game/npc.rpy", line 192, in execute
if npc_Rachel.action == "at_work":
File "game/npc.rpy", line 193, in execute
imagebutton:
Exception: Imagebutton does not have a idle image. (auto=u'rachel/dentist office/rachel work mask_%s.png').
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 33, in script
""
File "renpy/ast.py", line 721, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1417, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1237, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 889, in do_display
**display_args)
File "renpy/character.py", line 635, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
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/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/npc.rpy", line 33, in execute
screen npc:
File "game/npc.rpy", line 33, in execute
screen npc:
File "game/npc.rpy", line 129, in execute
if location == npc_Rachel.location:
File "game/npc.rpy", line 192, in execute
if npc_Rachel.action == "at_work":
File "game/npc.rpy", line 193, in execute
imagebutton:
File "renpy/ui.py", line 951, in _imagebutton
idle = choice(idle, idle_image, "idle", required=True)
File "renpy/ui.py", line 945, 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'rachel/dentist office/rachel work mask_%s.png').
Windows-10-10.0.19041
Ren'Py 7.4.10.2164n
Double Perception 4.7
Thu Mar 6 07:14:21 2025
Getting the same error as wellHospital :
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 33, in script "" File "game/npc.rpy", line 33, in execute screen npc: File "game/npc.rpy", line 33, in execute screen npc: File "game/npc.rpy", line 129, in execute if location == npc_Rachel.location: File "game/npc.rpy", line 192, in execute if npc_Rachel.action == "at_work": File "game/npc.rpy", line 193, in execute imagebutton: Exception: Imagebutton does not have a idle image. (auto=u'rachel/dentist office/rachel work mask_%s.png'). -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 33, in script "" File "renpy/ast.py", line 721, in execute renpy.exports.say(who, what, *args, **kwargs) File "renpy/exports.py", line 1417, in say who(what, *args, **kwargs) File "renpy/character.py", line 1237, in __call__ self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args) File "renpy/character.py", line 889, in do_display **display_args) File "renpy/character.py", line 635, in display_say rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward) 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/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/npc.rpy", line 33, in execute screen npc: File "game/npc.rpy", line 33, in execute screen npc: File "game/npc.rpy", line 129, in execute if location == npc_Rachel.location: File "game/npc.rpy", line 192, in execute if npc_Rachel.action == "at_work": File "game/npc.rpy", line 193, in execute imagebutton: File "renpy/ui.py", line 951, in _imagebutton idle = choice(idle, idle_image, "idle", required=True) File "renpy/ui.py", line 945, 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'rachel/dentist office/rachel work mask_%s.png'). Windows-10-10.0.19041 Ren'Py 7.4.10.2164n Double Perception 4.7 Thu Mar 6 07:14:21 2025
shakunimamaHospital :
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 33, in script "" File "game/npc.rpy", line 33, in execute screen npc: File "game/npc.rpy", line 33, in execute screen npc: File "game/npc.rpy", line 129, in execute if location == npc_Rachel.location: File "game/npc.rpy", line 192, in execute if npc_Rachel.action == "at_work": File "game/npc.rpy", line 193, in execute imagebutton: Exception: Imagebutton does not have a idle image. (auto=u'rachel/dentist office/rachel work mask_%s.png'). -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 33, in script "" File "renpy/ast.py", line 721, in execute renpy.exports.say(who, what, *args, **kwargs) File "renpy/exports.py", line 1417, in say who(what, *args, **kwargs) File "renpy/character.py", line 1237, in __call__ self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args) File "renpy/character.py", line 889, in do_display **display_args) File "renpy/character.py", line 635, in display_say rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward) 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/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/npc.rpy", line 33, in execute screen npc: File "game/npc.rpy", line 33, in execute screen npc: File "game/npc.rpy", line 129, in execute if location == npc_Rachel.location: File "game/npc.rpy", line 192, in execute if npc_Rachel.action == "at_work": File "game/npc.rpy", line 193, in execute imagebutton: File "renpy/ui.py", line 951, in _imagebutton idle = choice(idle, idle_image, "idle", required=True) File "renpy/ui.py", line 945, 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'rachel/dentist office/rachel work mask_%s.png'). Windows-10-10.0.19041 Ren'Py 7.4.10.2164n Double Perception 4.7 Thu Mar 6 07:14:21 2025
Bruh, does the bug only happen for a few ppl? This one's here since 4.6. Your com should be exposed in the original post atleast 'till a bugfix is made.shakunimama
a workaround it to unren the game, go into "DoublePerception-4.7\game\images\Rachel\Dentist Office", and rename the file extensions of "rachel work mask_hover.webp" & "rachel work mask_idle.webp" from ".webp" to ".png".
Thanks, its workkk.First, no negative self talk! You are not a retard, you just don't know how to do something. That's legit. (Sorry, I always tell people not to do negative self talk. It's destructive.)
Second, gonna give you two ways to do this. The easy way is with the zip file, extract and drop the folder into the "game" folder. Second way, save the png files, go into the game folder, create a subfolder called "images", go into that, create another subfolder called "Rachel", go into that and create another subfolder called "Dentist Office" and drop the png files into that one.
Everything will work then. Hope this helps. =)
View attachment 4615281 View attachment 4615282 View attachment 4615285