It workedd thank you so much
skittlezxtc
Recent community posts
I tried adding that file to MAC OS contents for the new game file specific for macbook
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 28, in script
File "game/script.rpy", line 28, in <module>
File "renpy/gl2/live2dcsm.pxi", line 243, in renpy.gl2.live2dmodel.load
Exception: csmGetDrawableMultiplyColors not found in Live2D dll /private/var/folders/gm/3jzxsj257djc4cjbwpr671tw0000gn/T/AppTranslocation/32DF0F0F-7A0F-4EBA-ACDB-7C8CC51A849F/d/Hicked.app/Contents/MacOS/libLive2DCubismCore.dylib. (The dll could be an old version.)
-- Full Traceback ------------------------------------------------------------
Traceback (most recent call last):
File "game/script.rpy", line 28, in script
File "renpy/ast.py", line 1273, in execute
img = renpy.python.py_eval_bytecode(self.code.bytecode)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File "renpy/python.py", line 1298, in py_eval_bytecode
return eval(bytecode, globals, locals)
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "game/script.rpy", line 28, in <module>
File "renpy/gl2/live2d.py", line 644, in __init__
common = self.common
^^^^^^^^^^^
File "renpy/gl2/live2d.py", line 596, in common
return self.create_common()
~~~~~~~~~~~~~~~~~~^^
File "renpy/gl2/live2d.py", line 584, in create_common
rv = Live2DCommon(self.filename, self.default_fade)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/gl2/live2d.py", line 210, in __init__
init()
~~~~^^
File "renpy/gl2/live2d.py", line 94, in init
onetime_init()
~~~~~~~~~~~~^^
File "renpy/gl2/live2d.py", line 69, in onetime_init
if not renpy.gl2.live2dmodel.load(dll): # type: ignore
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^
File "renpy/gl2/live2dcsm.pxi", line 243, in renpy.gl2.live2dmodel.load
Exception: csmGetDrawableMultiplyColors not found in Live2D dll /private/var/folders/gm/3jzxsj257djc4cjbwpr671tw0000gn/T/AppTranslocation/32DF0F0F-7A0F-4EBA-ACDB-7C8CC51A849F/d/Hicked.app/Contents/MacOS/libLive2DCubismCore.dylib. (The dll could be an old version.)
macOS-10.16-x86_64-i386-64bit x86_64
Ren'Py 8.4.2.25091301+nightly
Hicked 0.69
Mon Jan 5 00:27:14 2026
[/code]

I tried the first solution of copying the "libLive2DCubismCore.dylib" file to Package contents MAC OS folder in the game file, it did not open at all. I tried the mac version, it did open but it's showing this error below. 
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 28, in script
File "game/script.rpy", line 28, in <module>
Exception: Could not load Live2D. b'libLive2DCubismCore.dylib' was not found.
-- Full Traceback ------------------------------------------------------------
Traceback (most recent call last):
File "game/script.rpy", line 28, in script
File "renpy/ast.py", line 1273, in execute
img = renpy.python.py_eval_bytecode(self.code.bytecode)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File "renpy/python.py", line 1298, in py_eval_bytecode
return eval(bytecode, globals, locals)
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "game/script.rpy", line 28, in <module>
File "renpy/gl2/live2d.py", line 644, in __init__
common = self.common
^^^^^^^^^^^
File "renpy/gl2/live2d.py", line 596, in common
return self.create_common()
~~~~~~~~~~~~~~~~~~^^
File "renpy/gl2/live2d.py", line 584, in create_common
rv = Live2DCommon(self.filename, self.default_fade)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/gl2/live2d.py", line 210, in __init__
init()
~~~~^^
File "renpy/gl2/live2d.py", line 94, in init
onetime_init()
~~~~~~~~~~~~^^
File "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-10.16-x86_64-i386-64bit x86_64
Ren'Py 8.4.2.25091301+nightly
Hicked 0.69
Mon Jan 5 00:19:30 2026
[/code]

It didn't work
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 28, in script
File "game/script.rpy", line 28, in <module>
Exception: Could not load Live2D. b'libLive2DCubismCore.dylib' was not found.
-- Full Traceback ------------------------------------------------------------
Traceback (most recent call last):
File "game/script.rpy", line 28, in script
File "renpy/ast.py", line 1273, in execute
img = renpy.python.py_eval_bytecode(self.code.bytecode)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File "renpy/python.py", line 1298, in py_eval_bytecode
return eval(bytecode, globals, locals)
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "game/script.rpy", line 28, in <module>
File "renpy/gl2/live2d.py", line 644, in __init__
common = self.common
^^^^^^^^^^^
File "renpy/gl2/live2d.py", line 596, in common
return self.create_common()
~~~~~~~~~~~~~~~~~~^^
File "renpy/gl2/live2d.py", line 584, in create_common
rv = Live2DCommon(self.filename, self.default_fade)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/gl2/live2d.py", line 210, in __init__
init()
~~~~^^
File "renpy/gl2/live2d.py", line 94, in init
onetime_init()
~~~~~~~~~~~~^^
File "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-10.16-x86_64-i386-64bit x86_64
Ren'Py 8.4.2.25091301+nightly
Hicked 0.69
Sun Jan 4 05:06:21 2026
```
