Thanks to visit codestin.com
Credit goes to www.scribd.com

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

Traceback

An uncaught exception occurred while running game code, resulting in a KeyError related to 'r'. The error traceback indicates the issue originates from the script file and involves string formatting functions in the Ren'Py engine. This error prevents the game from executing properly.

Uploaded by

rayto2009
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)
17 views1 page

Traceback

An uncaught exception occurred while running game code, resulting in a KeyError related to 'r'. The error traceback indicates the issue originates from the script file and involves string formatting functions in the Ren'Py engine. This error prevents the game from executing properly.

Uploaded by

rayto2009
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:


KeyError: u'r'

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

Full traceback:
File "tl/zhcn/script.rpyc", line 22024, in script
File "renpy/ast.py", line 721, in execute
File "renpy/exports.py", line 1419, in say
File "renpy/character.py", line 1236, in __call__
File "renpy/character.py", line 1151, in prefix_suffix
File "renpy/character.py", line 1135, in sub
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
KeyError: u'r'

You might also like