dsm1294

New Member
Jul 3, 2017
10
2
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/Characters/Jock/jock.rpy", line 2, in script
    image _jock = MiraLive2D("jock", "images/Models/Jock_1_Standing", update_function = Mira_Live2D_Updater, base = 1.0, height = 1.1)
  File "game/Characters/Jock/jock.rpy", line 2, in <module>
    image _jock = MiraLive2D("jock", "images/Models/Jock_1_Standing", update_function = Mira_Live2D_Updater, base = 1.0, height = 1.1)
  File "game/Classes/Display_Classes/MiraLive2D.rpy", line 141, in __init__
    Live2D.__init__(self, filename, *args, update_function = update_function, **kwargs)
Exception: Could not load Live2D. b'libLive2DCubismCore.dylib' was not found.

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

Full traceback:
  File "game/Characters/Jock/jock.rpy", line 2, in script
    image _jock = MiraLive2D("jock", "images/Models/Jock_1_Standing", update_function = Mira_Live2D_Updater, base = 1.0, height = 1.1)
  File "/Users/user/Downloads/renpy-8.3.3-sdk/renpy/ast.py", line 920, in execute
    img = renpy.python.py_eval_bytecode(self.code.bytecode)
  File "/Users/user/Downloads/renpy-8.3.3-sdk/renpy/python.py", line 1202, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/Characters/Jock/jock.rpy", line 2, in <module>
    image _jock = MiraLive2D("jock", "images/Models/Jock_1_Standing", update_function = Mira_Live2D_Updater, base = 1.0, height = 1.1)
  File "game/Classes/Display_Classes/MiraLive2D.rpy", line 141, in __init__
    Live2D.__init__(self, filename, *args, update_function = update_function, **kwargs)
  File "/Users/user/Downloads/renpy-8.3.3-sdk/renpy/gl2/live2d.py", line 589, in __init__
    common = self.common
  File "/Users/user/Downloads/renpy-8.3.3-sdk/renpy/gl2/live2d.py", line 540, in common
    return self.create_common()
  File "/Users/user/Downloads/renpy-8.3.3-sdk/renpy/gl2/live2d.py", line 528, in create_common
    rv = Live2DCommon(self.filename, self.default_fade)
  File "/Users/user/Downloads/renpy-8.3.3-sdk/renpy/gl2/live2d.py", line 190, in __init__
    init()
  File "/Users/user/Downloads/renpy-8.3.3-sdk/renpy/gl2/live2d.py", line 97, in init
    onetime_init()
  File "/Users/user/Downloads/renpy-8.3.3-sdk/renpy/gl2/live2d.py", line 70, in onetime_init
    raise Exception("Could not load Live2D. {} was not found.".format(dll))
Exception: Could not load Live2D. b'libLive2DCubismCore.dylib' was not found.

macOS-15.1.1-arm64-arm-64bit arm64
Ren'Py 8.3.3.24111502
A Very Full House 0.32.4
Fri Dec 20 00:13:39 2024
I'm having problems to run in mac os, someone could help me with this?
 

MetaMira

Active Member
Game Developer
Sep 14, 2021
591
1,546
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/Characters/Jock/jock.rpy", line 2, in script
    image _jock = MiraLive2D("jock", "images/Models/Jock_1_Standing", update_function = Mira_Live2D_Updater, base = 1.0, height = 1.1)
  File "game/Characters/Jock/jock.rpy", line 2, in <module>
    image _jock = MiraLive2D("jock", "images/Models/Jock_1_Standing", update_function = Mira_Live2D_Updater, base = 1.0, height = 1.1)
  File "game/Classes/Display_Classes/MiraLive2D.rpy", line 141, in __init__
    Live2D.__init__(self, filename, *args, update_function = update_function, **kwargs)
Exception: Could not load Live2D. b'libLive2DCubismCore.dylib' was not found.

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

