paul77

Newbie
Sep 18, 2017
23
9
129
hi can anyone help i was training Sarah and her logo has disapeard so cant do anything just on weekend
 

The Krypt Angel

Engaged Member
Feb 17, 2019
3,365
9,484
617
I'm getting this error when I try to hypno sarah and similar ones (some lines are different but they appear to boil down to the same syntax error) when I load old saves and try to work with ANYONE else. The strangest part is I had none of these errors before going to bed last night and was able to put sarah through several rounds of training bug free.

edit: for lack of a better explanation it appears that some files got corrupted or something because I solved the problem by copying a fresh set of rpy/rpyc files from the original .7c zip into the game folder overwriting them and the error disappeared
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 226, in script
    call screen wait_for_input
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/screens.rpy", line 2075, in execute
    screen menu_holder_modal(menu_position, menu_context, is_item_menu):
  File "game/screens.rpy", line 2075, in execute
    screen menu_holder_modal(menu_position, menu_context, is_item_menu):
  File "game/screens.rpy", line 2089, in execute
    use actions_menu(menu_position, menu_context, is_item_menu, 'menu_holder_modal')
  File "game/screens.rpy", line 2122, in execute
    screen actions_menu(menu_position, menu_context, is_item_menu, parent_menu):
  File "game/screens.rpy", line 2122, in execute
    screen actions_menu(menu_position, menu_context, is_item_menu, parent_menu):
  File "game/screens.rpy", line 2124, in execute
    if is_item_menu:
  File "game/screens.rpy", line 2202, in execute
    if len(get_non_empty_actions(current_target.get_menu_objects(menu_context))) > 0:
  File "game/00-wt-classes.rpy", line 2079, in get_menu_objects
    return self.get_evaled_actions(in_context)
  File "game/00-wt-classes.rpy", line 913, in get_evaled_actions
    return [a for a in self.actions if a.eval_action() and a.context == in_context]
  File "game/00-wt-classes.rpy", line 754, in eval_action
    renpy.error("For action {} in {}: condition does not contain correct syntax.".format(self.name, self.owner.name))
Exception: For action Hypnosis in Sarah: condition does not contain correct syntax.

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/script.rpy", line 226, in script
    call screen wait_for_input
  File "C:\Users\santa\Downloads\WifeTrainerFiles-exElsa0.7b-pc\renpy\ast.py", line 1911, in execute
    self.call("execute")
  File "C:\Users\santa\Downloads\WifeTrainerFiles-exElsa0.7b-pc\renpy\ast.py", line 1899, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\santa\Downloads\WifeTrainerFiles-exElsa0.7b-pc\renpy\statements.py", line 220, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "C:\Users\santa\Downloads\WifeTrainerFiles-exElsa0.7b-pc\renpy\exports.py", line 2875, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\santa\Downloads\WifeTrainerFiles-exElsa0.7b-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\santa\Downloads\WifeTrainerFiles-exElsa0.7b-pc\renpy\display\core.py", line 2690, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\santa\Downloads\WifeTrainerFiles-exElsa0.7b-pc\renpy\display\core.py", line 3074, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\santa\Downloads\WifeTrainerFiles-exElsa0.7b-pc\renpy\display\core.py", line 534, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\santa\Downloads\WifeTrainerFiles-exElsa0.7b-pc\renpy\display\core.py", line 534, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\santa\Downloads\WifeTrainerFiles-exElsa0.7b-pc\renpy\display\core.py", line 534, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\santa\Downloads\WifeTrainerFiles-exElsa0.7b-pc\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "C:\Users\santa\Downloads\WifeTrainerFiles-exElsa0.7b-pc\renpy\display\core.py", line 3074, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\santa\Downloads\WifeTrainerFiles-exElsa0.7b-pc\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "C:\Users\santa\Downloads\WifeTrainerFiles-exElsa0.7b-pc\renpy\display\screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 2075, in execute
    screen menu_holder_modal(menu_position, menu_context, is_item_menu):
  File "game/screens.rpy", line 2075, in execute
    screen menu_holder_modal(menu_position, menu_context, is_item_menu):
  File "game/screens.rpy", line 2089, in execute
    use actions_menu(menu_position, menu_context, is_item_menu, 'menu_holder_modal')
  File "game/screens.rpy", line 2122, in execute
    screen actions_menu(menu_position, menu_context, is_item_menu, parent_menu):
  File "game/screens.rpy", line 2122, in execute
    screen actions_menu(menu_position, menu_context, is_item_menu, parent_menu):
  File "game/screens.rpy", line 2124, in execute
    if is_item_menu:
  File "game/screens.rpy", line 2202, in execute
    if len(get_non_empty_actions(current_target.get_menu_objects(menu_context))) > 0:
  File "<screen language>", line 2202, in <module>
  File "game/00-wt-classes.rpy", line 2079, in get_menu_objects
    return self.get_evaled_actions(in_context)
  File "game/00-wt-classes.rpy", line 913, in get_evaled_actions
    return [a for a in self.actions if a.eval_action() and a.context == in_context]
  File "game/00-wt-classes.rpy", line 754, in eval_action
    renpy.error("For action {} in {}: condition does not contain correct syntax.".format(self.name, self.owner.name))
  File "C:\Users\santa\Downloads\WifeTrainerFiles-exElsa0.7b-pc\renpy\exports.py", line 2392, in error
    _error_handlers[-1](msg)
  File "C:\Users\santa\Downloads\WifeTrainerFiles-exElsa0.7b-pc\renpy\exports.py", line 2369, in _error
    raise Exception(msg)
