Drewol / unnamed-sdvx-clone

A game based on K-Shoot MANIA and Sound Voltex
MIT License
778 stars 93 forks source link

Problem with loading skins on mac build #652

Open itsnotjoke opened 1 year ago

itsnotjoke commented 1 year ago

I recently built the game on mac but I'm having problems loading any skins other than the default skin. I've tried the LiqidWave and Heavenly Express skins but whenever I back out of the menus, the game crashes. When getting back into the game, I'm greeted with this error prompt

...-sdvx-clone/bin/skins/LiqidWave-1.5.0/scripts/common.lua:4: module 'commonShared' not found: no field package.preload['commonShared'] no file '/usr/local/share/lua/5.3/commonShared.lua' no file '/usr/local/share/lua/5.3/commonShared/init.lua' no file '/usr/local/lib/lua/5.3/commonShared.lua' no file '/usr/local/lib/lua/5.3/commonShared/init.lua' no file './commonShared.lua' no file './commonShared/init.lua' no file '/Users/joshua/unnamed-sdvx-clone/bin/skins/LiqidWave-1.5.0/scripts/commonShared.lua' no file 'skins/LiqidWave-1.5.0/textures/_shared/scripts/commonShared.lua' no file '/usr/local/lib/lua/5.3/commonShared.so' no file '/usr/local/lib/lua/5.3/loadall.so' no file './commonShared.so' no file 'skins/LiqidWave-1.5.0/scripts/lib/commonShared.dll'

any help? I'm not computer savvy and this is the first time with this kind of technology. Let alone building up from scratch