http://bugs.winehq.org/show_bug.cgi?id=7770
Summary: IDirectInputAImpl_GetDeviceStatus is a stub Product: Wine Version: unspecified Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: wine-directx-dinput AssignedTo: wine-bugs@winehq.org ReportedBy: Speeddymon@gmail.com OtherBugsDependingO 1434,3747 nThis:
IDirectInputAImpl_GetDeviceStatus always returns DI_OK because it is a stub. This makes at least one game crash. A hacky patch was listed in the comments of bug 3747 that makes the function return DI_NOTATTACHED after 3 tries, which prevents the game from crashing, however we need a proper implementation.