https://bugs.winehq.org/show_bug.cgi?id=57362
Bug ID: 57362 Summary: Using FTDI FTD2XX.dll Product: Wine Version: 6.0.3 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: usb Assignee: wine-bugs@winehq.org Reporter: hinkocevar@gmail.com Distribution: ---
I would like to use an app that wants FTDI dll. I've placed the dll in windows/system32/FTD2XX.dll but I'm still getting an error:
0230:err:module:import_dll Loading library FTD2XX.dll (which is needed by L"C:\ti\BatteryManagementStudio\ftdijniadapter.dll") failed (error c000007b). *** Enable Status = -129: Operation failed
How do I debug this?
https://bugs.winehq.org/show_bug.cgi?id=57362
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #1 from Zeb Figura z.figura12@gmail.com --- You haven't specified that you're using a 32-bit prefix, so this is probably because you've copied the 32-bit DLL into a 64-bit system32.
Moreover, though, you can't just copy ftd2xx.dll and expect things to work. ftd2xx.dll has dependencies; it needs to talk to the actual driver. You need to install the FTDI drivers properly.
https://bugs.winehq.org/show_bug.cgi?id=57362
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de
--- Comment #2 from Fabian Maurer dark.shadow4@web.de --- While we're at it, version 6.0.3 is pretty out of date.
https://bugs.winehq.org/show_bug.cgi?id=57362
hinkocevar@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED
--- Comment #3 from hinkocevar@gmail.com --- I tried 64-bit and 32-bit versions of the DLL and the 32-bit was the right one.
I copied all the 32-bit files from the FTDI vendor into the same folder as the executable and then the application found the FTD2XX.dll (at least there is no error printed anymore).
Thank you for your time!
https://bugs.winehq.org/show_bug.cgi?id=57362
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |INVALID
--- Comment #4 from Zeb Figura z.figura12@gmail.com --- Resolving INVALID as nothing was fixed in Wine.