https://bugs.winehq.org/show_bug.cgi?id=39813
Bug ID: 39813 Summary: Library BTHPROPS.DLL not found Product: Wine Version: 1.8-rc2 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: agajania@cs.newpaltz.edu Distribution: ---
When running an enterprise reporting application, there is an error "Library BTHPROPS.DLL not found" and then the program aborts.
$ 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
See also bug #39259.