OldUnreal / Unreal-testing

OU 227 testing
Other
54 stars 0 forks source link

Can't find file for package ALAudio #306

Closed hosterholz closed 1 year ago

hosterholz commented 1 year ago

There is currently no sound on some Linux distributions out of the box. The log says

Can't find file for package ALAudio

Library libmpg123 for amd64 and arm64 can not be found on Raspbian/Debian/Ubuntu. The filename for the library on those distributions is libmpg123.so.0. libmpg123.so is not found.

See:

~/Unreal-testing/System64$ ldd ALAudio.so
    linux-vdso.so.1 (0x00007fffda9a7000)
    Engine.so => /home/hosterholz/Unreal-testing/System64/./Engine.so (0x00007f1b5347b000)
    libSDL2-2.0.so.0 => /lib/x86_64-linux-gnu/libSDL2-2.0.so.0 (0x00007f1b532d5000)
    libopenal.so.1 => /lib/x86_64-linux-gnu/libopenal.so.1 (0x00007f1b531ed000)
    libxmp.so.4 => /lib/x86_64-linux-gnu/libxmp.so.4 (0x00007f1b5316e000)
    libmpg123.so => not found
Smirftsch commented 1 year ago

added libxmp and libmpg into the repo, tell me if in need for something else :)

hosterholz commented 1 year ago

The libraries are need to be added to SystemARM.