Created
June 18, 2025 12:09
-
-
Save manutheblacker/b905e797e9eae520948cf52288e9773d to your computer and use it in GitHub Desktop.
error player_name is not defined
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[code] | |
I'm sorry, but an uncaught exception occurred. | |
While running game code: | |
File "game/navigate_dinner_room_summer_book_tina_1_mission.rpy", line 24, in script | |
mc "No! No, no, no! I swear!" | |
NameError: name 'player_name' is not defined | |
-- Full Traceback ------------------------------------------------------------ | |
Full traceback: | |
File "game/navigate_dinner_room_summer_book_tina_1_mission.rpy", line 24, in script | |
mc "No! No, no, no! I swear!" | |
File "/private/var/folders/c7/c2_fsxdd5tb626y5yd_0br6c0000gn/T/AppTranslocation/6B8B3900-1F1A-4112-91B3-090A599F2FE8/d/NuttingMyWayHome.app/Contents/Resources/autorun/renpy/ast.py", line 930, in execute | |
renpy.exports.say(who, what, *args, **kwargs) | |
File "/private/var/folders/c7/c2_fsxdd5tb626y5yd_0br6c0000gn/T/AppTranslocation/6B8B3900-1F1A-4112-91B3-090A599F2FE8/d/NuttingMyWayHome.app/Contents/Resources/autorun/renpy/exports.py", line 1474, in say | |
who(what, *args, **kwargs) | |
File "/private/var/folders/c7/c2_fsxdd5tb626y5yd_0br6c0000gn/T/AppTranslocation/6B8B3900-1F1A-4112-91B3-090A599F2FE8/d/NuttingMyWayHome.app/Contents/Resources/autorun/renpy/character.py", line 1332, in __call__ | |
who = renpy.python.py_eval(who) | |
File "/private/var/folders/c7/c2_fsxdd5tb626y5yd_0br6c0000gn/T/AppTranslocation/6B8B3900-1F1A-4112-91B3-090A599F2FE8/d/NuttingMyWayHome.app/Contents/Resources/autorun/renpy/python.py", line 1153, in py_eval | |
return py_eval_bytecode(code, globals, locals) | |
File "/private/var/folders/c7/c2_fsxdd5tb626y5yd_0br6c0000gn/T/AppTranslocation/6B8B3900-1F1A-4112-91B3-090A599F2FE8/d/NuttingMyWayHome.app/Contents/Resources/autorun/renpy/python.py", line 1146, in py_eval_bytecode | |
return eval(bytecode, globals, locals) | |
File "<none>", line 1, in <module> | |
NameError: name 'player_name' is not defined | |
macOS-10.16-x86_64-i386-64bit x86_64 | |
Ren'Py 8.1.3.23091805 | |
NUTTING MY WAY HOME 0.4 | |
Wed Jun 18 13:07:08 2025 | |
[/code] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment