I keep getting this error when I try to run it on my mac. Anybody have any suggestions?
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/characters/Amahl/displayables/monster.rpy", line 158, in <module>
Exception: Could not load Live2D. b'/private/var/folders/xs/pqb613m16bj86m31rxmqx8vm0000gn/T/AppTranslocation/A0FDA1FE-15E5-4992-A291-14D006AE8A9D/d/TheNullHypothesis.app/Contents/MacOS/libLive2DCubismCore.dylib' was not found.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "characters/Amahl/displayables/monster.rpyc", line 158, in script
File "/private/var/folders/xs/pqb613m16bj86m31rxmqx8vm0000gn/T/AppTranslocation/A0FDA1FE-15E5-4992-A291-14D006AE8A9D/d/TheNullHypothesis.app/Contents/Resources/autorun/renpy/ast.py", line 923, in execute
img = renpy.python.py_eval_bytecode(self.code.bytecode)
File "/private/var/folders/xs/pqb613m16bj86m31rxmqx8vm0000gn/T/AppTranslocation/A0FDA1FE-15E5-4992-A291-14D006AE8A9D/d/TheNullHypothesis.app/Contents/Resources/autorun/renpy/python.py", line 1213, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/characters/Amahl/displayables/monster.rpy", line 158, in <module>
File "/private/var/folders/xs/pqb613m16bj86m31rxmqx8vm0000gn/T/AppTranslocation/A0FDA1FE-15E5-4992-A291-14D006AE8A9D/d/TheNullHypothesis.app/Contents/Resources/autorun/renpy/gl2/live2d.py", line 605, in __init__
common = self.common
File "/private/var/folders/xs/pqb613m16bj86m31rxmqx8vm0000gn/T/AppTranslocation/A0FDA1FE-15E5-4992-A291-14D006AE8A9D/d/TheNullHypothesis.app/Contents/Resources/autorun/renpy/gl2/live2d.py", line 552, in common
return self.create_common()
File "/private/var/folders/xs/pqb613m16bj86m31rxmqx8vm0000gn/T/AppTranslocation/A0FDA1FE-15E5-4992-A291-14D006AE8A9D/d/TheNullHypothesis.app/Contents/Resources/autorun/renpy/gl2/live2d.py", line 539, in create_common
rv = Live2DCommon(self.filename, self.default_fade)
File "/private/var/folders/xs/pqb613m16bj86m31rxmqx8vm0000gn/T/AppTranslocation/A0FDA1FE-15E5-4992-A291-14D006AE8A9D/d/TheNullHypothesis.app/Contents/Resources/autorun/renpy/gl2/live2d.py", line 177, in __init__
init()
File "/private/var/folders/xs/pqb613m16bj86m31rxmqx8vm0000gn/T/AppTranslocation/A0FDA1FE-15E5-4992-A291-14D006AE8A9D/d/TheNullHypothesis.app/Contents/Resources/autorun/renpy/gl2/live2d.py", line 94, in init
onetime_init()
File "/private/var/folders/xs/pqb613m16bj86m31rxmqx8vm0000gn/T/AppTranslocation/A0FDA1FE-15E5-4992-A291-14D006AE8A9D/d/TheNullHypothesis.app/Contents/Resources/autorun/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'/private/var/folders/xs/pqb613m16bj86m31rxmqx8vm0000gn/T/AppTranslocation/A0FDA1FE-15E5-4992-A291-14D006AE8A9D/d/TheNullHypothesis.app/Contents/MacOS/libLive2DCubismCore.dylib' was not found.
macOS-10.13.6-x86_64-i386-64bit x86_64
Ren'Py 8.4.0.24111104+unofficial
The Null Hypothesis 0.7b.beta
Tue Dec 17 16:12:07 2024
```