Nov 11, 2018
15
1
how do i fix this

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

While running game code:
  File "game/ascript/ep_3.rpy", line 250, in script call
    call min_sex_scene ("ep3_doc_kiss_f", "ep3_doc_kiss", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 266, in script call
    call min_sex_scene ("ep3_doc_bj_1", "ep3_doc_bj_1f", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 272, in script call
    call min_sex_scene ("ep3_doc_bj_2", "ep3_doc_bj_2f", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 274, in script call
    call min_sex_scene ("ep3_doc_bj_3", "ep3_doc_bj_3f", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 276, in script call
    call min_sex_scene ("ep3_doc_bj_4", "ep3_doc_bj_4f", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 278, in script call
    call min_sex_scene ("ep3_doc_bj_5", "ep3_doc_bj_5f", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 258, in script call
    call min_sex_scene ("ep3_doc_lick_f", "ep3_doc_lick", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 266, in script call
    call min_sex_scene ("ep3_doc_bj_1", "ep3_doc_bj_1f", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 272, in script call
    call min_sex_scene ("ep3_doc_bj_2", "ep3_doc_bj_2f", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 274, in script call
    call min_sex_scene ("ep3_doc_bj_3", "ep3_doc_bj_3f", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 276, in script call
    call min_sex_scene ("ep3_doc_bj_4", "ep3_doc_bj_4f", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 278, in script call
    call min_sex_scene ("ep3_doc_bj_5", "ep3_doc_bj_5f", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 898, in script
    os "So, have you found a way to help me?"
Exception: Sayer os is not a function or string.

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

Full traceback:
  File "game/ascript/ep_3.rpy", line 250, in script call
    call min_sex_scene ("ep3_doc_kiss_f", "ep3_doc_kiss", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 266, in script call
    call min_sex_scene ("ep3_doc_bj_1", "ep3_doc_bj_1f", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 272, in script call
    call min_sex_scene ("ep3_doc_bj_2", "ep3_doc_bj_2f", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 274, in script call
    call min_sex_scene ("ep3_doc_bj_3", "ep3_doc_bj_3f", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 276, in script call
    call min_sex_scene ("ep3_doc_bj_4", "ep3_doc_bj_4f", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 278, in script call
    call min_sex_scene ("ep3_doc_bj_5", "ep3_doc_bj_5f", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 258, in script call
    call min_sex_scene ("ep3_doc_lick_f", "ep3_doc_lick", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 266, in script call
    call min_sex_scene ("ep3_doc_bj_1", "ep3_doc_bj_1f", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 272, in script call
    call min_sex_scene ("ep3_doc_bj_2", "ep3_doc_bj_2f", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 274, in script call
    call min_sex_scene ("ep3_doc_bj_3", "ep3_doc_bj_3f", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 276, in script call
    call min_sex_scene ("ep3_doc_bj_4", "ep3_doc_bj_4f", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 278, in script call
    call min_sex_scene ("ep3_doc_bj_5", "ep3_doc_bj_5f", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 898, in script
    os "So, have you found a way to help me?"
  File "F:\Michael Fun Times\Adult Games\GirlHouse-0.3ex-win\renpy\ast.py", line 657, in execute
    raise Exception("Sayer %s is not a function or string." % self.who.encode("utf-8"))
Exception: Sayer os is not a function or string.

Windows-8-6.2.9200
Ren'Py 7.1.3.1092
GirlHouse 0.3ex
Wed Feb 06 03:09:12 2019
please help me
 

Tickle

Member
Dec 31, 2017
321
158
Think i have the same problem

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

While running game code:
  File "game/ascript/ep_3.rpy", line 250, in script call
    call min_sex_scene ("ep3_doc_kiss_f", "ep3_doc_kiss", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 258, in script call
    call min_sex_scene ("ep3_doc_lick_f", "ep3_doc_lick", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 266, in script call
    call min_sex_scene ("ep3_doc_bj_1", "ep3_doc_bj_1f", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 250, in script call
    call min_sex_scene ("ep3_doc_kiss_f", "ep3_doc_kiss", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 258, in script call
    call min_sex_scene ("ep3_doc_lick_f", "ep3_doc_lick", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 266, in script call
    call min_sex_scene ("ep3_doc_bj_1", "ep3_doc_bj_1f", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 258, in script call
    call min_sex_scene ("ep3_doc_lick_f", "ep3_doc_lick", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 266, in script call
    call min_sex_scene ("ep3_doc_bj_1", "ep3_doc_bj_1f", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 266, in script call
    call min_sex_scene ("ep3_doc_bj_1", "ep3_doc_bj_1f", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 272, in script call
    call min_sex_scene ("ep3_doc_bj_2", "ep3_doc_bj_2f", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 274, in script call
    call min_sex_scene ("ep3_doc_bj_3", "ep3_doc_bj_3f", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 276, in script call
    call min_sex_scene ("ep3_doc_bj_4", "ep3_doc_bj_4f", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 278, in script call
    call min_sex_scene ("ep3_doc_bj_5", "ep3_doc_bj_5f", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 898, in script
    os "So, have you found a way to help me?"
Exception: Sayer os is not a function or string.

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

Full traceback:
  File "game/ascript/ep_3.rpy", line 250, in script call
    call min_sex_scene ("ep3_doc_kiss_f", "ep3_doc_kiss", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 258, in script call
    call min_sex_scene ("ep3_doc_lick_f", "ep3_doc_lick", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 266, in script call
    call min_sex_scene ("ep3_doc_bj_1", "ep3_doc_bj_1f", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 250, in script call
    call min_sex_scene ("ep3_doc_kiss_f", "ep3_doc_kiss", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 258, in script call
    call min_sex_scene ("ep3_doc_lick_f", "ep3_doc_lick", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 266, in script call
    call min_sex_scene ("ep3_doc_bj_1", "ep3_doc_bj_1f", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 258, in script call
    call min_sex_scene ("ep3_doc_lick_f", "ep3_doc_lick", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 266, in script call
    call min_sex_scene ("ep3_doc_bj_1", "ep3_doc_bj_1f", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 266, in script call
    call min_sex_scene ("ep3_doc_bj_1", "ep3_doc_bj_1f", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 272, in script call
    call min_sex_scene ("ep3_doc_bj_2", "ep3_doc_bj_2f", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 274, in script call
    call min_sex_scene ("ep3_doc_bj_3", "ep3_doc_bj_3f", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 276, in script call
    call min_sex_scene ("ep3_doc_bj_4", "ep3_doc_bj_4f", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 278, in script call
    call min_sex_scene ("ep3_doc_bj_5", "ep3_doc_bj_5f", "ep3.doc_bjmenu")
  File "game/ascript/ep_3.rpy", line 898, in script
    os "So, have you found a way to help me?"
  File "D:\Games\Darksiders II Deathinitive Edition\_____\000\----TO\GirlHouse-0.3ex-win\renpy\ast.py", line 657, in execute
    raise Exception("Sayer %s is not a function or string." % self.who.encode("utf-8"))
Exception: Sayer os is not a function or string.

Windows-8-6.2.9200
Ren'Py 7.1.3.1092
GirlHouse 0.3ex
Wed Feb 06 11:07:53 2019
 

Sr_Juli

Member
Jul 3, 2017
122
151




the version that is in the title is it? or is it the previous one?
 

nosebleed

Newbie
Mar 2, 2018
48
86
Could you please put a time stamp or a version number each time you modify the patch? I'm betting this will need a few more iterations.

I'll try the latest version now.
the modfix i made stays the same, i just added a new math mod that is totally different with the previous one. if you still having problem please send me screenshot of the game.. thanks..
 
  • Like
Reactions: ontach

yueziyue

Member
May 12, 2018
142
176
Ohhhhhh Yeahhh!!!!
My opinion is that we are on a pirate site where people spend their time leech the work of others...
If you tell me you're spending money on PaTReoN for this dev, I can hear your critics...
Otherwise I do not see what you have to say...
It's not contructive: "I give up ... because there are too many bugs"
Apart from giving us your opinion in your corner, it does not move forward and we are always at the same point...

People who complain about free content exasperate me...
At least, help the dev to make a better game or just wait for fix...

Devs shouldn't care about leechers opinions
Know your place
why I don't pay for the game then I can't criticize with the game?
I just saw a game been post,and give a try,then I found it have too many bugs to play,and just speak out of the truth.
it's there any problems?
so.you thought that you give a prise would make the game better?
 

Joraell

Betrayed
Donor
Game Developer
Jul 4, 2017
2,463
8,746
why I don't pay for the game then I can't criticize with the game?
I just saw a game been post,and give a try,then I found it have too many bugs to play,and just speak out of the truth.
it's there any problems?
so.you thought that you give a prise would make the game better?
Good point.
 

RoadWulf

Forum Fanatic
Nov 18, 2018
4,018
8,023
Note to the Dev, Lola is available upstairs to help with her homework before she is actually introduced in the game progression.
 

lodar

Newbie
May 13, 2018
83
294
If I found everything this update really disappoints me.
Apart from the scene with the doc you just meet lola and find the card triggering the webcam mission.
Now I am looking for a mask after the mom told me I need a certain amount of money to bribe the cop.
But I cant tell her that I already got it...
So I cant interact with anyone about anything new and I cant leave the house because the cop will just arrest me.
Did I miss anything?
 

Onysko

Active Member
Jun 5, 2017
727
1,609
If I found everything this update really disappoints me.
Apart from the scene with the doc you just meet lola and find the card triggering the webcam mission.
Now I am looking for a mask after the mom told me I need a certain amount of money to bribe the cop.
But I cant tell her that I already got it...
So I cant interact with anyone about anything new and I cant leave the house because the cop will just arrest me.
Did I miss anything?
That's because this is as far as you can progress currently. Other than finding the mask and doing a scene with Mia \ Older Sister, not much else to do.
 

Onysko

Active Member
Jun 5, 2017
727
1,609
So you can already find the mask?
Or can you just get the mission to find it?
Go to your room, click the left arrow to go to the wardrobe. Look in closet closely for a mask and give it to the Mia.
 
  • Like
Reactions: lodar
3.20 star(s) 128 Votes