I'll wait for u or anyone to say anyway to fix itsorry, I am not that far yet in the game. I'll keep an eye out though to make sure I don't have the same issue or if I have it, if there is a work around.
I'll wait for u or anyone to say anyway to fix itsorry, I am not that far yet in the game. I'll keep an eye out though to make sure I don't have the same issue or if I have it, if there is a work around.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 52, in script call
$ renpy.call_screen("Overlay", _layer="screens")
File "game/Scripts/Navigation.rpy", line 662, in script call
call Run_Errands(False) from _call_Run_Errands_1
File "game/Scripts/Errands.rpy", line 39, in script
python:
File "game/Scripts/Errands.rpy", line 48, in <module>
DesertHouse.AddMoney(- (Article.price * Article.NoOwned))
TypeError: 'int' object is not callable
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 52, in script call
$ renpy.call_screen("Overlay", _layer="screens")
File "game/Scripts/Navigation.rpy", line 662, in script call
call Run_Errands(False) from _call_Run_Errands_1
File "game/Scripts/Errands.rpy", line 39, in script
python:
File "renpy/ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/Scripts/Errands.rpy", line 48, in <module>
DesertHouse.AddMoney(- (Article.price * Article.NoOwned))
TypeError: 'int' object is not callable
Windows-10-10.0.26100 AMD64
Ren'Py 7.6.3.23091805
A Home In The Desert 0.5_FULL
Fri Jul 25 21:53:50 2025
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 52, in script call
$ renpy.call_screen("Overlay", _layer="screens")
File "game/Scripts/MAIN.rpy", line 587, in script call
call PassTime(1) from _call_PassTime_3
File "game/Events/Updater.rpy", line 240, in script call
call EndOfHourCalculations() from _call_EndOfHourCalculations
File "game/Events/Updater.rpy", line 209, in script call
call expression "EVTCLC_" + IncomingCalculationStack[0] from _call_expression_2
File "game/Events/HomeSchedule.rpy", line 893, in script
$ SCRIPT_FunctionsClass.LazyErrands(2)
File "game/Events/HomeSchedule.rpy", line 893, in <module>
$ SCRIPT_FunctionsClass.LazyErrands(2)
File "game/Objects/Objects.rpy", line 124, in LazyErrands
DesertHouse.AddMoney(-10 * amount)
TypeError: 'int' object is not callable
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 52, in script call
$ renpy.call_screen("Overlay", _layer="screens")
File "game/Scripts/MAIN.rpy", line 587, in script call
call PassTime(1) from _call_PassTime_3
File "game/Events/Updater.rpy", line 240, in script call
call EndOfHourCalculations() from _call_EndOfHourCalculations
File "game/Events/Updater.rpy", line 209, in script call
call expression "EVTCLC_" + IncomingCalculationStack[0] from _call_expression_2
File "game/Events/HomeSchedule.rpy", line 893, in script
$ SCRIPT_FunctionsClass.LazyErrands(2)
File "renpy/ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/Events/HomeSchedule.rpy", line 893, in <module>
$ SCRIPT_FunctionsClass.LazyErrands(2)
File "game/Objects/Objects.rpy", line 124, in LazyErrands
DesertHouse.AddMoney(-10 * amount)
TypeError: 'int' object is not callable
Windows-10-10.0.26100 AMD64
Ren'Py 7.6.3.23091805
A Home In The Desert 0.5_FULL
Fri Jul 25 21:54:38 2025
Have you tried loading an old save file? Cause that doesn't work. Haven't have anyone with this error, so it's only on your end.I do not know if I am missing something or its broken. guessing I am missing something but I can never go above $40. What am I missing?
had to alter the save file
Nope something is broken. I cannot even buy shit in the store. I keep getting an error
coffee machine has yet to come, same with cam, and dvd player
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 52, in script call $ renpy.call_screen("Overlay", _layer="screens") File "game/Scripts/Navigation.rpy", line 662, in script call call Run_Errands(False) from _call_Run_Errands_1 File "game/Scripts/Errands.rpy", line 39, in script python: File "game/Scripts/Errands.rpy", line 48, in <module> DesertHouse.AddMoney(- (Article.price * Article.NoOwned)) TypeError: 'int' object is not callable -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 52, in script call $ renpy.call_screen("Overlay", _layer="screens") File "game/Scripts/Navigation.rpy", line 662, in script call call Run_Errands(False) from _call_Run_Errands_1 File "game/Scripts/Errands.rpy", line 39, in script python: File "renpy/ast.py", line 1138, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 1122, in py_exec_bytecode exec(bytecode, globals, locals) File "game/Scripts/Errands.rpy", line 48, in <module> DesertHouse.AddMoney(- (Article.price * Article.NoOwned)) TypeError: 'int' object is not callable Windows-10-10.0.26100 AMD64 Ren'Py 7.6.3.23091805 A Home In The Desert 0.5_FULL Fri Jul 25 21:53:50 2025
also get this one at 9am
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 52, in script call $ renpy.call_screen("Overlay", _layer="screens") File "game/Scripts/MAIN.rpy", line 587, in script call call PassTime(1) from _call_PassTime_3 File "game/Events/Updater.rpy", line 240, in script call call EndOfHourCalculations() from _call_EndOfHourCalculations File "game/Events/Updater.rpy", line 209, in script call call expression "EVTCLC_" + IncomingCalculationStack[0] from _call_expression_2 File "game/Events/HomeSchedule.rpy", line 893, in script $ SCRIPT_FunctionsClass.LazyErrands(2) File "game/Events/HomeSchedule.rpy", line 893, in <module> $ SCRIPT_FunctionsClass.LazyErrands(2) File "game/Objects/Objects.rpy", line 124, in LazyErrands DesertHouse.AddMoney(-10 * amount) TypeError: 'int' object is not callable -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 52, in script call $ renpy.call_screen("Overlay", _layer="screens") File "game/Scripts/MAIN.rpy", line 587, in script call call PassTime(1) from _call_PassTime_3 File "game/Events/Updater.rpy", line 240, in script call call EndOfHourCalculations() from _call_EndOfHourCalculations File "game/Events/Updater.rpy", line 209, in script call call expression "EVTCLC_" + IncomingCalculationStack[0] from _call_expression_2 File "game/Events/HomeSchedule.rpy", line 893, in script $ SCRIPT_FunctionsClass.LazyErrands(2) File "renpy/ast.py", line 1138, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 1122, in py_exec_bytecode exec(bytecode, globals, locals) File "game/Events/HomeSchedule.rpy", line 893, in <module> $ SCRIPT_FunctionsClass.LazyErrands(2) File "game/Objects/Objects.rpy", line 124, in LazyErrands DesertHouse.AddMoney(-10 * amount) TypeError: 'int' object is not callable Windows-10-10.0.26100 AMD64 Ren'Py 7.6.3.23091805 A Home In The Desert 0.5_FULL Fri Jul 25 21:54:38 2025
No there are definitely multiple new sex scenes: one with Aunt Eve and one with a new LI named Sheila.dear god the change log is a bummer.
no new sex scenes?
Thank you, I'll forward this to the discord and Misarmor will check it asap. The Mamazone system has been changed a bit and we found a similar bug, but thought it's fixed. Apparently it isn't, so this is high priority.about items not being delivered, I thought so too, but I got it all delivered on the same day once I started advancing the quests. I think they got all delivered with the camera system for Eve. It might be a bug, but not a progression prevention one. It might only delay some advancement with some characters.
Well if you saw that (I assume it was during Eve washing dishes), you already saw another one Eve giving bj and mutual masturbation scene. After you've finished the renovation, go back to Eve's room at 5PM.I hope there is an option between share threesome with aunt and mother and a ntr aunt and mother to the future. Mh, we will see it.
I play this game to the end and the only scene with the aunt was a blowjob and asslicking. How can i "fuck" her?
There is a little bit shopping / cooking, but it's not too bad. There is a new storyline (Sheila) to make money fast. Still, you got to work sometimes, but it's not a big grind. Definitely worth it imo if you like the tags.So is there still content locked behind grindy grocery shopping/cooking mini-games or have they been smart enough to get rid of that?
Yeah, yeah, I know, traps and sissies must have micro penis and futa penis must be at least half meter long and thick like athletes leg))Maybe you are in the wrong tags, Trap is what you are asking for from what I'm reading.
I had this happen to me too. Exiting the game and entering fixes it. Some kind of visual bug. Or reverting to a previous save.The sunbathing kit doesn't arrive, i finished the Sheila and Eve quests but i can't complete Rioey's cuz of that. And idk if that means i can't complete Eve's because i didn't fuck her yet.