4.30 star(s) 350 Votes

BOZZU

Active Member
Modder
Nov 2, 2024
861
1,614
292
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:
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:

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



Added Android port for Heart Problems (Christmas Special).
 

Ranxerox

Engaged Member
Nov 11, 2021
2,524
9,394
637
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
Please, next time, attach the error file, not the whole error, or hide it inside a Spolier.
 
  • Haha
Reactions: John 7

SoiCowboy

Well-Known Member
Modder
Jun 13, 2018
1,090
1,369
380
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.
 

joelurmel

Engaged Member
Nov 3, 2022
2,793
4,998
448
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
Since you didn't say whether you installed a mod or made any changes to your game,
I can only advise you to download it again.
 

Silvanesh

Newbie
Nov 28, 2017
46
38
264
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!
 
  • Like
Reactions: taraqtau

mamamiapissa

Newbie
Jul 5, 2025
59
64
69
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!
hmhmhmh.. i would very much like Gregnancy to appear in the protagonist in the future -

1767745539420.png
 
4.30 star(s) 350 Votes