Help on port Alien8 game (FMODex --> SDL_Mixer)


I compared the libs copied to the pnd lib folder with the one required by ldd.(excluding the one presents in nand)

The only suspicious are: libasound.so.2

the rest are:

libdl

librt

libts

libncurses

libresolv
Ok, but do you have a libsmpeg* copied? That should be the one handling MP3 playback.

You can left libasound out of the PND and use the one from the firmware.
 
Yes libsmpeg is already there copied from copy_libs.

Do you want the package to check with ssh ?
 
Last edited by a moderator:
Yes libsmpeg is already there copied from copy_libs.

Do you want the package to check with ssh ?
You can also grab my "krytaldrop" PND for example, and use the libSDL_mixer from there, with the dependencies that come with it, it should do the trick.
 
Just a remind for people that may need info on how to solve the lack of music streamed from a file in an Allegro/SDL project:

inside the lib directory of your port copy from codeblocks cli the libs that are in /mnt/utmp/codeblocks/usr/lib/allegro/.... (where .... are 4.4.2 or 4.4.1 depend of your version of allegro libs used)

Important: if you copy only the libs inside (without the modules.lst file) it won't work.

So in my case a have /Alien8/lib/allegro/4.4.2/

where there are

alleg-dga2.so

alleg-alsadigi.so

alleg-alsamidi.so

alleg-fbcon.so

modules.lst

Thanks again ptitSeb :)
 
Back
Top