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.
https://bugs.winehq.org/show_bug.cgi?id=39259
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com Summary|BTHPROPS.DLL and |BTHPROPS.DLL and |BLUETOOTHAPIS.DLL not found |BLUETOOTHAPIS.DLL are | |unimplemented
https://bugs.winehq.org/show_bug.cgi?id=39259
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch Status|UNCONFIRMED |NEW Ever confirmed|0 |1
--- Comment #1 from Austin English austinenglish@gmail.com --- https://source.winehq.org/patches/data/116508
note that bthprops.dll doesn't exist (as was mentioned in that other report). bthprops.cpl was added recently.
https://bugs.winehq.org/show_bug.cgi?id=39259
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |b533632c0337c05260e189a08d7 | |547913c04711f Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #2 from Austin English austinenglish@gmail.com --- (In reply to Austin English from comment #1)
https://source.winehq.org/patches/data/116508
note that bthprops.dll doesn't exist (as was mentioned in that other report). bthprops.cpl was added recently.
https://source.winehq.org/git/wine.git/commitdiff/b533632c0337c05260e189a08d...
fyi, bthprops.cpl was here: https://source.winehq.org/git/wine.git/commitdiff/b6710c2a006234ac1a729881e7...
https://bugs.winehq.org/show_bug.cgi?id=39259
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.55.
https://bugs.winehq.org/show_bug.cgi?id=39259
agajania@cs.newpaltz.edu changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |REOPENED Resolution|FIXED |---
--- Comment #4 from agajania@cs.newpaltz.edu --- I updated to 1.7.55 today in Fedora 22. When I try to run the reportClient.exe, it still gives an error looking for bthprops.dll.
$ rpm -q wine wine-1.7.55-1.fc22.i686
$ wine reportClient.exe fixme:winediag:start_process Wine Staging 1.7.55 is a testing version containing experimental patches. fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org. fixme:dwmapi:DwmIsCompositionEnabled 0x6d07106c fixme:iphlpapi:NotifyIpInterfaceChange (family 0, callback 0x6a07f9df, context 0x91ae40, init_notify 0, handle 0x11fe7b4): stub fixme:iphlpapi:CancelMibChangeNotify2 (handle (nil)): stub wine: configuration in '/home/username/.wine' has been updated. err:module:import_dll Library BTHPROPS.DLL (which is needed by L"Z:\home\username\reportClient\reportClient.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"Z:\home\username\reportClient\reportClient.exe" failed, status c0000135
Copying the bthprops.dll that I used previously (see comment #0) into the same directory as reportClient.exe allows reportClient.exe to run without this error.
https://bugs.winehq.org/show_bug.cgi?id=39259
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |FIXED
--- Comment #5 from Austin English austinenglish@gmail.com --- (In reply to agajania from comment #4)
I updated to 1.7.55 today in Fedora 22. When I try to run the reportClient.exe, it still gives an error looking for bthprops.dll.
$ rpm -q wine wine-1.7.55-1.fc22.i686
$ wine reportClient.exe fixme:winediag:start_process Wine Staging 1.7.55 is a testing version containing experimental patches. fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org. fixme:dwmapi:DwmIsCompositionEnabled 0x6d07106c fixme:iphlpapi:NotifyIpInterfaceChange (family 0, callback 0x6a07f9df, context 0x91ae40, init_notify 0, handle 0x11fe7b4): stub fixme:iphlpapi:CancelMibChangeNotify2 (handle (nil)): stub wine: configuration in '/home/username/.wine' has been updated.
You're reusing an existing prefix, you'll need to use a fresh one.
https://bugs.winehq.org/show_bug.cgi?id=39259
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Austin English austinenglish@gmail.com --- Closing.
https://bugs.winehq.org/show_bug.cgi?id=39259
--- Comment #7 from agajania@cs.newpaltz.edu --- (In reply to Austin English from comment #5)
You're reusing an existing prefix, you'll need to use a fresh one.
How do I use a fresh prefix?
I tried renaming the ~/.wine directory to .wine.old2 but that didn't help.
https://bugs.winehq.org/show_bug.cgi?id=39259
--- Comment #8 from Austin English austinenglish@gmail.com --- (In reply to agajania from comment #7)
(In reply to Austin English from comment #5)
You're reusing an existing prefix, you'll need to use a fresh one.
How do I use a fresh prefix?
I tried renaming the ~/.wine directory to .wine.old2 but that didn't help.
Please use the forums for support, bugzilla is for bugs.
https://bugs.winehq.org/show_bug.cgi?id=39259
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Version|unspecified |1.6 Summary|BTHPROPS.DLL and |Some applications built |BLUETOOTHAPIS.DLL are |with C++Builder XE7 need |unimplemented |BTHPROPS.DLL and | |BLUETOOTHAPIS.DLL
https://bugs.winehq.org/show_bug.cgi?id=39259
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sebastian@fds-team.de See Also| |https://bugs.winehq.org/sho | |w_bug.cgi?id=39813