Osirian

Newbie
Game Developer
Jan 1, 2020
93
325
Osirian Getting an error every time I sleep.

Edit: Also had a crash when trying to view Jamie's porn event.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/locations/lilyBedroom.rpy", line 201, in script
    $ gameTime.incrementTime()
  File "game/locations/lilyBedroom.rpy", line 201, in <module>
    $ gameTime.incrementTime()
  File "game/mechanics/timeManager.rpy", line 33, in incrementTime
    self.incrementDay()
  File "game/mechanics/timeManager.rpy", line 22, in incrementDay
    self.addMinigameStats()
  File "game/mechanics/timeManager.rpy", line 79, in addMinigameStats
    girl.addExp("touch", girl.lastMinigameStats["touch"] * (1 if not girl.lastMinigameStats["solo"] else max(1, girl.getStat("touch"))))
KeyError: 'touch'

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

Full traceback:
  File "game/locations/lilyBedroom.rpy", line 201, in script
    $ gameTime.incrementTime()
  File "E:\other\Harmony Girls\HarmonyGirls-0.3-pc\renpy\ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\other\Harmony Girls\HarmonyGirls-0.3-pc\renpy\python.py", line 1061, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/locations/lilyBedroom.rpy", line 201, in <module>
    $ gameTime.incrementTime()
  File "game/mechanics/timeManager.rpy", line 33, in incrementTime
    self.incrementDay()
  File "game/mechanics/timeManager.rpy", line 22, in incrementDay
    self.addMinigameStats()
  File "game/mechanics/timeManager.rpy", line 79, in addMinigameStats
    girl.addExp("touch", girl.lastMinigameStats["touch"] * (1 if not girl.lastMinigameStats["solo"] else max(1, girl.getStat("touch"))))
KeyError: 'touch'

Windows-10-10.0.19045 AMD64
Ren'Py 8.0.3.22090809
Harmony Girls 0.3
Sun Mar 17 15:56:50 2024
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/events/jamieEvents.rpy", line 49, in script call
    call newMinigame from _call_newMinigame_4
  File "game/mechanics/minigame.rpy", line 124, in script
    $ minigame.perkChoice()
  File "game/events/jamieEvents.rpy", line 49, in script call
    call newMinigame from _call_newMinigame_4
  File "game/mechanics/minigame.rpy", line 124, in script
    $ minigame.perkChoice()
  File "game/mechanics/minigame.rpy", line 124, in <module>
    $ minigame.perkChoice()
  File "game/mechanics/minigame.rpy", line 313, in perkChoice
    renpy.call_screen("perkPopup")
Exception: Image 'JamieFingeringJ' not found.

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

Full traceback:
  File "E:\other\Harmony Girls\HarmonyGirls-0.3-pc\renpy\bootstrap.py", line 277, in bootstrap
    renpy.main.main()
  File "E:\other\Harmony Girls\HarmonyGirls-0.3-pc\renpy\main.py", line 660, in main
    run(restart)
  File "E:\other\Harmony Girls\HarmonyGirls-0.3-pc\renpy\main.py", line 146, in run
    renpy.execution.run_context(True)
  File "E:\other\Harmony Girls\HarmonyGirls-0.3-pc\renpy\execution.py", line 938, in run_context
    context.run()
  File "game/events/jamieEvents.rpy", line 49, in script call
    call newMinigame from _call_newMinigame_4
  File "game/mechanics/minigame.rpy", line 124, in script
    $ minigame.perkChoice()
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 441, in raise_
  File "game/events/jamieEvents.rpy", line 49, in script call
    call newMinigame from _call_newMinigame_4
  File "game/mechanics/minigame.rpy", line 124, in script
    $ minigame.perkChoice()
  File "E:\other\Harmony Girls\HarmonyGirls-0.3-pc\renpy\ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\other\Harmony Girls\HarmonyGirls-0.3-pc\renpy\python.py", line 1061, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/mechanics/minigame.rpy", line 124, in <module>
    $ minigame.perkChoice()
  File "game/mechanics/minigame.rpy", line 313, in perkChoice
    renpy.call_screen("perkPopup")
  File "E:\other\Harmony Girls\HarmonyGirls-0.3-pc\renpy\exports.py", line 3181, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "E:\other\Harmony Girls\HarmonyGirls-0.3-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\other\Harmony Girls\HarmonyGirls-0.3-pc\renpy\display\core.py", line 3377, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "E:\other\Harmony Girls\HarmonyGirls-0.3-pc\renpy\display\core.py", line 4040, in interact_core
    self.idle_frame(can_block, expensive)
  File "E:\other\Harmony Girls\HarmonyGirls-0.3-pc\renpy\display\core.py", line 3487, in idle_frame
    result = self.prediction_coroutine.send(expensive)
  File "E:\other\Harmony Girls\HarmonyGirls-0.3-pc\renpy\display\predict.py", line 106, in prediction_coroutine
    displayable(d)
  File "E:\other\Harmony Girls\HarmonyGirls-0.3-pc\renpy\display\predict.py", line 57, in displayable
    d.visit_all(lambda i : i.predict_one())
  File "E:\other\Harmony Girls\HarmonyGirls-0.3-pc\renpy\display\core.py", line 572, in visit_all
    for d in self.visit():
  File "E:\other\Harmony Girls\HarmonyGirls-0.3-pc\renpy\display\image.py", line 533, in visit
    self.find_target()
  File "E:\other\Harmony Girls\HarmonyGirls-0.3-pc\renpy\display\image.py", line 402, in find_target
    error("Image '%s' not found." % ' '.join(self.name))
  File "E:\other\Harmony Girls\HarmonyGirls-0.3-pc\renpy\display\image.py", line 386, in error
    raise Exception(msg)