Full traceback:
  File "game/Characters/Jock/jock.rpy", line 2, in script
    image _jock = MiraLive2D("jock", "images/Models/Jock_1_Standing", update_function = Mira_Live2D_Updater, base = 1.0, height = 1.1)
  File "/Users/user/Downloads/renpy-8.3.3-sdk/renpy/ast.py", line 920, in execute
    img = renpy.python.py_eval_bytecode(self.code.bytecode)
  File "/Users/user/Downloads/renpy-8.3.3-sdk/renpy/python.py", line 1202, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/Characters/Jock/jock.rpy", line 2, in <module>
    image _jock = MiraLive2D("jock", "images/Models/Jock_1_Standing", update_function = Mira_Live2D_Updater, base = 1.0, height = 1.1)
  File "game/Classes/Display_Classes/MiraLive2D.rpy", line 141, in __init__
    Live2D.__init__(self, filename, *args, update_function = update_function, **kwargs)
  File "/Users/user/Downloads/renpy-8.3.3-sdk/renpy/gl2/live2d.py", line 589, in __init__
    common = self.common
  File "/Users/user/Downloads/renpy-8.3.3-sdk/renpy/gl2/live2d.py", line 540, in common
    return self.create_common()
  File "/Users/user/Downloads/renpy-8.3.3-sdk/renpy/gl2/live2d.py", line 528, in create_common
    rv = Live2DCommon(self.filename, self.default_fade)
  File "/Users/user/Downloads/renpy-8.3.3-sdk/renpy/gl2/live2d.py", line 190, in __init__
    init()
  File "/Users/user/Downloads/renpy-8.3.3-sdk/renpy/gl2/live2d.py", line 97, in init
    onetime_init()
  File "/Users/user/Downloads/renpy-8.3.3-sdk/renpy/gl2/live2d.py", line 70, in onetime_init
    raise Exception("Could not load Live2D. {} was not found.".format(dll))
Exception: Could not load Live2D. b'libLive2DCubismCore.dylib' was not found.

macOS-15.1.1-arm64-arm-64bit arm64
Ren'Py 8.3.3.24111502
A Very Full House 0.32.4
Fri Dec 20 00:13:39 2024
I'm having problems to run in mac os, someone could help me with this?
You're trying to run the game with the Ren'py SDK. You'll either need to A) Run AVFH from the .exe in the game folder, or B) download the Live2D SDK and install it for Ren'py.
 

Aenys_Faelin

Member
May 13, 2018
118
391
New technical update and a Renpy update? Man the code is gonna be bricked god damn lmao. Good to see more additions to cheerleader and firebrand, can't wait for more.
 
Oct 26, 2024
137
107
Did the mod for telling you what progress you have made and whats left to do ever get updated? Shame if not, and even more as shame that the dev couldn't implement it. It's one of those games where a lot of time can be wasted and getting nothing done as you do not know the conditions to proceed with the next steps.
 

Napalm12

Newbie
Sep 23, 2022
98
204
Did the mod for telling you what progress you have made and whats left to do ever get updated? Shame if not, and even more as shame that the dev couldn't implement it. It's one of those games where a lot of time can be wasted and getting nothing done as you do not know the conditions to proceed with the next steps.
The mod "A Very Full Guide" was last updated 2 months ago in the dev discord. Check the threads in the mod releases space for all mods.
 
Last edited:

testers123456

Newbie
Feb 16, 2023
85
67
Did the mod for telling you what progress you have made and whats left to do ever get updated? Shame if not, and even more as shame that the dev couldn't implement it.
I really don't see why the mod would need updating. It'd basically be a waste of their time to do it when there is a perfectly good walkthrough guide already built into the VN.
 
  • Like
Reactions: osanaiko

Vandalbear

Newbie
Mar 10, 2020
47
45
Is there any actual vaginal/anal intercourse yet???? I ask this because I think believe ive gone as far as I can and all Ive gotten are boobjobs, handjobs, and fingering.
 
  • Thinking Face
Reactions: osanaiko

Unwatched

Member
Jun 1, 2017
113
232
Is there any actual vaginal/anal intercourse yet???? I ask this because I think believe ive gone as far as I can and all Ive gotten are boobjobs, handjobs, and fingering.
From what I recall, i'm 100% there is nerd and slacker vaginal, but you need to fulfill CP requirments and then trigger events on certain days. For Jock i'm not sure, haven't played in a while.
 
  • Like
Reactions: osanaiko

Takkatakka

Engaged Member
Nov 11, 2022
3,122
10,255
Is there any actual vaginal/anal intercourse yet???? I ask this because I think believe ive gone as far as I can and all Ive gotten are boobjobs, handjobs, and fingering.
There are two scenes each now with each of the three sons, but most of them are very convoluted to get. Without the walkthrough mod I would've never found most of them, I guess.
 

testers123456

Newbie
Feb 16, 2023
85
67
There are two scenes each now with each of the three sons, but most of them are very convoluted to get. Without the walkthrough mod I would've never found most of them, I guess.
I dunno, I think you'd easily find the one with slacker in his room while watching tv with him and the one with jock when he gives you a massage.
 

Takkatakka

Engaged Member
Nov 11, 2022
3,122
10,255
I dunno, I think you'd easily find the one with slacker in his room while watching tv with him and the one with jock when he gives you a massage.
Since those also need a certain chore to be active you might miss that easily if you don't repeat it constantly and at some point the chore is active or you just "luck" into it by having the chore active by chance when you first do the events.

The easiest is probably the nerd event during the night, since he simply needs to be aroused enough, I think (plus high enough CLs of course).
 
4.10 star(s) 55 Votes