[Super-tux-devel] about the music crashs
Brought to you by:
wkendrick
From: Matze B. <ma...@br...> - 2004-04-28 12:44:23
|
Hi, Supertux still crashs from time to time when the music changes. I debugged this problem and I think I found the reason for these crashs inside the SDL_mixer/mikmod code. It seems a variable with the number of channels used for a module is used globally (which means for all modules) but is set each time you load a new module (I'll send details to SDL_mixer/mikmod lists soon). We should be able to workaround these problems in supertux by making sure that all our .mod files have the same number of channels. Maybe Marek or someone else could do this? Greetings, Matze |