[Bug 20651] Impulse installer tool crashes (WBEM / WMI not implemented, affects many .NET apps)

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Oct 15 11:24:14 CDT 2011


http://bugs.winehq.org/show_bug.cgi?id=20651

--- Comment #23 from Louis Lenders <xerox_xerox2000 at yahoo.co.uk> 2011-10-15 11:24:14 CDT ---
Created attachment 36918
  --> http://bugs.winehq.org/attachment.cgi?id=36918
patch: added a bunch of stubs

i added a bunch of stubbed classes, see patch.

I now come as far as:

fixme:wbemprox:wbem_services_ExecQuery stub 0x1cb068:
 L"WQL" L"Select * From Win32_Process Where ProcessID = 8" 16, (nil), 0x32ef60

So the querystring is: Select * From Win32_Process Where ProcessID = 8

then:

fixme:wbemprox:enum_class_object_Reset stub
fixme:wbemprox:enum_class_object_Next stub:0x1caec0: timeout=1879744, wanted
interfacecount:-1,ppObjects:(nil)


I'm stuck in IEnumWbemClassObject::Next method, the 3rd argument (the
IWbemClassObject interface pointer) is somehow NULL, where it shouldn't.

And then BatMan Asylum crashes again.

Maybe someone knows why, or how to proceed?

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list