http://bugs.winehq.org/show_bug.cgi?id=20395
Summary: Wolfenstein (2009): MP mouse input not handled Product: Wine Version: 1.1.31 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: directx-dinput AssignedTo: wine-bugs@winehq.org ReportedBy: nwarrenfl@gmail.com
The game runs fine (good framerates), however the game (MP part) is unplayable because the game doesn't react at all to mouse movements. The mouse is however working in the menu.
After debugging the user32 channel, i found this: fixme:win:RegisterRawInputDevices (pRawInputDevices=0x229eb74, uiNumDevices=1, cbSize=12) stub!
Maybe this stub is the problem, i tried the patch from bug #10318, however it didn't fix the problem.
I'll attach the 2 debug logs, the first one with +user32 and the second with +x11drv.