MomoiHina01
New Member
- Aug 18, 2021
- 7
- 0
here it isSomeone have link compressed new version?
That's original filehere it isYou must be registered to see the links
And it is compressed.T
That's original file
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 44662, in <module>
File "game/scripts/Garden/GardenPlot.rpy", line 88, in reset_plot
AttributeError: 'NoneType' object has no attribute 'get'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script.rpyc", line 19501, in script call
File "script.rpyc", line 19501, in script call
File "script.rpyc", line 19501, in script call
File "script.rpyc", line 19501, in script call
File "script.rpyc", line 19501, in script call
File "script.rpyc", line 19501, in script call
File "script.rpyc", line 19501, in script call
File "script.rpyc", line 19501, in script call
File "script.rpyc", line 965, in script call
File "script.rpyc", line 44504, in script call
File "script.rpyc", line 39594, in script call
File "script.rpyc", line 44655, in script
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/script.rpy", line 44662, in <module>
File "game/scripts/Garden/GardenPlot.rpy", line 88, in reset_plot
AttributeError: 'NoneType' object has no attribute 'get'
Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Harem Hotel v0.18.1
Mon Nov 11 08:53:34 2024
Cancel your wake-up call while you build stuffI'm getting this error on a new, fresh install, with no saves, when I try to develop the land behind the garden seating area, specifically the morning the upgrade completes:
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 44662, in <module> File "game/scripts/Garden/GardenPlot.rpy", line 88, in reset_plot AttributeError: 'NoneType' object has no attribute 'get' -- Full Traceback ------------------------------------------------------------ Full traceback: File "script.rpyc", line 19501, in script call File "script.rpyc", line 19501, in script call File "script.rpyc", line 19501, in script call File "script.rpyc", line 19501, in script call File "script.rpyc", line 19501, in script call File "script.rpyc", line 19501, in script call File "script.rpyc", line 19501, in script call File "script.rpyc", line 19501, in script call File "script.rpyc", line 965, in script call File "script.rpyc", line 44504, in script call File "script.rpyc", line 39594, in script call File "script.rpyc", line 44655, in script File "renpy/ast.py", line 928, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 2245, in py_exec_bytecode exec(bytecode, globals, locals) File "game/script.rpy", line 44662, in <module> File "game/scripts/Garden/GardenPlot.rpy", line 88, in reset_plot AttributeError: 'NoneType' object has no attribute 'get' Windows-10-10.0.19041 Ren'Py 7.4.11.2266 Harem Hotel v0.18.1 Mon Nov 11 08:53:34 2024
I don't have a wake-up call active.Cancel your wake-up call while you build stuff![]()
Sleep alone too.I don't have a wake-up call active.
Wait!Sleep alone too.
You kinky, kinky boy!Wait!
Does that mean no sheep in the bed either?
I think there's something posted God knows where.I'm playing on a pretty old save and seem to be stuck? Android is at relationship level 20 but apparently that event has been removed from the game. Is there any kind of fix for this or am I going to have to start a new game?
https://f95zone.to/threads/harem-hotel-v0-18-1-runey.12760/post-12059042I'm playing on a pretty old save and seem to be stuck? Android is at relationship level 20 but apparently that event has been removed from the game. Is there any kind of fix for this or am I going to have to start a new game?
I'll expand a bit on my previous answer since it didn't resolve your issueCancel your wake-up call while you build stuff![]()
Thats compress already? XD bruhhhere it isYou must be registered to see the links
About 20 minutes or so. It'll be worth replaying in a few years.I haven't played in probably almost a year now, how much new content have we had through 2024 or late 2023?
is it worth replaying now or just coming back to it again next year![]()
Sleep alone too.
I was sleeping alone, and there were no events, other than the completion of the upgrade.I'm not saying that all of these cause issues independently or in concert, but it'll solve your problem for sure![]()
if not plot['crop'].get('perennial') or remove_perennial:
if (not plot['crop'] is None and not plot['crop'].get('perennial')) or remove_perennial: