scp-fs2open / fs2open.github.com

Origin Repository for SCP FreeSpace 2 Open
https://www.hard-light.net/
Other
397 stars 157 forks source link

Nintendo Switch controllers cause FSO to crash #5405

Open Vakarias opened 1 year ago

Vakarias commented 1 year ago

Title largely sums this up. If a Switch controller is connected, FSO will crash with an assert from SDL_JoystickOpen.

File: joy-sdl.cpp
Line: 540
Failed to open a joystick, get a coder!
z64555 commented 1 year ago

An inspection by @qazwsxal and @JohnAFernandez last night revealed an assert was being triggered within the constructor of io::joystick::Joystick defined at joy-sdl.cpp:544.

z64555 commented 1 year ago

@Vakarias Is the crash still occurring?