Jan 7, 2022
362
469
I'm running no mods -

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 9435, in <module>
NameError: name 'sasha_sad' is not defined

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

Full traceback:
  File "script.rpyc", line 899, in script call
  File "script.rpyc", line 9435, in script
  File "renpy/ast.py", line 1898, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 2276, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2269, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 9435, in <module>
NameError: name 'sasha_sad' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Bastard 9.0
Wed Jul 20 19:26:03 2022
 

f96zonetrooper

Engaged Member
Dec 21, 2018
2,092
1,986
I'm running no mods -

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 9435, in <module>
NameError: name 'sasha_sad' is not defined

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

Full traceback:
  File "script.rpyc", line 899, in script call
  File "script.rpyc", line 9435, in script
  File "renpy/ast.py", line 1898, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 2276, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2269, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 9435, in <module>
NameError: name 'sasha_sad' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Bastard 9.0
Wed Jul 20 19:26:03 2022
This error should be impossible with current script.
Variable sasha_sad is initialized at start.
You can only reach label d7s and the line 9435 if sasha_sad >=5, so sasha_sad should be known.

Code:
label start:

   $ hil = 1
   $sasha_sad =0
Code:
    if sasha_sad >=5:
        jump d7s
    else:
        jump d7tasha

label d7s:
    scene black with dissolve
    pause
    scene d7gh9 with dissolve
    k "Are you happy to see me? {p} I really enjoyed our last meeting."
    scene d7gh10 with dissolve
    s "Yes, I'm very happy. I also enjoyed our meeting at the hotel."
    k "What did you like in particular?"
    scene d7gh8 with dissolve
    s " I liked everything."
    k "That's not an answer."
    scene d7gh3 with dissolve
    pause
    if sasha_sad >=7: ## line 9435
In case you used an old savegame, try start a new game.
You can skip text with the CTRL-key. To skip all text go into settings.
 
Last edited:

f96zonetrooper

Engaged Member
Dec 21, 2018
2,092
1,986
Quick question :rolleyes:, the kidnapped girl is not a harem member, right?:oops:
The "kidnapped girl" is the secretary. Since she is on vacation from day 1, we never saw the mc in action with her. I think she is not included in the game's banner picture in the OP.
On the other side mc tries to fuck all girls including his employees, so probably they had sex in the past and will have sex once she is freed.
 

Pinsel

Active Member
Dec 25, 2019
821
728
This error should be impossible with current script.
Variable sasha_sad is initialized at start.
You can only reach label d7s and the line 9435 if sasha_sad >=5, so sasha_sad should be known.

Code:
label start:

   $ hil = 1
   $sasha_sad =0
Code:
    if sasha_sad >=5:
        jump d7s
    else:
        jump d7tasha

label d7s:
    scene black with dissolve
    pause
    scene d7gh9 with dissolve
    k "Are you happy to see me? {p} I really enjoyed our last meeting."
    scene d7gh10 with dissolve
    s "Yes, I'm very happy. I also enjoyed our meeting at the hotel."
    k "What did you like in particular?"
    scene d7gh8 with dissolve
    s " I liked everything."
    k "That's not an answer."
    scene d7gh3 with dissolve
    pause
    if sasha_sad >=7: ## line 9435
In case you used an old savegame, try start a new game.
You can skip text with the CTRL-key. To skip all text go into settings.
Well, like i describe it bevor, i have the same error. And i did start a new game just for sience. still got the error
 

clerikk

Member
Game Developer
Feb 11, 2021
102
741
In all versions, the variable sasha_sad is defined. To avoid this bug, start the game from the beginning. bug.JPG
 

Onetogo

Active Member
Jul 16, 2019
526
728
I personally like that the older women show signs of aging. I see brow wrinkles which a lot of vain women try to get rid of with botox. I also like older women who take great care of their bodies and don't let it go(especially after marriage). That last picture the women look gorgeous in my eyes.
 

Look-see

Engaged Member
Aug 19, 2018
2,946
5,380
can u please tell what it is that about? i thinking about trying this game but dont know if i like what i suspect....
a girl the MC can seduce and is his employee or assistant(forgot been a while since i last played.) is forced to give a BJ to some dude. and it's not even skippable and by extension not preventable/avoidable.

there's also another scene with another girl who gets kidnapped, although you do get options something happens regardless.

if i recall you can either have her seduce him in which case she does some feet stuff. or reject him in which case he'll masturbate to her over her.

Once again it's been a while so i could be off about a few things.
 

kokos94

Active Member
Aug 31, 2022
704
1,134
a girl the MC can seduce and is his employee or assistant(forgot been a while since i last played.) is forced to give a BJ to some dude. and it's not even skippable and by extension not preventable/avoidable.

there's also another scene with another girl who gets kidnapped, although you do get options something happens regardless.

if i recall you can either have her seduce him in which case she does some feet stuff. or reject him in which case he'll masturbate to her over her.

Once again it's been a while so i could be off about a few things.
thx for answer even not clearly remembered...this is not game for me than, even if it is "needed" like dev sayed....
 
3.40 star(s) 28 Votes