https://bugs.winehq.org/show_bug.cgi?id=46711
--- Comment #59 from Gerold Gerold.Ruhland@gmail.com --- It took me 2 days but finally I managed to create a 32-Bit version of Wine 4.4 with your patches. I can confirm, that your test-program "hid_test.exe" is working now (did not crash anymore) and my test-program "HIDTest.exe" is also working.
Another test-program returned the following error: wine: Call from 0x7b441f9c to unimplemented function hid.dll.HidD_GetIndexedString, aborting
Maybe this can be implemented too.
The original program for this HID device is now also able to detect and work with the device. I only saw this error message for now:
0009:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
Maybe not important for the original program, cause everything worked fine so far.
BTW: After using ./configure I got a lot of messages telling me, that libs are not installed. I only installed these libs to get a working version with your patch:
sudo apt-get install libc-dev sudo apt-get install libx11-dev sudo apt-get install libfreetype6-dev:i386 sudo apt-get install libudev-dev:i386 sudo apt-get install libgnutls28-devel:i386
(for Linux Mint 19-1 32-Bit Mate)
Exists a script or command to install all missing libs faster?