krishenriksen / AnberPorts

AnberPorts for Anbernic RG351P/M and RG351V running ArkOS, 351elec and The RA.
https://github.com/sponsors/krishenriksen
MIT License
104 stars 19 forks source link

FIX: Shadow Warrior not launching because ./lib folder is missing #42

Open romadu opened 3 years ago

romadu commented 3 years ago

Shadow Warrior won't load in a fresh install because Shadow Warrior.sh assumes that libfluidsynth.so.2 and libfluidsynth.so.1.7.2 are stored in /roms/ports/shadow-warrior/lib but the installer puts them into the game folder instead. Either create /roms/ports/shadow-warrior/lib and move the files there, or edit line 8 of Shadow Warrior.sh so that it reads export LD_LIBRARY_PATH=$GAMEDIR:$LIBDIR:/usr/lib (i.e. remove /lib after $GAMEDIR)