Exception: Image 'JamieFingeringJ' not found.

Windows-10-10.0.19045 AMD64
Ren'Py 8.0.3.22090809
Harmony Girls 0.3
Sun Mar 17 15:59:27 2024
I Also got that bug:

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/events/jamieEvents.rpy", line 49, in script call
    call newMinigame from _call_newMinigame_4
  File "game/mechanics/minigame.rpy", line 124, in script
    $ minigame.perkChoice()
  File "game/events/jamieEvents.rpy", line 49, in script call
    call newMinigame from _call_newMinigame_4
  File "game/mechanics/minigame.rpy", line 124, in script
    $ minigame.perkChoice()
  File "game/mechanics/minigame.rpy", line 124, in <module>
    $ minigame.perkChoice()
  File "game/mechanics/minigame.rpy", line 313, in perkChoice
    renpy.call_screen("perkPopup")
Exception: Image 'JamieFingeringJ' not found.

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

Full traceback:
  File "E:\utilisateurs\My-name\jeuxA\HarmonyGirls-0.3-pc\renpy\bootstrap.py", line 277, in bootstrap
    renpy.main.main()
  File "E:\utilisateurs\My-name\jeuxA\HarmonyGirls-0.3-pc\renpy\main.py", line 660, in main
    run(restart)
  File "E:\utilisateurs\My-name\jeuxA\HarmonyGirls-0.3-pc\renpy\main.py", line 146, in run
    renpy.execution.run_context(True)
  File "E:\utilisateurs\My-name\jeuxA\HarmonyGirls-0.3-pc\renpy\execution.py", line 938, in run_context
    context.run()
  File "game/events/jamieEvents.rpy", line 49, in script call
    call newMinigame from _call_newMinigame_4
  File "game/mechanics/minigame.rpy", line 124, in script
    $ minigame.perkChoice()
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 441, in raise_
  File "game/events/jamieEvents.rpy", line 49, in script call
    call newMinigame from _call_newMinigame_4
  File "game/mechanics/minigame.rpy", line 124, in script
    $ minigame.perkChoice()
  File "E:\utilisateurs\My-name\jeuxA\HarmonyGirls-0.3-pc\renpy\ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\utilisateurs\My-name\jeuxA\HarmonyGirls-0.3-pc\renpy\python.py", line 1061, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/mechanics/minigame.rpy", line 124, in <module>
    $ minigame.perkChoice()
  File "game/mechanics/minigame.rpy", line 313, in perkChoice
    renpy.call_screen("perkPopup")
  File "E:\utilisateurs\My-name\jeuxA\HarmonyGirls-0.3-pc\renpy\exports.py", line 3181, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "E:\utilisateurs\My-name\jeuxA\HarmonyGirls-0.3-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\utilisateurs\My-name\jeuxA\HarmonyGirls-0.3-pc\renpy\display\core.py", line 3377, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "E:\utilisateurs\My-name\jeuxA\HarmonyGirls-0.3-pc\renpy\display\core.py", line 4040, in interact_core
    self.idle_frame(can_block, expensive)
  File "E:\utilisateurs\My-name\jeuxA\HarmonyGirls-0.3-pc\renpy\display\core.py", line 3487, in idle_frame
    result = self.prediction_coroutine.send(expensive)
  File "E:\utilisateurs\My-name\jeuxA\HarmonyGirls-0.3-pc\renpy\display\predict.py", line 106, in prediction_coroutine
    displayable(d)
  File "E:\utilisateurs\My-name\jeuxA\HarmonyGirls-0.3-pc\renpy\display\predict.py", line 57, in displayable
    d.visit_all(lambda i : i.predict_one())
  File "E:\utilisateurs\My-name\jeuxA\HarmonyGirls-0.3-pc\renpy\display\core.py", line 572, in visit_all
    for d in self.visit():
  File "E:\utilisateurs\My-name\jeuxA\HarmonyGirls-0.3-pc\renpy\display\image.py", line 533, in visit
    self.find_target()
  File "E:\utilisateurs\My-name\jeuxA\HarmonyGirls-0.3-pc\renpy\display\image.py", line 402, in find_target
    error("Image '%s' not found." % ' '.join(self.name))
  File "E:\utilisateurs\My-name\jeuxA\HarmonyGirls-0.3-pc\renpy\display\image.py", line 386, in error
    raise Exception(msg)
