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 14, in <module>
language gui.language
AttributeError: 'StoreModule' object has no attribute 'language'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/screens.rpy", line 12, in script
style default:
File "/private/var/folders/xq/53rzjt992j35_ss0kl_7vhj00000gn/T/AppTranslocation/E01EAE32-A261-46EA-96C6-17535596AC2B/d/BecomeARockStar.app/Contents/Resources/autorun/renpy/ast.py", line 2491, in execute
self.apply()
File "/private/var/folders/xq/53rzjt992j35_ss0kl_7vhj00000gn/T/AppTranslocation/E01EAE32-A261-46EA-96C6-17535596AC2B/d/BecomeARockStar.app/Contents/Resources/autorun/renpy/ast.py", line 2474, in apply
value = renpy.python.py_eval(expr)
File "/private/var/folders/xq/53rzjt992j35_ss0kl_7vhj00000gn/T/AppTranslocation/E01EAE32-A261-46EA-96C6-17535596AC2B/d/BecomeARockStar.app/Contents/Resources/autorun/renpy/python.py", line 1961, in py_eval
return py_eval_bytecode(code, globals, locals)
File "/private/var/folders/xq/53rzjt992j35_ss0kl_7vhj00000gn/T/AppTranslocation/E01EAE32-A261-46EA-96C6-17535596AC2B/d/BecomeARockStar.app/Contents/Resources/autorun/renpy/python.py", line 1954, 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'