Code: Select all
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00start.rpy", line 96, in script
File "renpy/common/00start.rpy", line 96, in python
File "renpy/common/00start.rpy", line 36, in python
AttributeError: 'ADVCharacter' object has no attribute 'environ'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "C:\Users\Emil\Desktop\PSP\Renpy\renpy-6.15.7-sdk\renpy\execution.py", line 288, in run
node.execute()
File "C:\Users\Emil\Desktop\PSP\Renpy\renpy-6.15.7-sdk\renpy\ast.py", line 718, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\Emil\Desktop\PSP\Renpy\renpy-6.15.7-sdk\renpy\python.py", line 1297, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/00start.rpy", line 96, in <module>
$ _init_language()
File "renpy/common/00start.rpy", line 36, in _init_language
if "RENPY_LANGUAGE" in os.environ:
AttributeError: 'ADVCharacter' object has no attribute 'environ'
