Hey guys, I could use some help. When I try to get into the main menu, I get this error message
Any ideas what to do? I'm using the latest version from the OP.
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/screens.rpy", line 370, in execute
File "game/screens.rpy", line 370, in execute
File "game/screens.rpy", line 387, in execute
AttributeError: 'StoreModule' object has no attribute 'show_name'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "E:\Downloads\Milfy_City-0.3b-pc\renpy\ast.py", line 862, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\Downloads\Milfy_City-0.3b-pc\renpy\python.py", line 1888, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "E:\Downloads\Milfy_City-0.3b-pc\renpy\ui.py", line 287, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\Downloads\Milfy_City-0.3b-pc\renpy\display\core.py", line 2635, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "E:\Downloads\Milfy_City-0.3b-pc\renpy\display\core.py", line 3019, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "E:\Downloads\Milfy_City-0.3b-pc\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "E:\Downloads\Milfy_City-0.3b-pc\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "E:\Downloads\Milfy_City-0.3b-pc\renpy\display\core.py", line 511, in visit_all
d.visit_all(callback)
File "E:\Downloads\Milfy_City-0.3b-pc\renpy\display\screen.py", line 420, in visit_all
callback(self)
File "E:\Downloads\Milfy_City-0.3b-pc\renpy\display\core.py", line 3019, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "E:\Downloads\Milfy_City-0.3b-pc\renpy\display\screen.py", line 430, in per_interact
self.update()
File "E:\Downloads\Milfy_City-0.3b-pc\renpy\display\screen.py", line 611, in update
self.screen.function(**self.scope)
File "game/screens.rpy", line 370, in execute
File "game/screens.rpy", line 370, in execute
File "game/screens.rpy", line 387, in execute
File "<screen language>", line 387, in <module>
AttributeError: 'StoreModule' object has no attribute 'show_name'
Windows-8-6.2.9200
Ren'Py 6.99.14.3.3347
Sun Jul 08 09:55:18 2018