0% found this document useful (0 votes)
34 views1 page

Traceback

The document describes an error that occurred while running game code. It provides details of the error including the file and line number where the exception was raised, as well as the full traceback. The specific error was a NameError, as the name 'ASAMI_NAME' used in the code was not defined.

Uploaded by

Alex Schultz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views1 page

Traceback

The document describes an error that occurred while running game code. It provides details of the error including the file and line number where the exception was raised, as well as the full traceback. The specific error was a NameError, as the name 'ASAMI_NAME' used in the code was not defined.

Uploaded by

Alex Schultz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

I'm sorry, but an uncaught exception occurred.

While running game code:


File "renpy/common/00gamemenu.rpy", line 173, in <module>
File "game/scripts/fondations/skin.rpy", line 71, in execute
File "game/scripts/fondations/skin.rpy", line 71, in execute
File "game/scripts/fondations/skin.rpy", line 141, in execute
File "game/scripts/fondations/skin.rpy", line 142, in execute
File "game/scripts/fondations/skin.rpy", line 149, in execute
File "game/scripts/fondations/skin.rpy", line 159, in execute
File "game/scripts/fondations/skin.rpy", line 160, in execute
NameError: Name 'ASAMI_NAME' is not defined.

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "renpy/common/00gamemenu.rpyc", line 173, in script
config.exit_sound = None
File "renpy/ast.py", line 928, in execute
File "renpy/python.py", line 2245, in py_exec_bytecode
File "renpy/common/00gamemenu.rpy", line 173, in <module>
File "renpy/ui.py", line 298, in interact
File "renpy/display\core.py", line 3325, in interact
File "renpy/display\core.py", line 3737, in interact_core
File "renpy/display\core.py", line 568, in visit_all
File "renpy/display\core.py", line 568, in visit_all
File "renpy/display\core.py", line 568, in visit_all
File "renpy/display\screen.py", line 436, in visit_all
File "renpy/display\core.py", line 3737, in <lambda>
File "renpy/display\screen.py", line 447, in per_interact
File "renpy/display\screen.py", line 637, in update
File "game/scripts/fondations/skin.rpy", line 71, in execute
File "game/scripts/fondations/skin.rpy", line 71, in execute
File "game/scripts/fondations/skin.rpy", line 141, in execute
File "game/scripts/fondations/skin.rpy", line 142, in execute
File "game/scripts/fondations/skin.rpy", line 149, in execute
File "game/scripts/fondations/skin.rpy", line 159, in execute
File "game/scripts/fondations/skin.rpy", line 160, in execute
File "renpy/text\text.py", line 1669, in _scope
File "renpy/text\text.py", line 1693, in set_text
File "renpy/substitutions.py", line 270, in substitute
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py",
line 563, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py",
line 585, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py",
line 646, in get_field
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py",
line 605, in get_value
File "renpy/substitutions.py", line 228, in __getitem__
NameError: Name 'ASAMI_NAME' is not defined.

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Extra Life 0.5.9
Thu Apr 13 15:59:18 2023

You might also like