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
I think this only happens after the gamepad was closed and we try to open it again.
To explain: The user can setup the device in a pad configuration dialog.
When the user exits the dialog, we close all the gamepads.
When the user then enters the dialog again, or plays a game, we open the configured gamepad again,
which is where the error occurs.
I also see this log message when the user closes the software:
app: Leaked SDL_Gamepad (0000015E15A85210)
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
One of our users can't get the Nintendo HORIPAD to work on windows 11.
It fails to connect with "HIDAPI device disconnected while opening"
Here's the link to the code:
https://github.com/RPCS3/rpcs3/blob/2d9a24d1d6ef0682cfed9ee04d411a8caac9f15a/rpcs3/Input/sdl_pad_handler.cpp
I think this only happens after the gamepad was closed and we try to open it again.
To explain: The user can setup the device in a pad configuration dialog.
When the user exits the dialog, we close all the gamepads.
When the user then enters the dialog again, or plays a game, we open the configured gamepad again,
which is where the error occurs.
I also see this log message when the user closes the software:
app: Leaked SDL_Gamepad (0000015E15A85210)
The text was updated successfully, but these errors were encountered: