JudasIscariot: Hi,
Please make sure you have the following packages (or their equivalent in Fedora :) )
libsdl2-2.0-0 libsdl2-mixer-2.0-0
These should be the 64-bit versions.
We will be adding this to the game card :)
juanfgs: Hello I already had SDL2-mixer installed. But your answer pointed me to the correct direction. I noticed the music is packed in mp3. Fedora doesn't ship SDL2-Mixer compiled with Mp3 support. So I installed libmad-devel and compiled SDL2-mixer with the following parameters:
./configure --prefix=/usr --enable-music-ogg --enable-music-libmikmod \
--enable-music-mp3-mad-gpl --disable-music-native-midi --enable-music-timidity-midi
After that ingame music worked perfectly. However this is a complicated way to solve it for most users, it would be easier if you guys could pack your music in .ogg which is probably supported by default by all distros
Thanks!
You may want to send the developers an email about it then because I don't think just changing the music files to .ogg will do, it may be something tied into the game itself :)