- Feb 23, 2020
- 963
- 1,780
started a game with stats from previous playthrue and encounterd a bug. here is the traceback:
If the save is needed I would be happy to provide.
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/w3d1.rpy", line 42, in script call
call return_home_noon1 from _call_return_home_noon1_4
File "game/repeat_morning.rpy", line 66, in script call
call early_noon_choice1 from _call_early_noon_choice1_1
File "game/repeat_morning.rpy", line 76, in script call
pause
File "game/screens.rpy", line 4119, in script call
call work1 from _call_work1
File "game/repeat1.rpy", line 7276, in script
l "{i}Okay. It’s time to go to work."
KeyError: 'mc'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/w3d1.rpy", line 42, in script call
call return_home_noon1 from _call_return_home_noon1_4
File "game/repeat_morning.rpy", line 66, in script call
call early_noon_choice1 from _call_early_noon_choice1_1
File "game/repeat_morning.rpy", line 76, in script call
pause
File "game/screens.rpy", line 4119, in script call
call work1 from _call_work1
File "game/repeat1.rpy", line 7276, in script
l "{i}Okay. It’s time to go to work."
File "E:\utilisateurs\utilisateur\jeuxA\BT-0.2.0c-pc\renpy\ast.py", line 921, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "E:\utilisateurs\utilisateur\jeuxA\BT-0.2.0c-pc\renpy\exports.py", line 1373, in say
who(what, *args, **kwargs)
File "E:\utilisateurs\utilisateur\jeuxA\BT-0.2.0c-pc\renpy\character.py", line 1251, in __call__
who = self.prefix_suffix("who", self.who_prefix, who, self.who_suffix)
File "E:\utilisateurs\utilisateur\jeuxA\BT-0.2.0c-pc\renpy\character.py", line 1172, in prefix_suffix
return (sub(prefix) + sub(body) + sub(suffix))
File "E:\utilisateurs\utilisateur\jeuxA\BT-0.2.0c-pc\renpy\character.py", line 1152, in sub
return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
File "E:\utilisateurs\utilisateur\jeuxA\BT-0.2.0c-pc\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 "E:\utilisateurs\utilisateur\jeuxA\BT-0.2.0c-pc\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: 'mc'
Windows-10-10.0.22621 AMD64
Ren'Py 8.0.3.22090809
Beauty and the Thug 0.2.0c
Tue Aug 1 21:10:52 2023