- May 4, 2020
- 161
- 963
Got this when Alison shows up:
Code:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
KeyError: u'ten_mc_rel'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "script.rpyc", line 41531, in script
File "renpy/ast.py", line 715, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1393, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1190, in __call__
what = what_pattern.replace("[what]", sub(what, translate=True))
File "renpy/character.py", line 1179, in sub
return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
File "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'ten_mc_rel'
Windows-10-10.0.19041
Ren'Py 7.4.4.1439
The City of Promise Chapter2-Part1
Fri Jul 2 02:13:06 2021
```
Last edited: