HaanzFlammm
New Member
- May 19, 2023
- 13
- 7
How do i fix this error
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00start.rpy", line 193, in script
python:
File "renpy/common/00start.rpy", line 194, in <module>
renpy.execute_default_statement(True)
File "game/game/phone/definitions/01definitions.rpy", line 3, in execute_default
default pc_mc = phone.character.Character("[player_name]", phone.asset("mc.png"), "mc", 15, mc.who_args["color"])
File "game/game/phone/definitions/01definitions.rpy", line 3, in <module>
default pc_mc = phone.character.Character("[player_name]", phone.asset("mc.png"), "mc", 15, mc.who_args["color"])
File "game/phone/characters.rpy", line 7, in __init__
NameError: name '_characters' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/00start.rpy", line 193, in script
python:
File "D:\That_New_Teacher-v0.7.0-pc\renpy\ast.py", line 823, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\That_New_Teacher-v0.7.0-pc\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00start.rpy", line 194, in <module>
renpy.execute_default_statement(True)
File "D:\That_New_Teacher-v0.7.0-pc\renpy\exports.py", line 4090, in execute_default_statement
i.execute_default(start)
File "game/game/phone/definitions/01definitions.rpy", line 3, in execute_default
default pc_mc = phone.character.Character("[player_name]", phone.asset("mc.png"), "mc", 15, mc.who_args["color"])
File "D:\That_New_Teacher-v0.7.0-pc\renpy\python.py", line 1202, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/game/phone/definitions/01definitions.rpy", line 3, in <module>
default pc_mc = phone.character.Character("[player_name]", phone.asset("mc.png"), "mc", 15, mc.who_args["color"])
File "game/phone/characters.rpy", line 7, in __init__
NameError: name '_characters' is not defined
Windows-10-10.0.19045 AMD64
Ren'Py 8.2.1.24030407
That New Teacher v0.7.0
Sun Mar 16 03:16:49 2025