```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 313, in script
s "You need to try harder, [_p:name]. Girls need to be won over!"
ValueError: Invalid conversion specification
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 313, in script
s "You need to try harder, [_p:name]. Girls need to be won over!"
File "D:\Downloads\camp-18-win\Camp Pinewood 1.8\renpy\ast.py", line 694, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "D:\Downloads\camp-18-win\Camp Pinewood 1.8\renpy\exports.py", line 1322, in say
who(what, *args, **kwargs)
File "D:\Downloads\camp-18-win\Camp Pinewood 1.8\renpy\character.py", line 1114, in __call__
what = what_pattern.replace("[what]", sub(what, translate=True))
File "D:\Downloads\camp-18-win\Camp Pinewood 1.8\renpy\character.py", line 1103, in sub
return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
File "D:\Downloads\camp-18-win\Camp Pinewood 1.8\renpy\substitutions.py", line 244, in substitute
s = formatter.vformat(s, (), kwargs)
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 596, in _vformat
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 613, in format_field
File "D:\Downloads\camp-18-win\Camp Pinewood 1.8\renpy\character.py", line 1026, in __format__
return format(unicode(self), spec)
ValueError: Invalid conversion specification
Windows-8-6.2.9200
Ren'Py 7.2.2.491
CampPinewood 1.8
Tue Apr 09 10:04:10 2019
```