- Nov 4, 2017
- 516
- 362
Got this error now.
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/1alexia.rpy", line 1217, in script
m "(Oops, I should really not just be walking in on [rel16]. God, why do I want to see her naked body. She's my [rel!l]. Stop it, [mc_name].)"
KeyError: u'rel'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/1alexia.rpy", line 1217, in script
m "(Oops, I should really not just be walking in on [rel16]. God, why do I want to see her naked body. She's my [rel!l]. Stop it, [mc_name].)"
File "renpy/ast.py", line 721, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1419, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1236, in __call__
what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
File "renpy/character.py", line 1155, in prefix_suffix
return (sub(prefix) + sub(body) + sub(suffix))
File "renpy/character.py", line 1135, 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'rel'
Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Bonds Of Love 0.9
Sun Jan 29 17:43:47 2023
```
Edit: nvm got it fixed, just needed to change in the ".rpy" file mentioned above the "[rel!1]" to "[rel1]" and that fixed it.
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/1alexia.rpy", line 1217, in script
m "(Oops, I should really not just be walking in on [rel16]. God, why do I want to see her naked body. She's my [rel!l]. Stop it, [mc_name].)"
KeyError: u'rel'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/1alexia.rpy", line 1217, in script
m "(Oops, I should really not just be walking in on [rel16]. God, why do I want to see her naked body. She's my [rel!l]. Stop it, [mc_name].)"
File "renpy/ast.py", line 721, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1419, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1236, in __call__
what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
File "renpy/character.py", line 1155, in prefix_suffix
return (sub(prefix) + sub(body) + sub(suffix))
File "renpy/character.py", line 1135, 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'rel'
Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Bonds Of Love 0.9
Sun Jan 29 17:43:47 2023
```
Edit: nvm got it fixed, just needed to change in the ".rpy" file mentioned above the "[rel!1]" to "[rel1]" and that fixed it.
Last edited: