thisismypassport / myinput

Maps keyboard keys to a virtual gamepad on a per-app basis, without having to install drivers.
MIT License
6 stars 0 forks source link

Wbem: failed creating device instance #1

Open ken8tech opened 4 months ago

ken8tech commented 4 months ago

In my log file, it says Wbem: failed creating device instance.

What is the problem? And how to solve? By the way I am running winlator in my android device.

thisismypassport commented 4 months ago

I'm not surprised - wine is a high-level (not an) emulator, so weird low level stuff like this probably won't work right.

I've tried this out as a lark (on WSL2, as a double lark), and it seems like - aside from registration not working due to lack of wine IFEO support - no key or mouse input works at all. (not sure why - perhaps some incompatibility of wine around lowlevel hooks or raw input?)

Plus, wine says it doesn't support CM_Locate_DevNodeW, which - together with that wbem error you saw (probably due to unsupported wbem apis) - will limit functionality even if input worked.