Daddy59

Active Member
Jun 10, 2017
671
284
Hospital :
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
 

shakunimama

Member
Feb 7, 2021
153
81
Hospital :
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
Getting the same error as well
 

Stil996

Conversation Conqueror
Jr. Uploader
Jan 11, 2018
7,309
6,929
Hospital :
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
shakunimama

a workaround is 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".
 
Last edited:
  • Like
Reactions: Johan_0000

Johan_0000

Active Member
Apr 14, 2023
864
672
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".
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.



Also dev forgot to change this :
1741279000160.png




THX
 

Crel

Member
Jun 5, 2018
260
181
Bug: This Cancel button never goes away after selecting Events at the priestess
 

T3ls

New Member
Jan 19, 2024
11
2
Wish this was more playable but there are so many game stopping errors. What can be played is great though.
 

richyukio

New Member
Mar 18, 2019
2
2
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
Thanks, its workkk.
 

estrada777

Forum Fanatic
Modder
Donor
Mar 22, 2020
4,345
10,583
Updated Android port. Nothing too fancy but let me know if you have any issues.

Version: 4.7 + IC

Appreciate my porting? Leave a Tip! You're supporting my efforts, paying for storage, and encouraging more ports!
¯\_(ツ)_/¯ OR

You don't have permission to view the spoiler content. Log in or register now.

This unofficial port/version is not released by the developer, download at your own risk.

PLEASE don't reply, or @ me, or DM me for updates. I always update my ports, YES I ALREADY KNOW ABOUT THE UPDATE.
If you ping me for updates, I will mark you account as ignored.



MEGA

Size 854 MB

Updates are faster on .

Game Developers: Want to talk about an official Android version for your game? Come join my Discord.
Updated.
 

dantes0

Active Member
Oct 20, 2017
715
292
to solve this problem ?
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 33, in script call
    ""
  File "game/Overworld Screens/!Rachel/Events.rpy", line 815, in script call
    call interaction_end(ap)
  File "game/Overworld Screens/!Kim/Events.rpy", line 444, in script call
    call interaction_end(ap)
  File "game/script.rpy", line 33, in script call
    ""
  File "game/DoA rpy/Battle/DoA_battle_system.rpy", line 923, in script call
    call interaction_end(1)
  File "game/MC/Events/Sleep.rpy", line 106, in script call
    call interaction_end(1)
  File "game/Overworld Screens/!Rachel/Events.rpy", line 327, in script call
    call interaction_end(ap)
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/DoA rpy/Friends/Friends screen.rpy", line 562, in script call
    call interaction_end(0)
  File "game/Dialog System/Dialog system.rpy", line 12, in script call
    call locationmanager
  File "game/script.rpy", line 33, in script
    ""
  File "renpy/common/000window.rpy", line 114, in _window_auto_callback
    _window_show(auto=True)
  File "renpy/common/000window.rpy", line 69, in _window_show
    renpy.with_statement(trans)
  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 call
    ""
  File "game/Overworld Screens/!Rachel/Events.rpy", line 815, in script call
    call interaction_end(ap)
  File "game/Overworld Screens/!Kim/Events.rpy", line 444, in script call
    call interaction_end(ap)
  File "game/script.rpy", line 33, in script call
    ""
  File "game/DoA rpy/Battle/DoA_battle_system.rpy", line 923, in script call
    call interaction_end(1)
  File "game/MC/Events/Sleep.rpy", line 106, in script call
    call interaction_end(1)
  File "game/Overworld Screens/!Rachel/Events.rpy", line 327, in script call
    call interaction_end(ap)
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/DoA rpy/Friends/Friends screen.rpy", line 562, in script call
    call interaction_end(0)
  File "game/Dialog System/Dialog system.rpy", line 12, in script call
    call locationmanager
  File "game/script.rpy", line 33, in script
    ""
  File "renpy/ast.py", line 691, in execute
    statement_name("say")
  File "renpy/ast.py", line 46, in statement_name
    i(name)
  File "renpy/common/000window.rpy", line 114, in _window_auto_callback
    _window_show(auto=True)
  File "renpy/common/000window.rpy", line 69, in _window_show
    renpy.with_statement(trans)
  File "renpy/exports.py", line 1682, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "renpy/display/core.py", line 2752, in do_with
    clear=clear)
  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/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').
 

Stil996

Conversation Conqueror
Jr. Uploader
Jan 11, 2018
7,309
6,929
to solve this problem ?
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 33, in script call
    ""
  File "game/Overworld Screens/!Rachel/Events.rpy", line 815, in script call
    call interaction_end(ap)
  File "game/Overworld Screens/!Kim/Events.rpy", line 444, in script call
    call interaction_end(ap)
  File "game/script.rpy", line 33, in script call
    ""
  File "game/DoA rpy/Battle/DoA_battle_system.rpy", line 923, in script call
    call interaction_end(1)
  File "game/MC/Events/Sleep.rpy", line 106, in script call
    call interaction_end(1)
  File "game/Overworld Screens/!Rachel/Events.rpy", line 327, in script call
    call interaction_end(ap)
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/DoA rpy/Friends/Friends screen.rpy", line 562, in script call
    call interaction_end(0)
  File "game/Dialog System/Dialog system.rpy", line 12, in script call
    call locationmanager
  File "game/script.rpy", line 33, in script
    ""
  File "renpy/common/000window.rpy", line 114, in _window_auto_callback
    _window_show(auto=True)
  File "renpy/common/000window.rpy", line 69, in _window_show
    renpy.with_statement(trans)
  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 call
    ""
  File "game/Overworld Screens/!Rachel/Events.rpy", line 815, in script call
    call interaction_end(ap)
  File "game/Overworld Screens/!Kim/Events.rpy", line 444, in script call
    call interaction_end(ap)
  File "game/script.rpy", line 33, in script call
    ""
  File "game/DoA rpy/Battle/DoA_battle_system.rpy", line 923, in script call
    call interaction_end(1)
  File "game/MC/Events/Sleep.rpy", line 106, in script call
    call interaction_end(1)
  File "game/Overworld Screens/!Rachel/Events.rpy", line 327, in script call
    call interaction_end(ap)
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/script.rpy", line 33, in script call
    ""
  File "game/DoA rpy/Friends/Friends screen.rpy", line 562, in script call
    call interaction_end(0)
  File "game/Dialog System/Dialog system.rpy", line 12, in script call
    call locationmanager
  File "game/script.rpy", line 33, in script
    ""
  File "renpy/ast.py", line 691, in execute
    statement_name("say")
  File "renpy/ast.py", line 46, in statement_name
    i(name)
  File "renpy/common/000window.rpy", line 114, in _window_auto_callback
    _window_show(auto=True)
  File "renpy/common/000window.rpy", line 69, in _window_show
    renpy.with_statement(trans)
  File "renpy/exports.py", line 1682, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "renpy/display/core.py", line 2752, in do_with
    clear=clear)
  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/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').
#2,685
 
3.50 star(s) 46 Votes