Really loving the game! But aaaaah, bugs... Cho's route is missing some BGs, and also theres a exception screen, that doesn't let me play the next day ;-; (sorry for any grammar errors btw)
Viewing post in One Hell of a Week (18+) comments
The exception:
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/route_cho_day5.rpy", line 1099, in script
c " Pay me back...[pause in text]? with the time we spend together."
KeyError: u'pause in text'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/route_cho_day5.rpy", line 1099, in script
c " Pay me back...[pause in text]? with the time we spend together."
File "renpy/ast.py", line 716, 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 1210, in __call__
what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
File "renpy/character.py", line 1129, in prefix_suffix
return (sub(prefix) + sub(body) + sub(suffix))
File "renpy/character.py", line 1109, 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'pause in text'
Windows-10-10.0.19041
Ren'Py 7.4.8.1895
One Hell of a Week 0.0
Fri Oct 8 04:39:15 2021
[/code]