Anyone know how to fix this?
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 223, in script call
call day_loop from _call_day_loop
File "game/script.rpy", line 234, in script call
call core_loop from _call_core_loop
File "game/script.rpy", line 311, in script call
call expression label from _call_expression
File "game/modules/00core/01-core.rpy", line 660, in script call
call expression (current_target.short_name + "_weekend") from _call_expression_2
File "game/modules/00core/clients/becky_sue/becky_sue.rpy", line 4172, in script call
call expandable_menu(becky_sue_weekend_training_menu) from _call_expandable_menu_100
File "game/script.rpy", line 847, in script call
call expression expandable_menu.selected_choice.to pass (**expandable_menu.selected_choice.variables) from _call_safe_call_2
File "game/modules/00core/clients/becky_sue/becky_sue.rpy", line 4185, in script call
call becky_sue_weekend_clean_house from _call_becky_sue_weekend_clean_house
File "game/modules/00core/clients/becky_sue/becky_sue.rpy", line 4331, in script call
call becky_sue_weekend_clean_house_for_pay from _call_becky_sue_weekend_clean_house_for_pay
File "game/modules/00core/clients/becky_sue/becky_sue.rpy", line 4701, in script
"She looks back at you as you fuck her, as if checking to make sure that you're enjoying this. You are."
File "game/00-wt-global-methods.rpy", line 14, in autosize_say
who(what, *args, **kwargs)
File "game/screens.rpy", line 1600, in execute
screen wt_static_ui:
File "game/screens.rpy", line 1600, in execute
screen wt_static_ui:
File "game/screens.rpy", line 1607, in execute
fixed:
File "game/screens.rpy", line 1642, in execute
viewport:
File "game/screens.rpy", line 1652, in execute
frame:
File "game/screens.rpy", line 1657, in execute
grid len(player_items + actual_buttons) 1:
File "game/screens.rpy", line 1661, in execute
for b in player_items + actual_buttons:
File "game/screens.rpy", line 1662, in execute
if isinstance(b, UISpace):
File "game/screens.rpy", line 1710, in execute
button:
File "game/screens.rpy", line 1720, in execute
add ConditionSwitch(b.cut_portrait, im.AlphaMask(renpy.displayable(b.portrait), 'gui/button/alpha_portrait.png'), "True", b.portrait) size(56, 56) pos (2,2)
File "game/screens.rpy", line 1720, in <module>
add ConditionSwitch(b.cut_portrait, im.AlphaMask(renpy.displayable(b.portrait), 'gui/button/alpha_portrait.png'), "True", b.portrait) size(56, 56) pos (2,2)
Exception: Expected an image, but got a general displayable.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 223, in script call
call day_loop from _call_day_loop
File "game/script.rpy", line 234, in script call
call core_loop from _call_core_loop
File "game/script.rpy", line 311, in script call
call expression label from _call_expression
File "game/modules/00core/01-core.rpy", line 660, in script call
call expression (current_target.short_name + "_weekend") from _call_expression_2
File "game/modules/00core/clients/becky_sue/becky_sue.rpy", line 4172, in script call
call expandable_menu(becky_sue_weekend_training_menu) from _call_expandable_menu_100
File "game/script.rpy", line 847, in script call
call expression expandable_menu.selected_choice.to pass (**expandable_menu.selected_choice.variables) from _call_safe_call_2
File "game/modules/00core/clients/becky_sue/becky_sue.rpy", line 4185, in script call
call becky_sue_weekend_clean_house from _call_becky_sue_weekend_clean_house
File "game/modules/00core/clients/becky_sue/becky_sue.rpy", line 4331, in script call
call becky_sue_weekend_clean_house_for_pay from _call_becky_sue_weekend_clean_house_for_pay
File "game/modules/00core/clients/becky_sue/becky_sue.rpy", line 4701, in script
"She looks back at you as you fuck her, as if checking to make sure that you're enjoying this. You are."
File "renpy/ast.py", line 2560, in execute
Say.execute(self)
File "renpy/ast.py", line 615, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "game/00-wt-global-methods.rpy", line 14, in autosize_say
who(what, *args, **kwargs)
File "renpy/character.py", line 1301, in __call__
return Character(kind=self, **kwargs)(what, interact=interact, _call_done=_call_done, multiple=multiple, _mode=_mode, _with_none=_with_none)
File "renpy/character.py", line 1394, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 1048, in do_display
**display_args)
File "renpy/character.py", line 741, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "renpy/ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 2166, 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 "renpy/display/core.py", line 2688, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "renpy/display/displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "renpy/display/displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "renpy/display/displayable.py", line 431, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 480, in visit_all
callback(self)
File "renpy/display/core.py", line 2688, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "renpy/display/screen.py", line 491, in per_interact
self.update()
File "renpy/display/screen.py", line 697, in update
self.screen.function(**self.scope)
File "game/screens.rpy", line 1600, in execute
screen wt_static_ui:
File "game/screens.rpy", line 1600, in execute
screen wt_static_ui:
File "game/screens.rpy", line 1607, in execute
fixed:
File "game/screens.rpy", line 1642, in execute
viewport:
File "game/screens.rpy", line 1652, in execute
frame:
File "game/screens.rpy", line 1657, in execute
grid len(player_items + actual_buttons) 1:
File "game/screens.rpy", line 1661, in execute
for b in player_items + actual_buttons:
File "game/screens.rpy", line 1662, in execute
if isinstance(b, UISpace):
File "game/screens.rpy", line 1710, in execute
button:
File "game/screens.rpy", line 1720, in execute
add ConditionSwitch(b.cut_portrait, im.AlphaMask(renpy.displayable(b.portrait), 'gui/button/alpha_portrait.png'), "True", b.portrait) size(56, 56) pos (2,2)
File "game/screens.rpy", line 1720, in <module>
add ConditionSwitch(b.cut_portrait, im.AlphaMask(renpy.displayable(b.portrait), 'gui/button/alpha_portrait.png'), "True", b.portrait) size(56, 56) pos (2,2)
File "renpy/display/im.py", line 1919, in __init__
self.base = image(base)
File "renpy/display/im.py", line 2017, in image
return image(arg.target, loose=loose, **properties)
File "renpy/display/im.py", line 2032, in image
raise Exception("Expected an image, but got a general displayable.")
Exception: Expected an image, but got a general displayable.
Windows-10-10.0.22621 AMD64
Ren'Py 7.7.3.24061702
The Wife Trainer Files 0.7r
Sun Aug 11 20:26:57 2024