Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

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]