Document Actions

Response #5 to "Current SVN (808) broken, exit on Error #6"

View issue in full
Do you have any other SDL related code in your project?

Which version of SDL and SDL_mixer do you use? Which version of pulseaudio?

According to the SDL source, the only possible arithmetic crash in Mix_FadeInMusicPos() is a division by zero that occurs if a global variable is zero. This global variable is initialized at SDL mixer initialization, i.e. when the component is loaded. This global variable can be zero only if the internal sound buffer is zero bytes, which should not be possible.

So I have no idea...