Sam Lantinga

Results 1875 comments of Sam Lantinga

> Current SDL2 git is also failing this test. All 2.32.x releases are good. > > [libsdl-org/SDL@1c19bee](https://github.com/libsdl-org/SDL/commit/1c19bee0007729e4e05fb627ade0b1be0f414241) introduced the failure Okay, so we need to root cause why SDL2 is...

So after investigation, this change was introduced in https://github.com/libsdl-org/SDL/commit/80cbc908a118527bf159e86888c33b8d6ccd0eeb, which is a legitimate bug fix where the x and y values of the rectangle were left uninitialized, and this caused...

FYI, removing the bundled libSDL_mixer is important, there was a data alignment bug in the original mixer that might be causing this crash.

> FWIW, I have a [super-hacky half-finished proof-of-concept](https://github.com/sulix/sdl12-compat/commit/cdio) to implement CD-audio using libcdio_paranoia Sure! Edit: Oops, @icculus pointed out this has an incompatible license, never mind.