You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Android build of SDL3 causes a SIGSEV when disconnecting a controller.
voidSDL_UpdateJoysticks(void)
{
/* this needs to happen AFTER walking the joystick list above, so that any dangling hardware data from removed devices can be free'd */for (i=0; i<SDL_arraysize(SDL_joystick_drivers); ++i) {
SDL_joystick_drivers[i]->Detect(); // THIS LINE
}
}
Attached is the log file generated by the JVM with info that may help. hs_err_pid12511.log
I wouldn't know how to debug this, so please let me know what more info you need.
The text was updated successfully, but these errors were encountered:
Android build of SDL3 causes a SIGSEV when disconnecting a controller.
Attached is the log file generated by the JVM with info that may help.
hs_err_pid12511.log
I wouldn't know how to debug this, so please let me know what more info you need.
The text was updated successfully, but these errors were encountered: