I've been running through MH for a bit of a week now. I'm a completionist, so I like to see all the content I can!
Went through the main route and enjoyed it all, so now I'm doing my own deep dives and I'm loving it so much!
However, I found an error during Chapter 18, it came with an error report which I'll post at the bottom if that's relevant.
I had an arts background, romance path with Asterion, saw the Overseer early, Met Niko and didn't forgive him, and then during the final scene of where Jean is flipping out I let things happen.
I meet Argos and before he speaks this white page with the code below the cut comes up.
I don't think there's any error or exception threads, (Which is a BIG testament to how well put together your whole team is), but I figured you'd need one in case any of these EDGE EDGE cases ever get past the QA team.
====================================================================================
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script_build05.rpy", line 31208, in script
nikos "[player_name}...{w=0.5} I..."
Exception: String u'[player_name}...{w=0.5} I...' ends with an open format operation.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script_build05.rpy", line 31208, in script
nikos "[player_name}...{w=0.5} I..."
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.android-x86_64/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/renpy-build/tmp/install.android-x86_64/lib/python2.7/string.py", line 572, in _vformat
File "renpy/substitutions.py", line 160, in parse
raise Exception("String {0!r} ends with an open format operation.".format(s))
Exception: String u'[player_name}...{w=0.5} I...' ends with an open format operation.
Windows-10-10.0.22000
Ren'Py 7.4.6.1693
Minotaur Hotel 0.6.0
Fri Mar 11 00:00:00 20XX (I edited this last line. You don't need to know when ;p )
```