Dose anyone else get these error messages?
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/ch9eng.rpy", line 5337, in script
play sound kissing loop volume 0.2
File "renpy/common/000statements.rpy", line 301, in execute_play_sound
renpy.sound.play(_audio_eval(p["file"]),
File "renpy/common/000statements.rpy", line 33, in _audio_eval
return eval(expr, locals=store.audio.__dict__)
File "game/ch9eng.rpy", line 5337, in <module>
play sound kissing loop volume 0.2
NameError: name 'kissing' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/ch9eng.rpy", line 5337, in script
play sound kissing loop volume 0.2
File "D:\Games\Heartproblems\Heartproblems-Chapter10-pc\renpy\ast.py", line 1987, in execute
self.call("execute")
File "D:\Games\Heartproblems\Heartproblems-Chapter10-pc\renpy\ast.py", line 1966, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "D:\Games\Heartproblems\Heartproblems-Chapter10-pc\renpy\statements.py", line 374, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 301, in execute_play_sound
renpy.sound.play(_audio_eval(p["file"]),
File "renpy/common/000statements.rpy", line 33, in _audio_eval
return eval(expr, locals=store.audio.__dict__)
File "D:\Games\Heartproblems\Heartproblems-Chapter10-pc\renpy\python.py", line 1218, in py_eval
return py_eval_bytecode(code, globals, locals)
File "D:\Games\Heartproblems\Heartproblems-Chapter10-pc\renpy\python.py", line 1211, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/ch9eng.rpy", line 5337, in <module>
play sound kissing loop volume 0.2
NameError: name 'kissing' is not defined
Windows-10-10.0.26200 AMD64
Ren'Py 8.3.7.25031702
HeartProblems Chapter10
Tue Jan 6 13:50:53 2026
and
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/ch9eng.rpy", line 5301, in script
mc "It’s not that noticeable, is it?"
File "game/scripts.rpy", line 165, in _new_say
_original_say(who, what, *args, **kwargs)
NameError: name 'name' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/ch9eng.rpy", line 5301, in script
mc "It’s not that noticeable, is it?"
File "D:\Games\Heartproblems\Heartproblems-Chapter10-pc\renpy\ast.py", line 2586, in execute
Say.execute(self)
File "D:\Games\Heartproblems\Heartproblems-Chapter10-pc\renpy\ast.py", line 623, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "game/scripts.rpy", line 165, in _new_say
_original_say(who, what, *args, **kwargs)
File "D:\Games\Heartproblems\Heartproblems-Chapter10-pc\renpy\exports\sayexports.py", line 132, in say
who(what, *args, **kwargs)
File "D:\Games\Heartproblems\Heartproblems-Chapter10-pc\renpy\character.py", line 1454, in __call__
who = self.prefix_suffix("who", self.who_prefix, who, self.who_suffix)
File "D:\Games\Heartproblems\Heartproblems-Chapter10-pc\renpy\character.py", line 1369, in prefix_suffix
return (sub(prefix) + sub(body) + sub(suffix))
File "D:\Games\Heartproblems\Heartproblems-Chapter10-pc\renpy\character.py", line 1349, in sub
return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
File "D:\Games\Heartproblems\Heartproblems-Chapter10-pc\renpy\substitutions.py", line 373, in substitute
s = interpolate(s, variables) # type: ignore
File "D:\Games\Heartproblems\Heartproblems-Chapter10-pc\renpy\substitutions.py", line 86, in interpolate
raise e
File "D:\Games\Heartproblems\Heartproblems-Chapter10-pc\renpy\substitutions.py", line 78, in interpolate
value = renpy.python.py_eval(code, {}, scope)
File "D:\Games\Heartproblems\Heartproblems-Chapter10-pc\renpy\python.py", line 1218, in py_eval
return py_eval_bytecode(code, globals, locals)
File "D:\Games\Heartproblems\Heartproblems-Chapter10-pc\renpy\python.py", line 1211, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "<none>", line 1, in <module>
NameError: name 'name' is not defined
Windows-10-10.0.26200 AMD64
Ren'Py 8.3.7.25031702
HeartProblems Chapter10
Tue Jan 6 13:52:42 2026
While running game code:
File "game/ch10eng.rpy", line 14045, in script
oliver "Hey, babe. I'm [oliver]."
Exception: Sayer 'oliver' is not defined.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/ch10eng.rpy", line 14045, in script
oliver "Hey, babe. I'm [oliver]."
File "D:\Games\Heartproblems\Heartproblems-Chapter10-pc\renpy\ast.py", line 2586, in execute
Say.execute(self)
File "D:\Games\Heartproblems\Heartproblems-Chapter10-pc\renpy\ast.py", line 583, in execute
who = eval_who(self.who, self.who_fast)
File "D:\Games\Heartproblems\Heartproblems-Chapter10-pc\renpy\ast.py", line 472, in eval_who
raise Exception("Sayer '%s' is not defined." % who)
Exception: Sayer 'oliver' is not defined.
Windows-10-10.0.26200 AMD64
Ren'Py 8.3.7.25031702
HeartProblems Chapter10
Tue Jan 6 13:54:42 2026