Saiaxs

Member
Oct 12, 2018
149
405
Reading through the synopsis had me interested but you lost me at the player character being pre-named
 

Spyderwraith

Well-Known Member
Jul 21, 2017
1,139
885
Will there be a patch to fix previous saved games? I really do not want to start another new game only to get to the point of 1.07a to then have to keep starting new games every update :(
 
  • Like
Reactions: RomanHume

Spyderwraith

Well-Known Member
Jul 21, 2017
1,139
885
The game is completely different, it was remade so old saves wont work. Saves will work in the future.
There was a previous overhaul to this game which made us redo everything. This was fine(annoying but whatever). I redid the game up to the last update which according to my save file dates was Feb 10th.
Are you indicating with your statement the game has been redone yet again?
 

Computergod67

Member
Oct 9, 2018
271
358
There was a previous overhaul to this game which made us redo everything. This was fine(annoying but whatever). I redid the game up to the last update which according to my save file dates was Feb 10th.
Are you indicating with your statement the game has been redone yet again?

Old saves didn't work for me, so i guess so.
 
  • Like
Reactions: RomanHume

botc76

The Crawling Chaos, Bringer of Strange Joy
Donor
Oct 23, 2016
4,410
13,159
There was a previous overhaul to this game which made us redo everything. This was fine(annoying but whatever). I redid the game up to the last update which according to my save file dates was Feb 10th.
Are you indicating with your statement the game has been redone yet again?
No, it hasn't. Yet if you add a lot of new stuff in an update, sadly it can always happen that previous saves aren't working any longer.
In this case there's a whole new sex system, probably the game is looking for a few variables that simply aren't there in our old saves.
 

Ikariusrb

Member
Mar 21, 2018
123
79
Hrmm. V 1.0.7a, played up through the end of the tub scene with the wife, and game bombs out, claiming pregnant() function expects 1 argument, and was called with 3.

Thought that was what was supposed to be fixed with the "a" update to 1.0.7?
 
  • Like
Reactions: RomanHume

Hardlove123

Member
Oct 7, 2017
177
99
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/images/chapters/jane/jane02/jane02b.rpy", line 801, in script
    $jane_pregnant = pregnant(False, False, jane02b_orgasms)
  File "game/images/chapters/jane/jane02/jane02b.rpy", line 801, in <module>
    $jane_pregnant = pregnant(False, False, jane02b_orgasms)
TypeError: pregnant() takes exactly 1 argument (3 given)

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

Full traceback:
  File "game/images/chapters/jane/jane02/jane02b.rpy", line 801, in script
    $jane_pregnant = pregnant(False, False, jane02b_orgasms)
  File "F:\FUN\DAST001-1.0.7a-pc\renpy\ast.py", line 900, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "F:\FUN\DAST001-1.0.7a-pc\renpy\python.py", line 1930, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/images/chapters/jane/jane02/jane02b.rpy", line 801, in <module>
    $jane_pregnant = pregnant(False, False, jane02b_orgasms)
TypeError: pregnant() takes exactly 1 argument (3 given)

Windows-7-6.1.7601-SP1
Ren'Py 7.2.2.491
Doctor Amana: Sexual Therapist 001 1.0.7a
Fri Jul 12 13:23:45 2019
Can some one tell me how to fix this ^ so I can play the game
 
  • Like
Reactions: RomanHume

RomanHume

Sommelier of Pussy & Purveyor of Porn
Game Developer
Jan 5, 2018
2,390
13,336
You need a rest, have a good one; and thanks for the game!
You're absolutely welcome and thank you for playing!

Now, no one leak the game until the man has gotten some sleep!
I'm actually touched by the consideration here. Thanks for waiting for my eyes to close before robbing me. This way I don't look like a total cunt. Ok, that sounds harsh. But I honestly mean it in a humorous way. I did laugh when I read the comment. Cheers mate and thanks for playing!

Playing through 1.7, some images are missing.
If you can, please let me know which images. I'll do my best to fix bugs as quickly as I can.
 

RomanHume

Sommelier of Pussy & Purveyor of Porn
Game Developer
Jan 5, 2018
2,390
13,336
Based on the build Samken posted:
1. Previous savegames don't work for me. I have the feeling that this is to be expected with this update, but in case it isn't, I've said it.
2. Whenever I let MC come inside (for every character but Lita) I get this:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/images/chapters/jane/jane02/jane02b.rpy", line 801, in script
    $jane_pregnant = pregnant(False, False, jane02b_orgasms)
  File "game/images/chapters/jane/jane02/jane02b.rpy", line 801, in <module>
    $jane_pregnant = pregnant(False, False, jane02b_orgasms)
TypeError: pregnant() takes exactly 1 argument (3 given)

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

Full traceback:
  File "game/images/chapters/jane/jane02/jane02b.rpy", line 801, in script
    $jane_pregnant = pregnant(False, False, jane02b_orgasms)
  File "F:\FUN\DAST001-1.0.7a-pc\renpy\ast.py", line 900, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "F:\FUN\DAST001-1.0.7a-pc\renpy\python.py", line 1930, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/images/chapters/jane/jane02/jane02b.rpy", line 801, in <module>
    $jane_pregnant = pregnant(False, False, jane02b_orgasms)
TypeError: pregnant() takes exactly 1 argument (3 given)

Windows-7-6.1.7601-SP1
Ren'Py 7.2.2.491
Doctor Amana: Sexual Therapist 001 1.0.7a
Fri Jul 12 13:23:45 2019
You can swap the name of each character, the arguments stay the same.
PS: Pregnancy kink enabled, of course...
PPS: To elaborate further, in case this makes a difference: I let the according fuck animation run ~10 times (to assure the lady had her fun (after I realized that it makes a difference when you fuck wifey in the bathtub)) and then press the cum inside button...
Thank you for sending me a detailed report. I'm going to put this at the top of the fix list for the moment because it seems to be pretty prevalent.

I have an idea what is wrong, but I need some time to verify and remedy it.

Can you tell me, in the meantime, are you able to "ignore" it and continue playing or does the game shut you out?
 

Ikariusrb

Member
Mar 21, 2018
123
79
Thank you for sending me a detailed report. I'm going to put this at the top of the fix list for the moment because it seems to be pretty prevalent.

I have an idea what is wrong, but I need some time to verify and remedy it.

Can you tell me, in the meantime, are you able to "ignore" it and continue playing or does the game shut you out?
I can help here.

Specific error from my game is:

$emily_pregnant = pregnant( False, False, emily01_orgasms)
TypeError: pregnant() takes exactly 1 argument (3 given)

Game appears to continue fine if you choose "ignore", so it's apparently not fatal, just the pregnancy system seems likely broken. Doesn't look like it should be hard to track down, but I can provide a save if that's needed. Either the declaration of the pregnancy function didn't get updated as expected, the places you called it from didn't all get updated, or there's more than one pregnancy function in a few classes, and you're not calling the one you expect to be calling.
 
4.40 star(s) 78 Votes