- Jul 17, 2021
- 8,875
- 13,531
Anyone have a fix for the [General18] error?
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 19276, in script
r "I have [General18]. Well I did. Britney killed my mother and tried to kill me. However, my [General10] Ellie is still alive. When things blow over I'll introduce you to her."
KeyError: 'General18'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 19276, in script
r "I have [General18]. Well I did. Britney killed my mother and tried to kill me. However, my [General10] Ellie is still alive. When things blow over I'll introduce you to her."
File "F:\VNs\The List\TheList-UNCLELOCO-0.10\renpy\ast.py", line 921, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "F:\VNs\The List\TheList-UNCLELOCO-0.10\renpy\exports.py", line 1373, in say
who(what, *args, **kwargs)
File "F:\VNs\The List\TheList-UNCLELOCO-0.10\renpy\character.py", line 1253, in __call__
what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
File "F:\VNs\The List\TheList-UNCLELOCO-0.10\renpy\character.py", line 1172, in prefix_suffix
return (sub(prefix) + sub(body) + sub(suffix))
File "F:\VNs\The List\TheList-UNCLELOCO-0.10\renpy\character.py", line 1152, in sub
return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
File "F:\VNs\The List\TheList-UNCLELOCO-0.10\renpy\substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 205, in _vformat
File "F:\VNs\The List\TheList-UNCLELOCO-0.10\renpy\substitutions.py", line 168, in get_field
obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs)
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 270, in get_field
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 227, in get_value
KeyError: 'General18'
Windows-10-10.0.19045 AMD64
Ren'Py 8.0.3.22090602
TheList 0.10
Sun Jun 16 22:17:13 2024