Hi, I am having a great time playing this game so far and would like to thank the team for their marvelous work!
Unfortunately I ran into an error during my play-through. I'm not sure if this is the right place to write this, but I'm having an issue where this error occurs during Step 3's room design portion. I've tried re-downloading the game but it didn't fix the problem. This is a new game I started for patch 4.1 so I don't think it's an issue with an old save file.
I copied and pasted the message so hopefully it can give an idea of how it can be fixed? Thank you!!
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/000window.rpy", line 159, in execute_window_show
_window_show(trans)
File "renpy/common/000window.rpy", line 69, in _window_show
renpy.with_statement(trans)
File "game/step3_room_setup.rpy", line 153, in execute
File "game/step3_room_setup.rpy", line 153, in execute
File "game/step3_room_setup.rpy", line 160, in execute
File "game/step3_room_setup.rpy", line 161, in execute
File "game/step3_room_setup.rpy", line 161, in <module>
AttributeError: 'bool' object has no attribute 'get'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "prologue.rpyc", line 2576, in script call
File "s1_shopping.rpyc", line 1483, in script call
File "s1_sandcastle.rpyc", line 2087, in script call
File "s1_grownup.rpyc", line 1497, in script call
File "s1_firefiles.rpyc", line 1623, in script call
File "s2_intro2.rpyc", line 2724, in script call
File "s2_wave2.rpyc", line 2429, in script call
File "hangman_step2.rpyc", line 39, in script call
File "hangman_step2.rpyc", line 63, in script call
File "hangman_step2.rpyc", line 132, in script call
File "hangman_step2.rpyc", line 115, in script call
File "hangman_step2.rpyc", line 151, in script call
File "hangman_step2.rpyc", line 173, in script call
File "hangman_step2.rpyc", line 144, in script call
File "hangman_step2.rpyc", line 51, in script call
File "s2_growing.rpyc", line 2495, in script call
File "s2_family.rpyc", line 3740, in script call
File "s2_dinner.rpyc", line 4048, in script call
File "s3_intro2.rpyc", line 107, in script
File "renpy/ast.py", line 2010, in execute
self.call("execute")
File "renpy/ast.py", line 1998, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000window.rpy", line 159, in execute_window_show
_window_show(trans)
File "renpy/common/000window.rpy", line 69, in _window_show
renpy.with_statement(trans)
File "renpy/exports.py", line 1682, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "renpy/display/core.py", line 2718, in do_with
clear=clear)
File "renpy/display/core.py", line 3276, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3694, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 432, in visit_all
callback(self)
File "renpy/display/core.py", line 3694, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 443, in per_interact
self.update()
File "renpy/display/screen.py", line 631, in update
self.screen.function(**self.scope)
File "game/step3_room_setup.rpy", line 153, in execute
File "game/step3_room_setup.rpy", line 153, in execute
File "game/step3_room_setup.rpy", line 160, in execute
File "game/step3_room_setup.rpy", line 161, in execute
File "game/step3_room_setup.rpy", line 161, in <module>
AttributeError: 'bool' object has no attribute 'get'
Windows-10-10.0.19041
Ren'Py 7.4.8.1895
Our Life 1.4.1
Sat Nov 6 12:09:08 2021
[/code]