- Sep 1, 2018
- 111
- 245
Love this game, but chapter 9 has serious issues. A lot of errors, like:
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/scripts/ch09/ch09_sc05.rpy", line 94, in script
kc "[v_breathing] Y-es [v_moaning] ah, I like it. [v_moaning]"
NameError: Name 'v_breathing' is not defined.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/scripts/ch09/ch09_sc05.rpy", line 94, in script
kc "[v_breathing] Y-es [v_moaning] ah, I like it. [v_moaning]"
File "D:\RENPY\Lost.at.Birth.Ch.9CE.Part2-wlm\renpy\ast.py", line 2557, in execute
Say.execute(self)
File "D:\RENPY\Lost.at.Birth.Ch.9CE.Part2-wlm\renpy\ast.py", line 615, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "D:\RENPY\Lost.at.Birth.Ch.9CE.Part2-wlm\renpy\exports.py", line 1493, in say
who(what, *args, **kwargs)
File "D:\RENPY\Lost.at.Birth.Ch.9CE.Part2-wlm\renpy\character.py", line 1376, in __call__
what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
File "D:\RENPY\Lost.at.Birth.Ch.9CE.Part2-wlm\renpy\character.py", line 1290, in prefix_suffix
return (sub(prefix) + sub(body) + sub(suffix))
File "D:\RENPY\Lost.at.Birth.Ch.9CE.Part2-wlm\renpy\character.py", line 1270, in sub
return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
File "D:\RENPY\Lost.at.Birth.Ch.9CE.Part2-wlm\renpy\substitutions.py", line 368, in substitute
s = interpolate(s, kwargs) # type: ignore
File "D:\RENPY\Lost.at.Birth.Ch.9CE.Part2-wlm\renpy\substitutions.py", line 86, in interpolate
raise e
File "D:\RENPY\Lost.at.Birth.Ch.9CE.Part2-wlm\renpy\substitutions.py", line 78, in interpolate
value = renpy.python.py_eval(code, {}, scope)
File "D:\RENPY\Lost.at.Birth.Ch.9CE.Part2-wlm\renpy\python.py", line 1209, in py_eval
return py_eval_bytecode(code, globals, locals)
File "D:\RENPY\Lost.at.Birth.Ch.9CE.Part2-wlm\renpy\python.py", line 1202, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "<none>", line 1, in <module>
File "D:\RENPY\Lost.at.Birth.Ch.9CE.Part2-wlm\renpy\substitutions.py", line 310, in __getitem__
raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'v_breathing' is not defined.