crashbangwhallop
Newbie
- Nov 22, 2017
- 58
- 19
- 215
Do you get those from subscribestar? On boosty I can't even save the images as they're protected so I can only deliver screenshots.Original resolution
You don't have permission to view the spoiler content. Log in or register now.
Here are my compressed Unofficial Android Ports of "Heart Problems" 0.10:
![]()
Mods: JokerLeader's WT & Cheat Mod, DA's Gallery Unlocker + DA addons
Download:You must be registered to see the links
APK size: 1.1 GB
You don't have permission to view the spoiler content. Log in or register now.
===
and "Heart Problems" Christmas Special:
View attachment 5602019
Mods: my own addons (BE based¹)
Download:You must be registered to see the links
APK size: 246 MB
You don't have permission to view the spoiler content. Log in or register now.
Some phones may require you to force close and relaunch the app after granting storage permissions in order for the game to load.
¹ - BlackEye
Please, next time, attach the error file, not the whole error, or hide it inside a Spolier.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
Nope.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
They have been posted..Can someone post all the images released so far of ch11. And I remember till 40% progress was a lot faster. Hope Xeno speeds up and wrap it up this month.
Since you didn't say whether you installed a mod or made any changes to your game,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
hmhmhmh.. i would very much like Gregnancy to appear in the protagonist in the future -Hi everyone! I really like this game! Many thanks to the developer for her! I would very much like pregnancy to appear in the game in the future - at the request of the protagonist with those girls with whom he would like to have children and, accordingly, their birth! perhaps even with everyone he likes and has sex with! This would be a good logical plot development in the future!
Does this include pubic hair??looks good thanks for the share.