Omo69

Newbie
May 7, 2020
50
25
That's a small typo in the script file "ch9eng.rpy" ( arelay!cl -> arelat!cl )

Here a fix/patch for that (with or without the WT from JokerLeader)
Install: extract the Zip and replace the files in the .../game/ folder.
even with the hotfix, it still doesn't work :( any suggestions?
 
  • Like
Reactions: duanhu520

GandalfTheGrey91

Active Member
May 1, 2022
681
1,549
My only qualm about this otherwise-great game is exactly that, and the slow but continuous creep toward MC completely ignoring "No" from multiple LIs. There is no Rape tag on this game but we are pretty close to needing one, and while some might be a fan of that kind of content I think we can mostly agree that significant tags like that should NEVER be suddenly be added this far into any game.
You don't have permission to view the spoiler content. Log in or register now.
Yeah, that's why I already checked out a long time ago.
The vibe between MC and Amelie is unrealistic. If she had Alzheimers it would made a bit of sense with her constant "no we can't do that".
 
  • Like
Reactions: RandyPhoenix

faramata

Active Member
Mar 13, 2022
599
724
Did you actually play the game, or are you just here to complain? This visual novel definitely isn’t kinetic; there are choices, and if you pick the wrong ones, you miss out scenes with the girls.
Maybe there was choices in the earlier chapter, but so far the only one I remember was the one where if you "confess your love" to auntie, you get a game over. Reminds me of DMD.
 

HarryHill99

Member
Dec 29, 2019
268
242
Just started a fresh playthrough and got pretty far, however near the end got this error:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/ch9eng.rpy", line 588, in script
    mc "[arelay!cl] [a], no—"
KeyError: 'arelay'

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/ch9eng.rpy", line 588, in script
    mc "[arelay!cl] [a], no—"
  File "C:\temp\Heartproblems-Chapter9-pc\renpy\ast.py", line 921, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\temp\Heartproblems-Chapter9-pc\renpy\exports.py", line 1373, in say
    who(what, *args, **kwargs)
  File "C:\temp\Heartproblems-Chapter9-pc\renpy\character.py", line 1253, in __call__
    what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
  File "C:\temp\Heartproblems-Chapter9-pc\renpy\character.py", line 1172, in prefix_suffix
    return (sub(prefix) + sub(body) + sub(suffix))
  File "C:\temp\Heartproblems-Chapter9-pc\renpy\character.py", line 1152, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "C:\temp\Heartproblems-Chapter9-pc\renpy\substitutions.py", line 278, in substitute
    s = formatter.vformat(s, (), kwargs) # type: ignore
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 205, in _vformat
  File "C:\temp\Heartproblems-Chapter9-pc\renpy\substitutions.py", line 168, in get_field
    obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs)
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 270, in get_field
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 227, in get_value
KeyError: 'arelay'

Windows-10-10.0.20348 AMD64
Ren'Py 8.0.2.22081402
HeartProblems Chapter9
Thu Sep 19 16:15:08 2024
 

SonsOfLiberty

Post Pro
Compressor
Sep 3, 2022
21,188
175,269
Just started a fresh playthrough and got pretty far, however near the end got this error:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/ch9eng.rpy", line 588, in script
    mc "[arelay!cl] [a], no—"
KeyError: 'arelay'

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/ch9eng.rpy", line 588, in script
    mc "[arelay!cl] [a], no—"
  File "C:\temp\Heartproblems-Chapter9-pc\renpy\ast.py", line 921, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\temp\Heartproblems-Chapter9-pc\renpy\exports.py", line 1373, in say
    who(what, *args, **kwargs)
  File "C:\temp\Heartproblems-Chapter9-pc\renpy\character.py", line 1253, in __call__
    what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
  File "C:\temp\Heartproblems-Chapter9-pc\renpy\character.py", line 1172, in prefix_suffix
    return (sub(prefix) + sub(body) + sub(suffix))
  File "C:\temp\Heartproblems-Chapter9-pc\renpy\character.py", line 1152, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "C:\temp\Heartproblems-Chapter9-pc\renpy\substitutions.py", line 278, in substitute
    s = formatter.vformat(s, (), kwargs) # type: ignore
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 205, in _vformat
  File "C:\temp\Heartproblems-Chapter9-pc\renpy\substitutions.py", line 168, in get_field
    obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs)
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 270, in get_field
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 227, in get_value
KeyError: 'arelay'

Windows-10-10.0.20348 AMD64
Ren'Py 8.0.2.22081402
HeartProblems Chapter9
Thu Sep 19 16:15:08 2024
It has been mentioned and said a few times already in this thread how to fix this bug. Here is one example post.

You need to edit that file (game/ch9eng.rpy) - open it with any text editor and change arelay to arelat. Also need to restart the game for it to take effect
 

milfkiller

Engaged Member
May 2, 2017
2,396
1,110

Dubbed Tales

Newbie
Jul 9, 2024
76
206
you guys understand this was probably the last update. right? and this update was mostly like version 8. just new location. anyways. this was the most popular game in the community.
 
4.30 star(s) 260 Votes