https://bugs.winehq.org/show_bug.cgi?id=41428
--- Comment #14 from Dmitry Timoshkov dmitry@baikal.ru --- (In reply to Bruno Jesus from comment #13)
To fix this bug Wine should always use builtin DLL instead of native. Should only use native if explicitly configured in winecfg, not sure if that is possible but if my memory serves me right I recall about some "prefer builtin" comments in some Dll startup functions but I could not find an example.
http://source.winehq.org/git/wine.git/blob/HEAD:/dlls/xinput1_3/ xinput1_3_main.c#l42
Yes! It was so close, but I was "grepping" the files for "prefer builtin" instead of "prefer native", so just changing line 47 to TRUE is going to fix the issue, Dmitry?
Probably. Someone needs to make an actual change, recompile, and test it :)