[Bug 51878] Gamepad / adapter not detected without legacy joystick backends.

WineHQ Bugzilla wine-bugs at winehq.org
Thu Oct 14 18:26:16 CDT 2021


https://bugs.winehq.org/show_bug.cgi?id=51878

Rémi Bernon <rbernon at codeweavers.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rbernon at codeweavers.com

--- Comment #2 from Rémi Bernon <rbernon at codeweavers.com> ---
Thanks for the report!

The "wine: Unhandled page fault on read access to 0000000000000000 at address
00000001C9232342 (thread 0074), starting debugger..." message is a bit worrying
and probably the cause of the issue.

>From the log I see that the device is detected as two different SDL joysticks,
but both with the same descriptor: "desc {vid 0810, pid 0001, version 0110,
input -1, uid 00000000, is_gamepad 1}, unix_device 00007FEDA80273B0" with index
0 and 1.

That may be the cause of the later crash when the axis is moved.

Could you try disabling SDL in the registry and see if it makes any difference?
You can do that by adding a "Enable SDL" option set to 0 in regedit, under the
key mentioned in https://wiki.winehq.org/Useful_Registry_Keys

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list