- Aug 26, 2019
- 15
- 13
Getting a similar one on Mac using Ren'Py Launcher. Not a rpy dev, but maybe something about this lib path? "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/" definitely doesn't exist on my set-up.Keep getting this error during the intro. Using Joiplay for Android
Code:I'm sorry, but an uncaught exception occurred. While running game code: KeyError: u'???' -- Full Traceback ------------------------------------------------------------ Full traceback: File "script.rpyc", line 358, in script call File "prolog_1.rpyc", line 100, in script File "renpy/ast.py", line 715, in execute File "renpy/exports.py", line 1393, in say File "renpy/character.py", line 1184, in __call__ File "renpy/character.py", line 1179, 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'???'
Code:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
KeyError: u'???'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script.rpyc", line 358, in script call
File "prolog_1.rpyc", line 100, in script
File "/Applications/renpy-7.3.2-sdk/renpy/ast.py", line 715, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "/Applications/renpy-7.3.2-sdk/renpy/exports.py", line 1393, in say
who(what, *args, **kwargs)
File "/Applications/renpy-7.3.2-sdk/renpy/character.py", line 1184, in __call__
who = who_pattern.replace("[who]", sub(who))
File "/Applications/renpy-7.3.2-sdk/renpy/character.py", line 1179, in sub
return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
File "/Applications/renpy-7.3.2-sdk/renpy/substitutions.py", line 270, in substitute
s = formatter.vformat(s, (), kwargs)
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'???'
Darwin-19.6.0-x86_64-i386-64bit
Ren'Py 7.4.4.1439
Catch Your Luck 0.15
Thu May 6 10:22:37 2021
```