there are several events in the game where this happens I've found you can click ignore and the game continues on would you like me to playthrough the game again and get you the trace backs.
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
ValueError: Conversion specifier can't be empty.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "chapter_2/amy/AmyEventLabels.rpyc", line 1496, in script
File "renpy/ast.py", line 715, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1417, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1206, in __call__
what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
File "renpy/character.py", line 1125, in prefix_suffix
return (sub(prefix) + sub(body) + sub(suffix))
File "renpy/character.py", line 1105, 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 589, in _vformat
File "renpy/substitutions.py", line 171, in convert_field
raise ValueError("Conversion specifier can't be empty.")
ValueError: Conversion specifier can't be empty.
Windows-10-10.0.19041
Ren'Py 7.4.5.1648
My Office Adventures 0.97
Fri Jan 13 10:57:33 2023
[/code]