https://bugs.winehq.org/show_bug.cgi?id=39259
Bug ID: 39259 Summary: BTHPROPS.DLL and BLUETOOTHAPIS.DLL not found Product: Wine Version: unspecified Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: agajania@cs.newpaltz.edu Distribution: ---
We use an enterprise reporting solution. I have been running it successfully with Wine for some time. However, when I run the latest version, it doesn't work. I see the following error messages displayed in the terminal:
err:module:import_dll Library BTHPROPS.DLL (which is needed by L"Z:\tmp\reportClient.exe") not found err:module:import_dll Library BLUETOOTHAPIS.DLL (which is needed by L"Z:\tmp\reportClient.exe") not found
When I searched for more information about these error messages, I see that there are other users having issues with these two libraries.
I did locate a successful workaround for this problem. A user of an application named FileOptimizer discovered it:
Quote:
Here's how I did it: I found the smallest DLL inside the FileOptimizer Plugins folder, which happened zlib.dll. I copied that file twice to the main FileOptimizer folder, renaming one of them to bthprops.dll and the other one to blutoothapis.dll. (They had to be lowercase.)
The discussion URL is http://sourceforge.net/p/nikkhokkho/discussion/fileoptimizer/thread/3127cff9...
I looked for DLLs in my .wine folder but when I tried to use them in the manner described above, they had dependency issues. So, I ended up downloading FileOptimizer and extracting zlib.dll. This seems to be working fine.