Exception: For action Hypnosis in Sarah: condition does not contain correct syntax.

Windows-8-6.2.9200
Ren'Py 7.2.2.491
The Wife Trainer Files exElsa0.7b
Thu Jul 11 10:02:23 2019
 
Last edited:
  • Like
Reactions: krakr and paul77

EPGerhart

Active Member
Dec 24, 2017
636
214
240
Do you mean how to treat Diamond when Master M first sends her to you, or at some later point in the club ?

If you mean the first, these two options come from an old "Naturally Dominant" guide from the old RAGS version, so they may not work if you're not Naturally Dominant

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

wintersedge91

Active Member
Sep 27, 2018
598
181
160
Do you mean how to treat Diamond when Master M first sends her to you, or at some later point in the club ?

If you mean the first, these two options come from an old "Naturally Dominant" guide from the old RAGS version, so they may not work if you're not Naturally Dominant

You don't have permission to view the spoiler content. Log in or register now.
i did it different, after i got the message i did:
diamond - tell her - punish - spank - fuck - ass - cum in mouth
 

EPGerhart

Active Member
Dec 24, 2017
636
214
240
If you transform Bree into a petgirl and attempt to use the leash on her, you get this error

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

EDIT: I can get the error to not occur if I open the console and issue
breename = 'Petgirl Bree'
(or whatever string you'd like instead)
 
Last edited:

wintersedge91

Active Member
Sep 27, 2018
598
181
160
If you transform Bree into a petgirl and attempt to use the leash on her, you get this error

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

EDIT: I can get the error to not occur if I open the console and issue
breename = 'Petgirl Bree'
(or whatever string you'd like instead)
i got an error when i fucked her after lending her to mister m, or whatever his name was
 

mattius77

Well-Known Member
May 16, 2017
1,781
1,488
355
Cannot open Jasmine at home events, or any sexy time stuff with Sarah aside from hypno BJs.
 

krakr

Resident Drunk
Donor
Jun 25, 2017
127
131
143
k I just started a new game cuz I wanted to leave chelsy a fatso & see where that took me.Now I got to the choice of Jasmine doing the office and NOT playing it safe/getting caught/becoming her co-worker's bitch, but the fail text gives hope she'll be back, I need to know if it's a hard fail or not before I do it again, cuz I haven't got Jasmine to be a whore for me yet in any playthru (random encounters once a week drag on and on)
 

krakr

Resident Drunk
Donor
Jun 25, 2017
127
131
143
Playing as playboy, I cannot start training elsa the frigid, am I missing something?
Funniest thing I've seen in a long time. If you read that text that comes with ANY of her interactions, then you wouldn't have needed the time to post your question. I'm usually drunk or high or both, but I did not need to ask that question. I did, however, need to see all 3 interactions for it to really sink in since I was impaired :D

in other words, if you talk to her, she'll tell you why she's not in the game yet & since you're a good guy, you get a free rating for training a slave/wife/whatever that doesn't exist in game
 
Last edited:
  • Like
Reactions: paul77

scarfer

Active Member
Nov 4, 2017
776
385
288
k I just started a new game cuz I wanted to leave chelsy a fatso & see where that took me.Now I got to the choice of Jasmine doing the office and NOT playing it safe/getting caught/becoming her co-worker's bitch, but the fail text gives hope she'll be back, I need to know if it's a hard fail or not before I do it again, cuz I haven't got Jasmine to be a whore for me yet in any playthru (random encounters once a week drag on and on)
That, the pictures in the 3rd public session, and the forced sex in the 6th public session, all should lead to her not coming back. I can't remember if you can contact her 1 more time or not, but if so, she should tell you she's not coming back and why. If you can't contact her, then she's done. Although you might be able to 'restart' her training through the console...
 

mattius77

Well-Known Member
May 16, 2017
1,781
1,488
355
Yeah, once Jas is gone, she's gone. There's no way (through gameplay) to reintroduce her. Yet.

I'm just frustrated that I can't get her home events, nor can I get any further than hypno BJs with Sharon.... WHO IS MY FAVORITE WIFE IN THE GAME.
 

DigitalBonsai

Newbie
Game Developer
Jul 5, 2019
49
108
184
Hey, guys. Thanks for the bug reports.
I'll be compiling them from this forum too from now on.
We'll probably do another release with more bug fixes next week while we wait for WT to recharge.

Also, guys, come on. Elsa has 3 lines of dialog that explain why she is not in the game.
But just in case, Elsa is not in the game yet. WT will work on converting her content to the new engine when he comes back; unless the current volunteers can do that, in which case he'll work on new content.
 
  • Like
Reactions: scarfer

krakr

Resident Drunk
Donor
Jun 25, 2017
127
131
143
DigitalBonsai lmao too funny that someone from the dev team has to come scold caricola about Elsa. Will you Hypno or Dom? good target for dom.

mattius77 thanks. don't want to cut her questline I'mma be Pimp daddy

I would like to point out to the devs that being a natural dom and letting Jasmine get caught opens up the whole fucked-up white knight thing. which is more work :( (I guess it works as playboy? dunno, but Dom, she's your property.)
 
Last edited:

VikingCrawler

Member
Donor
May 18, 2018
267
149
196
Yeah, once Jas is gone, she's gone. There's no way (through gameplay) to reintroduce her. Yet.

I'm just frustrated that I can't get her home events, nor can I get any further than hypno BJs with Sharon.... WHO IS MY FAVORITE WIFE IN THE GAME.
Wait, there are home events for Jasmine. I wonder what steps you have to take to get them.
 

VikingCrawler

Member
Donor
May 18, 2018
267
149
196
DigitalBonsai lmao too funny that someone from the dev team has to come scold caricola about Elsa. Will you Hypno or Dom? good target for dom.

mattius77 thanks. don't want to cut her questline I'mma be Pimp daddy

I would like to point out to the devs that being a natural dom and letting Jasmine get caught opens up the whole fucked-up white knight thing. which is more work :( (I guess it works as playboy? dunno, but Dom, she's your property.)
What do you mean? Is it possible to go this route and get her back?
 

tek

Member
Nov 12, 2016
117
845
286
Wife Trainer [v0.7b Public Playtest] [Wife Trainer] (1 gb rar pc original)

503 mb rar unofficial pc compressed (slightly reduced image/video/audio quality):
done by UnRen v0.7 (Sam@f95zone) & Cruncher v0.3.1(BAS@f95zone)
any chance you could compress the latest version?
 
4.40 star(s) 75 Votes