Sam Lantinga

Results 1865 comments of Sam Lantinga

Can you debug it and see what's going on?

Ideally you can run the app under Visual Studio to catch any crash or debug output. @endrift might have some insight here as well.

I updated to the latest available firmware (5.23.6.0) and it's working fine here. What firmware version do you have?

If I grab the SDL source code and run testcontroller, this is the output I see: ``` Using udev for HIDAPI joystick device discovery Added HIDAPI device 'Xbox One Elite...

I'm surprised the X button is left out, it's packed in with the other buttons so it's not like we're looking at the wrong part of the report for the...

Can you grab the SDL source and add `#define DEBUG_XBOX_PROTOCOL` to the top of src/joystick/hidapi/SDL_hidapi_xboxone.c and build and run testcontroller? You'll probably need to debug to see exactly what's going...

Can you send me e-mail at [email protected] and we can coordinate a Zoom call to debug this?

@Flame-999, this should be fixed now, can you update to the latest main code and see if it works for you?

Hmm, that's really weird. Can you edit src/joystick/hidapi/SDL_report_descriptor.c and add `#define DEBUG_DESCRIPTOR` to the top and give us the output of testcontroller?

Great, can you edit SDL_hidapi_xboxone.c and enable (`#if 1`) DEBUG_XBOX_PROTOCOL and then once testcontroller starts, press and release the X button and quit?