Askwad

Newbie
Apr 10, 2019
24
341
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
 
Jul 28, 2023
96
170
Is it worth going the seduction route with the neighbours wife ?
I just started and right now having her be a teaching aide seems like a much better option going forward but I'm curious if the seduction route goes anywhere interesting story wise.
 

light03

Member
Feb 26, 2018
280
413
This may have been answered already but I cant seem to get becky sue as my girlfriend. Shes on the school path
She is quite picky. I'm not sure if thats the only way but when I tried for her only one way works well: teach her self-respect (instill that her personality is important, not just her body) and be chaste with her (do not fuck her at all). Well, and teach taste in clothes and wean off swearing of course. In this case, she gives up on the idea of being with her sugar daddy and is ready to consider the option of staying with MC, but only if he refuses all the other girlfriends. That is, you will be able to continue working with clients and pursuing side girls, but no other girlsfriends with unique scenes will be available except her.
If you do the same as I described, but fuck (without BDMS) her at the same time, then she will end up with her sugar daddy and you will never be able to call her again. If you put her through BDSM training, she still won't be able to become your girlfriend, but sugar daddy will allow you to visit her sometimes and fuck her. I'm not sure if these are the only ways, but this is what once worked for me. In my current playthrough I gave up on her, it's much more fun to have a whole harem of girlfriends at home instead of just her.
 
  • Like
Reactions: Arvind

HPkingt1

Newbie
Jan 24, 2018
84
17
She is quite picky. I'm not sure if thats the only way but when I tried for her only one way works well: teach her self-respect (instill that her personality is important, not just her body) and be chaste with her (do not fuck her at all). Well, and teach taste in clothes and wean off swearing of course. In this case, she gives up on the idea of being with her sugar daddy and is ready to consider the option of staying with MC, but only if he refuses all the other girlfriends. That is, you will be able to continue working with clients and pursuing side girls, but no other girlsfriends with unique scenes will be available except her.
If you do the same as I described, but fuck (without BDMS) her at the same time, then she will end up with her sugar daddy and you will never be able to call her again. If you put her through BDSM training, she still won't be able to become your girlfriend, but sugar daddy will allow you to visit her sometimes and fuck her. I'm not sure if these are the only ways, but this is what once worked for me. In my current playthrough I gave up on her, it's much more fun to have a whole harem of girlfriends at home instead of just her.
Thank you a lot for that. One other thing if you don't mind. I can't seem to get jasmine to be my gf either, she always talks about loving her husband. Any idea about her?
 

mattius77

Well-Known Member
May 16, 2017
1,698
1,365
Can someone tell me what they gay content here is? Going by the images, I don't see any, but I'm guessing there's a route or something with a guy?
If I remember correctly there is a swinger couple in week 4 or so which you can have threesome with.
You can choose if he may or may not touch you.
I don't rem ember if skipping that swinger couple scene blocks all of the Club content you get if you choose 'let him touch you', or if it just pushes it further down the road. But at any rate it's all of like 4 still images in a non-repeating scene that you can rapidly click through to advance that chunk of other content.

And of course there's always the option of manipulating your save file to set the trigger to 'true' or whatever. But as you might guess from the vague choice of words I went with here I'm maybe not the best person to take save edit advice from.
 

gymogle

Member
Feb 2, 2017
259
398
Just found this and I have to admit the amount of content and choices is rather overwhelming, even with cheats. Any suggestions or anything missed on the original post a newbie could have missed? I'm using the KingTut Cheat Mod as the rest seem dated.

Reminds me of another game with a similar premise I'm hoping to find again. I believe it was an html game with videos and/or gifs with mind control and transformation (like you choose if they go bimbo, loose weight, ect.) as a psychiatrist? I think there was vodoo or magic involved?

Does that sound familiar to anyone, or is there any other similar games to this one? I'm kinda addicted to the genre now.
 

Semeicardia

The Real Slim Semei
Modder
Donor
Mar 11, 2017
787
1,009
Just found this and I have to admit the amount of content and choices is rather overwhelming, even with cheats. Any suggestions or anything missed on the original post a newbie could have missed? I'm using the KingTut Cheat Mod as the rest seem dated.

Reminds me of another game with a similar premise I'm hoping to find again. I believe it was an html game with videos and/or gifs with mind control and transformation (like you choose if they go bimbo, loose weight, ect.) as a psychiatrist? I think there was vodoo or magic involved?

Does that sound familiar to anyone, or is there any other similar games to this one? I'm kinda addicted to the genre now.
It could potentially be LOA Mirror Darkly, which has this overview: " In Loa: A Mirror Darkly you play a disgraced phD candidate who stumbles onto a chemical mixture that lets you trip between parallel worlds, and a mystical artifact that lets you combine them, with the help of some very encouraging Vodou gods known as Loa. Obviously you only use this ability to transform women into sexier versions of themselves and to heighten their libidos so you can have amazing sex with them, because what else would you do? "
 
  • Red Heart
Reactions: gymogle

whiteslayer

Newbie
Jun 11, 2017
20
10
is only post training still cumslut and bimbo or is there more paths such as dating or slave girl or something i didn't see it mentioned in change logs for donna the nester
 
Last edited:

elliochness

Newbie
Aug 15, 2016
46
33
Still my favorite mind control game after all these years. Great writing and an actual tight gameplay loop where your choices matter.

I don't mind if development slow, I've paid nothing for this and gotten so much out of it already, I'm just happy the project isn't dead.
 
  • Like
Reactions: ubblesnop

light03

Member
Feb 26, 2018
280
413
Thank you a lot for that. One other thing if you don't mind. I can't seem to get jasmine to be my gf either, she always talks about loving her husband. Any idea about her?
Yes, she also requires some work. You need to make her a showgirl in Club first, after that keep trigger her Club and other Exhibicionst events, at some point she will invite you home... At this point, you will need to trigger a few more new events and in the end she will say that she is ready to leave her husband and move in with you, joining the harem.
 

Dalbert33

Member
Dec 21, 2020
209
200
Are Ivy's stats impossible to change? Cause been trying to get her resistance down to 0 with console commands and nothing happens....also,consider giving us more then 5 weeks to train her
 

saddlface

Member
Oct 25, 2017
282
536
Are Ivy's stats impossible to change? Cause been trying to get her resistance down to 0 with console commands and nothing happens....also,consider giving us more then 5 weeks to train her
Doesnt it ask you if you want more time for each client at the start of the last week or is that a mod I have installed?
 
4.40 star(s) 67 Votes