Library BTHPROPS.DLL not found by Wine 1.7.55

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
agajania
Newbie
Newbie
Posts: 3
Joined: Tue Dec 01, 2015 1:51 pm

Library BTHPROPS.DLL not found by Wine 1.7.55

Post by agajania »

I was having trouble running an enterprise reporting application so I filed bug #39259 (https://bugs.winehq.org/show_bug.cgi?id=39259). The problem was that BTHPROPS.DLL and BLUETOOTHAPIS.DLL were not found.

A patch to provide BLUETOOTHAPIS.DLL was included in Wine 1.7.55. However, when running Wine 1.7.55, I still get an error that BTHPROPS.DLL is not found.

I have been advised that the problem is that I am using an existing prefix and I need to use a fresh one. I have looked at the FAQ list (http://wiki.winehq.org/FAQ#head-faf9617 ... 522d490faf) but using the WINEPREFIX environment variable doesn't seem to help.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Library BTHPROPS.DLL not found by Wine 1.7.55

Post by dimesio »

Start by upgrading Wine to 1.8-rc2, and since I see from the bug report that you are on Fedora, please use the official WineHQ package that is now available. viewtopic.php?f=8&t=25767

Reinstall your app to a clean wineprefix, and if the problem persists, post the full terminal output, including the command used to run the app.
agajania
Newbie
Newbie
Posts: 3
Joined: Tue Dec 01, 2015 1:51 pm

Re: Library BTHPROPS.DLL not found by Wine 1.7.55

Post by agajania »

Thanks for your help! The problem persists when using the official WinHQ package.

$ which wine
/usr/bin/wine

$ rpm -q --whatprovides /usr/bin/wine
winehq-devel-1.8-0.rc2.1.i686

$ WINEPREFIX=~/reportClient/.wine wine ~/reportClient/reportClient.exe
wine: created the configuration directory '/home/username/reportClient/.wine'
err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
err:ole:marshal_object couldn't get IPSFactory buffer for interface {6d5140c1-7436-11ce-8034-00aa006009fa}
err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002
err:ole:get_local_server_stream Failed: 80004002
err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046}
err:ole:marshal_object couldn't get IPSFactory buffer for interface {6d5140c1-7436-11ce-8034-00aa006009fa}
err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002
err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002
err:ole:get_local_server_stream Failed: 80004002
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:iphlpapi:NotifyIpInterfaceChange (family 0, callback 0x6a07afa1, context 0xa33ba8, init_notify 0, handle 0x130e7a4): stub
fixme:iphlpapi:CancelMibChangeNotify2 (handle (nil)): stub
wine: configuration in '/home/username/reportClient/.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
agajania
Newbie
Newbie
Posts: 3
Joined: Tue Dec 01, 2015 1:51 pm

Re: Library BTHPROPS.DLL not found by Wine 1.7.55

Post by agajania »

This issue is being worked on in bug #39813 (https://bugs.winehq.org/show_bug.cgi?id=39813).
Locked