Ryan C. Gordon

Results 1352 comments of Ryan C. Gordon

Nope, that didn't fix it. I'm starting to believe this is a macOS bug; the internet (since Mac OS X 10.5, apparently) has been asking "why does this error pop...

Okay, I've moved the SDL coreaudio code out to a standalone program that still reproduces the issue, which is to say this could _still_ be our bug, since it's still...

> In default_device_changed() it looks like this->hidden is null. If I change the code to add a check for null the crash seems to be fixed, does this seem like...

> If I try to re-open the default device after seeing the first -66681 error message, Actually, my guess is that once you see this, _everything_ has gone haywire at...

I added some code to SDL2 to make sure that the device pointer is still valid before accessing it, which hopefully will resolve the crash you're seeing. It won't help...

We didn't track default device changes at all in 2.0.12, so the crashing code didn't exist yet. I assume the bluetooth disconnect hang still happens, though.

I don't think we're going to add this to the 2D API.