Hey all,
Firstly has anyone had any success playing mod files with SDL_mixer (or any other module format)?
After having a look at the makefile for SDL_mixer it looks like Mikmod is included my default but:
- When I try and play a mod file using Mix_Music I get a core dump
- When I try and play a mod file using Mix_Chunk I get a debug message saying unsupported format
- I can play the mod file using Mikmod on my PC (so it's not a corrupt mod)
I can play WAV files so this isn't a general sound problem.
Also I'm having trouble building SDL_Port and SDL_mixer myself:
- SDL_Port builds fine but when using it I get no sound at all (not even WAV files play but no errors)
- SDL_mixer complains about the "effect_position" file but I'll have to take another look at that (I'm posting this away from home)
Any suggestions?
Thanks in advance ;-)