http://bugs.winehq.org/show_bug.cgi?id=33572
Bug #: 33572 Summary: Windows Download Integrator 3.x needs IWbemServices::ExecNotificationQueryAsync Product: Wine Version: 1.5.30 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: wmi&wbemprox AssignedTo: wine-bugs@winehq.org ReportedBy: focht@gmx.net Classification: Unclassified
Hello folks,
as the summary says.
Prerequisite: 'winetricks -q dotnet40'
--- snip --- ... fixme:wbemprox:wbem_services_ExecNotificationQueryAsync fixme:ole:Context_CC_ContextCallback (0x184cd0/0x184cd4)->(0x791c8272, 0x32f004, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, (nil)) fixme:wmiutils:wmiutils_cf_QueryInterface interface {b196b28f-bab4-101a-b69c-00aa00341d07} not implemented fixme:wmiutils:status_code_QueryInterface interface {c3fcc19e-a970-11d2-8b5a-00a0c9b7c9c4} not implemented fixme:wmiutils:status_code_QueryInterface interface {00000003-0000-0000-c000-000000000046} not implemented fixme:wmiutils:status_code_QueryInterface interface {00000144-0000-0000-c000-000000000046} not implemented fixme:wmiutils:status_code_GetErrorCodeText 0x154e30, 0x80041001, 0x0000, 0x00000001, 0x32f16c
Unhandled Exception: System.Management.ManagementException: Error code: 0x80041001 at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode) at System.Management.ManagementEventWatcher.Start() at Windows_Download_Integrator.Form1..ctor() ... --- snip ---
Source: http://source.winehq.org/git/wine.git/blob/07197a19f2843b41b32be2c1d07ba4cc5...
--- snip --- 557 static HRESULT WINAPI wbem_services_ExecNotificationQueryAsync( 558 IWbemServices *iface, 559 const BSTR strQueryLanguage, 560 const BSTR strQuery, 561 LONG lFlags, 562 IWbemContext *pCtx, 563 IWbemObjectSink *pResponseHandler ) 564 { 565 FIXME("\n"); 566 return WBEM_E_FAILED; 567 } --- snip ---
$ du -sh Windows\ Download\ Integrator_B3.5.7z 5.0M Windows Download Integrator_B3.5.7z
$ sha1sum Windows\ Download\ Integrator_B3.5.7z 83a7c515b04e0935d448d89df038712a13f869db Windows Download Integrator_B3.5.7z
$ wine --version wine-1.5.30-43-ge5bf20e
Regards