I have an error what should I do?
"
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/screens.rpy", line 12, in script
style default:
File "game/screens.rpy", line 12, in script
style default:
File "game/screens.rpy", line 14, in <module>
language gui.language
AttributeError: 'StoreModule' object has no attribute 'language'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 560, in main
renpy.game.context().run(node)
File "game/screens.rpy", line 12, in script
style default:
File "game/screens.rpy", line 12, in script
style default:
File "renpy/ast.py", line 2692, in execute
self.apply()
File "renpy/ast.py", line 2675, in apply
value = renpy.python.py_eval(expr)
File "renpy/python.py", line 2276, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2269, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/screens.rpy", line 14, in <module>
language gui.language
AttributeError: 'StoreModule' object has no attribute 'language'
Windows-10-10.0.18362
Ren'Py 7.4.11.2266
My new neighbors 1.10
Tue Aug 9 16:13:01 2022
"