Some RenPy games have started crashing when starting. Here's an error message:
Can anyone decipher what could cause this?
I have a late 2012 Macbook Pro with running Mojave 10.14.6 so yeah, the equipment is old but this only relates to some games, like the one in the example code. Same error happens when trying to open the game from RenPy developer so the issue is not the game package.
Code:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/Cell01_ArtDIVISION.rpy", line 1746, in <module>
Exception: Could not load Live2D. b'/private/var/folders/yh/cm8swrdx44lg5s_t5_jspfm40000gn/T/AppTranslocation/B2EF704D-17FB-4386-AE91-653F61A2FA2D/d/Once a Porn a Time Chapt2 v0.8.app/Contents/MacOS/libLive2DCubismCore.dylib' was not found.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "Cell01_ArtDIVISION.rpyc", line 1746, in script
File "/private/var/folders/yh/cm8swrdx44lg5s_t5_jspfm40000gn/T/AppTranslocation/B2EF704D-17FB-4386-AE91-653F61A2FA2D/d/Once a Porn a Time Chapt2 v0.8.app/Contents/Resources/autorun/renpy/ast.py", line 1237, in execute
img = renpy.python.py_eval_bytecode(self.code.bytecode)
File "/private/var/folders/yh/cm8swrdx44lg5s_t5_jspfm40000gn/T/AppTranslocation/B2EF704D-17FB-4386-AE91-653F61A2FA2D/d/Once a Porn a Time Chapt2 v0.8.app/Contents/Resources/autorun/renpy/python.py", line 1146, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/Cell01_ArtDIVISION.rpy", line 1746, in <module>
File "/private/var/folders/yh/cm8swrdx44lg5s_t5_jspfm40000gn/T/AppTranslocation/B2EF704D-17FB-4386-AE91-653F61A2FA2D/d/Once a Porn a Time Chapt2 v0.8.app/Contents/Resources/autorun/renpy/gl2/live2d.py", line 566, in __init__
common = self.create_common(default_fade)
File "/private/var/folders/yh/cm8swrdx44lg5s_t5_jspfm40000gn/T/AppTranslocation/B2EF704D-17FB-4386-AE91-653F61A2FA2D/d/Once a Porn a Time Chapt2 v0.8.app/Contents/Resources/autorun/renpy/gl2/live2d.py", line 510, in create_common
rv = Live2DCommon(self.filename, default_fade)
File "/private/var/folders/yh/cm8swrdx44lg5s_t5_jspfm40000gn/T/AppTranslocation/B2EF704D-17FB-4386-AE91-653F61A2FA2D/d/Once a Porn a Time Chapt2 v0.8.app/Contents/Resources/autorun/renpy/gl2/live2d.py", line 186, in __init__
init()
File "/private/var/folders/yh/cm8swrdx44lg5s_t5_jspfm40000gn/T/AppTranslocation/B2EF704D-17FB-4386-AE91-653F61A2FA2D/d/Once a Porn a Time Chapt2 v0.8.app/Contents/Resources/autorun/renpy/gl2/live2d.py", line 93, in init
onetime_init()
File "/private/var/folders/yh/cm8swrdx44lg5s_t5_jspfm40000gn/T/AppTranslocation/B2EF704D-17FB-4386-AE91-653F61A2FA2D/d/Once a Porn a Time Chapt2 v0.8.app/Contents/Resources/autorun/renpy/gl2/live2d.py", line 66, in onetime_init
raise Exception("Could not load Live2D. {} was not found.".format(dll))
Exception: Could not load Live2D. b'/private/var/folders/yh/cm8swrdx44lg5s_t5_jspfm40000gn/T/AppTranslocation/B2EF704D-17FB-4386-AE91-653F61A2FA2D/d/Once a Porn a Time Chapt2 v0.8.app/Contents/MacOS/libLive2DCubismCore.dylib' was not found.
macOS-10.14.6-x86_64-i386-64bit x86_64
Ren'Py 8.1.1.23060707
v0.8
Thu Nov 23 21:30:56 2023
```
I have a late 2012 Macbook Pro with running Mojave 10.14.6 so yeah, the equipment is old but this only relates to some games, like the one in the example code. Same error happens when trying to open the game from RenPy developer so the issue is not the game package.