https://bugs.winehq.org/show_bug.cgi?id=54697
Bug ID: 54697 Summary: Gaming.Input is not working with RAW controller API Product: Wine Version: 8.3 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: windows.gaming.input Assignee: wine-bugs@winehq.org Reporter: winrazor@gmail.com Distribution: ---
Hello, I'm trying to run .Net Framework 7.0 application with Gamin.Input Raw device API on Ubuntu Linux and have the following error:
fixme:input:controller_QueryInterface {43c0c035-bb73-4756-a787-3ed6bea617bd} not implemented, returning E_NOINTERFACE
Connected device is detected but it cannot read info from device.
Tried with 2 different controllers: Trustmaster Dual Trigger and Xbox Series S by cable, and have the same problem.
Wine 8.3 Staging is configured for Windows 11. In Windows 11 application works.
Do you have an idea?
Thanks is advance. Timur.
https://bugs.winehq.org/show_bug.cgi?id=54697
--- Comment #1 from winrazor@gmail.com --- In the release of Wine 8.0 was specified that WinRT Gaming.Input is implemented, so I'm expecting it should work in 8.3.
https://bugs.winehq.org/show_bug.cgi?id=54697
Rémi Bernon rbernon@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rbernon@codeweavers.com
--- Comment #2 from Rémi Bernon rbernon@codeweavers.com --- Yes, that's the IRawGameController2 interface and it is currently not implemented. It shouldn't be too hard to add but it might take a bit of time as it exposes access to the raw HID haptics motors, which would need to be implemented specifically for W.G.I.
https://bugs.winehq.org/show_bug.cgi?id=54697
--- Comment #3 from winrazor@gmail.com --- Ok, but maybe it is possible to add this interface without haptics? There are not so many devices with haptics motors.
https://bugs.winehq.org/show_bug.cgi?id=54697
--- Comment #4 from winrazor@gmail.com --- I can participate as tester of this feature, I have many different controllers.
https://bugs.winehq.org/show_bug.cgi?id=54697
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de Severity|blocker |normal