https://bugs.winehq.org/show_bug.cgi?id=35076
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |301cc6aedeb09d4b7395e7cc1a9 | |b7719df112850 Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #14 from Anastasius Focht focht@gmx.net --- Hello folks,
this is now implemented by recent commit series.
http://source.winehq.org/git/wine.git/commitdiff/cbb2b35ec1e0ef31ca843fed7cf... ("wbemdisp: Add IDispatch support to the services object.")
http://source.winehq.org/git/wine.git/commitdiff/301cc6aedeb09d4b7395e7cc1a9... ("wbemdisp: Forward SWbemLocator::ConnectServer to IWbemLocator::ConnectServer.")
Thanks Hans.
-- -snip --- ... 0041:trace:wbemdisp:locator_ConnectServer 0x13d368, (null), L"root\CIMV2", (null), (nil), L"", L"", 0x00000000, (nil), 0x33f5a8 0041:trace:ole:CoCreateInstance (rclsid={4590f811-1d3a-11d0-891f-00aa004b2e24}, pUnkOuter=(nil), dwClsContext=00000001, riid={dc12a687-737f-11cf-884d-00aa004b2e24}, ppv=0x13d370) 0041:trace:ole:CoGetTreatAsClass ({4590f811-1d3a-11d0-891f-00aa004b2e24},0x33f2e8) 0041:trace:ole:CoGetClassObject CLSID: {4590f811-1d3a-11d0-891f-00aa004b2e24},IID: {00000001-0000-0000-c000-000000000046} 0041:trace:ole:COMPOBJ_DllList_Add L"C:\windows\system32\wbem\wbemprox.dll" 0041:trace:ole:apartment_getclassobject added new loaded dll L"C:\windows\system32\wbem\wbemprox.dll" 0041:trace:ole:apartment_getclassobject calling DllGetClassObject 0x7d6849d8 0041:trace:wbemprox:DllGetClassObject {4590f811-1d3a-11d0-891f-00aa004b2e24} {00000001-0000-0000-c000-000000000046} 0x33f2f8 0041:trace:wbemprox:wbemprox_cf_CreateInstance (nil) {dc12a687-737f-11cf-884d-00aa004b2e24} 0x13d370 0041:trace:wbemprox:WbemLocator_create (0x33f26c) 0041:trace:wbemprox:WbemLocator_create returning iface 0x14e6b8 0041:trace:wbemprox:wbem_locator_QueryInterface 0x14e6b8 {dc12a687-737f-11cf-884d-00aa004b2e24} 0x13d370 0041:trace:ole:SysAllocStringLen (null) 0041:trace:wbemprox:wbem_locator_ConnectServer 0x14e6b8, L"\\.\root\CIMV2", (null), (null), L"", 0x00000000, L"", (nil), 0x33f3d8) 0041:fixme:wbemprox:wbem_locator_ConnectServer authentication not supported 0041:fixme:wbemprox:wbem_locator_ConnectServer specific locale not supported 0041:trace:wbemprox:WbemServices_create (0x33f3d8) 0041:trace:wbemprox:WbemServices_create returning iface 0x14e1d0 0041:trace:wbemdisp:SWbemServices_create 0x33f5a8, 0x14e1d0 0041:trace:wbemdisp:SWbemServices_create returning iface 0x14e1b8 0041:trace:ole:DispCallFunc retval: 0x33f5b8 {VT_ERROR: 00000000} ... --- snip ---
Regards