[Bug 52101] The winebus.sys process crashes in lnxev mode when a keyboard key is pressed.

WineHQ Bugzilla wine-bugs at winehq.org
Fri Nov 26 00:27:44 CST 2021


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

--- Comment #2 from Rémi Bernon <rbernon at codeweavers.com> ---
Interesting, although I don't think we're supposed to support keyboard or mouse
devices this way, at least not for now, as winebus.sys is really only written
for joysticks and gamepad devices.

I think the problem is either, that we send a report before the device has been
started, or that the device doesn't have any report, or that it's not been
started at all maybe because the hidclass.sys driver didn't match it somehow.

I guess the first case may also happen with any device if anything is pressed
after the device has been created and before it has received the
IRP_MN_START_DEVICE request (or after IRP_MN_REMOVE_DEVICE if it's being
forcefully removed from the Win32 side).

-- 
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