Firstly, I like this game. However there seem to be quite a few "exceptions" at important places in the game. I will be more fastidious about relaying them to the dev. Here's the latest one. It occured when I was peeking on Laurel and Miranda, in the dressing room, at the beach. I don't yet know how to use the "spoiler "function yet or I would.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/first_night.rpy", line 36, in script call
call intro_name_menu from _call_intro_name_menu
File "game/name_system.rpy", line 407, in script call
call screen dau_name_menu
File "game/outside.rpy", line 948, in script call
call gamer_girl_level_0 from _call_gamer_girl_level_0
File "game/outside.rpy", line 1738, in script
laurel "Oh, hi, Mr. [last_namee]."
KeyError: u'last_namee'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/first_night.rpy", line 36, in script call
call intro_name_menu from _call_intro_name_menu
File "game/name_system.rpy", line 407, in script call
call screen dau_name_menu
File "game/outside.rpy", line 948, in script call
call gamer_girl_level_0 from _call_gamer_girl_level_0
File "game/outside.rpy", line 1738, in script
laurel "Oh, hi, Mr. [last_namee]."
File "C:\Games\GoodnightKiss-21-pc\GoodnightKiss-.21-pc\renpy\ast.py", line 643, in execute
renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
File "C:\Games\GoodnightKiss-21-pc\GoodnightKiss-.21-pc\renpy\exports.py", line 1176, in say
who(what, *args, **kwargs)
File "C:\Games\GoodnightKiss-21-pc\GoodnightKiss-.21-pc\renpy\character.py", line 1000, in __call__
what = what_pattern.replace("[what]", sub(what, translate=translate))
File "C:\Games\GoodnightKiss-21-pc\GoodnightKiss-.21-pc\renpy\character.py", line 982, in sub
return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
File "C:\Games\GoodnightKiss-21-pc\GoodnightKiss-.21-pc\renpy\substitutions.py", line 242, 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 585, in _vformat
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 646, in get_field
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 605, in get_value
KeyError: u'last_namee'
Windows-7-6.1.7601-SP1
Ren'Py 6.99.14.1.3218
Goodnight Kiss .21
Tue May 01 16:59:36 2018
I hope this helps.