Closed Starbuck5 closed 9 months ago
There has been no changes at all in tracker code, neither in SDL_mixer itself nor in its backends, between 2.6.2 and 2.6.3
Maybe something to do with the way binaries are built and / or packaged?
CC: @slouken
Assuming that you are a windows user, it looks like that the official 2.6.3 windows builds were not configured for tracker music. So it really is an issue with the way the binaries are built.
Yep that makes sense.
For the meantime I've gone down to 2.6.2, but it would be nice to have it resolved in the next release of course.
Thanks for looking into it!
This is fixed for the 2.8 release!
Thanks!
I'm one of the developers of pygame-ce, and one of our users reported
xm
files not being playable in our latest version, which uses 2.6.3. I swapped out for 2.6.2 in a build and it worked there.Additional context: Windows, 64 bit, using the -devel-vc packages from the Github releases.
I made a minimum reproducible example in C, below. Using 2.6.2, this plays successfully. Using 2.6.3, I get the error "Unrecognized audio format."
Example XM file: surfonasinewave.zip