On Monday, 24 November 2014 at 23:27:58 UTC, Jack wrote:
It's a common error but did you load the Mixer and SDL libraries?DerelictSDL2Mixer.load(); DerelictSDL2.load();And some code or output from gdb would be most helpful.
Oh.. I didn't know about the DerelictSDL2Mixer.load()!I thought the initialization of sdl_mixer was done with DerelictSDL2.load()
Thanks very much!! I'll try this tonight!(And yes, I know it's better to post some code but I forgot to bring the source code..)