Tried to open the game and got the below.
I'm on Mac.
```
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 9, in __init__
Live2D.__init__(self, filename, *args, update_function = update_function, **kwargs)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Exception: Could not load Live2D.
b'/Users//Downloads/AVeryFullHouse.app/Contents/MacOS/libLive2DCubismCore.dylib' was not found.
-- Full Traceback ------------------------------------------------------------
Traceback (most recent call last):
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 "renpy/ast.py", line 1273, in execute
img = renpy.python.py_eval_bytecode(self.code.bytecode)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File "renpy/python.py", line 1285, 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 9, in __init__
Live2D.__init__(self, filename, *args, update_function = update_function, **kwargs)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/gl2/live2d.py", line 643, in __init__
common = self.common
^^^^^^^^^^^
File "renpy/gl2/live2d.py", line 595, in common
return self.create_common()
~~~~~~~~~~~~~~~~~~^^
File "renpy/gl2/live2d.py", line 583, in create_common
rv = Live2DCommon(self.filename, self.default_fade)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/gl2/live2d.py", line 209, in __init__
init()
~~~~^^
File "renpy/gl2/live2d.py", line 93, in init
onetime_init()
~~~~~~~~~~~~^^
File "renpy/gl2/live2d.py", line 69, in onetime_init
raise Exception("Could not load Live2D. {} was not found.".format(dll))
Exception: Could not load Live2D.
b'/Users//Downloads/AVeryFullHouse.app/Contents/MacOS/libLive2DCubismCore.dylib' was not found.
macOS-10.11.6-x86_64-i386-64bit x86_64
Ren'Py 8.4.1.25072401
A Very Full House 0.36.6
Sun Aug 10 11:12:07 2025
```