SDL_mixer icon indicating copy to clipboard operation
SDL_mixer copied to clipboard

Official MSVC Builds Lack Support for Tracker Modules

Open Altazimuth opened this issue 1 year ago • 3 comments

Appears to be a regression since versions after 2.0.4. Tried to update to 2.6.3 but having troubles with Mix_LoadMUS_RW on module files (in this case an IT module). I tried compiling the 2.6.3 source myself using CMake and Visual Studio so I could debug it properly myself, but I get different results than what happens with the official releases. How are official SDL_mixer releases being compiled? I'd like to be able to figure out exactly what's going wrong here that modules are considered an unrecognised format, as maybe then I can help fix the issue.

Altazimuth avatar Apr 07 '23 09:04 Altazimuth

Hello,

I believe we might be having the same problem, here's what I reported yesterday: https://github.com/libsdl-org/SDL_mixer/issues/518

I'm not very familiar with tracker modules music files, but xm and it are similar things?

Try upgrading to 2.6.2 instead. I think this is a regression in 2.6.3 buildconfig somehow.

Starbuck5 avatar May 06 '23 19:05 Starbuck5

xm and it are both tracker modules for FastTracker 2 and Impule Tracker respectively if memory serves. Both will be handled by libmodplug. Anyway 2.6.2 does work. Thanks for the tip. Hopefully though the build config will be sorted in due course.

Altazimuth avatar May 07 '23 02:05 Altazimuth

Duplicate of https://github.com/libsdl-org/SDL_mixer/issues/518

slouken avatar Jan 14 '24 17:01 slouken