Exception: Image 'JamieFingeringJ' not found.

Windows-10-10.0.22621 AMD64
Ren'Py 8.0.3.22090809
Harmony Girls 0.3
Sun Mar 17 13:16:20 2024
Edit: I also can't interact with katie while the hint is for me to hangout with her:
View attachment 3452466

Edit2: nvm it was at the bar at night.
Figured out the issue. I needed to block rollback after load. When you load a save, I have a bunch of compatibility code that's written to fix changes between updates. If you rollback after loading, it will remove all of those changes and you'll have compatibility issues like you both experienced. I've blocked rollback after load now so that's no longer possible. Updating the bugfix and all links now. Please tell me it works
 
Last edited:
  • Like
Reactions: Knight_of_the_lance

Knight_of_the_lance

Active Member
Feb 23, 2020
752
1,379
ok. when I load a save now I have an other error :p
Code:
[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/locations/lilyBedroom.rpy", line 102, in script call
    menu:
  File "game/definitions/definitions.rpy", line 148, in script
    python:
  File "game/definitions/definitions.rpy", line 237, in <module>
    if "hand" in girl.lastMinigameStats:
AttributeError: 'Person' object has no attribute 'lastMinigameStats'

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

Full traceback:
  File "game/locations/lilyBedroom.rpy", line 102, in script call
    menu:
  File "game/definitions/definitions.rpy", line 148, in script
    python:
  File "E:\utilisateurs\Me\jeuxA\HarmonyGirls-0.3-pc\renpy\ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\utilisateurs\Me\jeuxA\HarmonyGirls-0.3-pc\renpy\python.py", line 1061, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/definitions/definitions.rpy", line 237, in <module>
    if "hand" in girl.lastMinigameStats:
AttributeError: 'Person' object has no attribute 'lastMinigameStats'

Windows-10-10.0.22621 AMD64
Ren'Py 8.0.3.22090809
Harmony Girls 0.3
Sun Mar 17 15:23:30 2024
[/CODE]
this error happens as soon as I load a save. (there is always something.) Also even if I don't rollback I get the error for Jamie's performance.
 
  • Sad
Reactions: Osirian

Osirian

Newbie
Game Developer
Jan 1, 2020
93
325
ok. when I load a save now I have an other error :p
Code:
[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/locations/lilyBedroom.rpy", line 102, in script call
    menu:
  File "game/definitions/definitions.rpy", line 148, in script
    python:
  File "game/definitions/definitions.rpy", line 237, in <module>
    if "hand" in girl.lastMinigameStats:
AttributeError: 'Person' object has no attribute 'lastMinigameStats'

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

Full traceback:
  File "game/locations/lilyBedroom.rpy", line 102, in script call
    menu:
  File "game/definitions/definitions.rpy", line 148, in script
    python:
  File "E:\utilisateurs\Me\jeuxA\HarmonyGirls-0.3-pc\renpy\ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\utilisateurs\Me\jeuxA\HarmonyGirls-0.3-pc\renpy\python.py", line 1061, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/definitions/definitions.rpy", line 237, in <module>
    if "hand" in girl.lastMinigameStats:
AttributeError: 'Person' object has no attribute 'lastMinigameStats'

Windows-10-10.0.22621 AMD64
Ren'Py 8.0.3.22090809
Harmony Girls 0.3
Sun Mar 17 15:23:30 2024
[/CODE]
this error happens as soon as I load a save. (there is always something.) Also even if I don't rollback I get the error for Jamie's performance.
That's been fixed in the newest bugfix. You can download it from OP now. If the errors persist, let me know, but it looks to be working on my end now with your save file.
All links have now been updated. I really hope it works...
I also just want to make sure when you're applying the bugfix, that you're adding it to the correct place. It should prompt you to overwrite existing files and you should hit yes to all.
 
Last edited:
  • Like
Reactions: Knight_of_the_lance

Knight_of_the_lance

Active Member
Feb 23, 2020
752
1,379
That's been fixed in the newest bugfix. You can download it from OP now. If the errors persist, let me know, but it looks to be working on my end now with your save file.
All links have now been updated. I really hope it works...
I also just want to make sure when you're applying the bugfix, that you're adding it to the correct place. It should prompt you to overwrite existing files and you should hit yes to all.
Everything is working perfectly. Thank you!
 
  • Love
  • Red Heart
Reactions: Osirian and Nakith

Osirian

Newbie
Game Developer
Jan 1, 2020
93
325
Are there any cheats for this like money cheats?
Yes, the cheat menu is a hidden button located where the money is displayed in the top menu. Just hover over the money and you'll see the red box pop up, click that to open the cheat menu.
 

Osirian

Newbie
Game Developer
Jan 1, 2020
93
325
So can lily dom over Claire or Jamie. do we have to use Aiden
I don't plan on Lily being able to dom Claire, that role is pretty locked in. As far as Jamie content with Lily, that's up in the air. You do need to use Aiden to progress the story.
 

Osirian

Newbie
Game Developer
Jan 1, 2020
93
325
Just wanted to say this game is properly original. Great to see different models in a Ren'py, and the writing is pretty good too.
I'm glad you're enjoying it! It's hard to stand out from the rest but I feel like this game is starting to get there.
 
  • Like
Reactions: Fish_lip

Osirian

Newbie
Game Developer
Jan 1, 2020
93
325
Just a little update for those for those who are interested. The next supporter update should be released this weekend and the public version will be released soon afterwards. You'll have a new version of the game in your hands soon!
 

Osirian

Newbie
Game Developer
Jan 1, 2020
93
325
The newest update is out! I'm in the middle of moving as we speak and I'll be driving 2000 miles away in a couple of days. I'll be available tomorrow but after that I'll only be available to bugfix occasionally in the evenings. If anyone finds a bug, please let me know ASAP so I can hopefully have everything fixed before I leave.
 

youraccount69

Active Member
Donor
Dec 30, 2020
987
321
HarmonyGirls-0.3.2
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.
Want to join the team? Read more here!
 
  • Like
Reactions: MokshaSeeker

TheUberstuff

Active Member
Jul 28, 2020
971
1,267
The newest update is out! I'm in the middle of moving as we speak and I'll be driving 2000 miles away in a couple of days. I'll be available tomorrow but after that I'll only be available to bugfix occasionally in the evenings. If anyone finds a bug, please let me know ASAP so I can hopefully have everything fixed before I leave.
YAY an update to my fav adult game, and there was much rejoicing. Moving can be pretty rough, I hope your move goes well.
 
  • Red Heart
Reactions: Osirian and Nakith

Knight_of_the_lance

Active Member
Feb 23, 2020
752
1,379
I hope that move is a happy one! Even when moving for happy reason there are always less fun parts. I hope they go well and swiftly for you. Great update.

Now I am considering patroning eventually with those little subscriber bonuses.

All I found was a small typo.
You don't have permission to view the spoiler content. Log in or register now.
 
  • Red Heart
Reactions: Nakith and Osirian
4.40 star(s) 9 Votes