http://bugs.winehq.org/show_bug.cgi?id=20651
--- Comment #23 from Louis Lenders xerox_xerox2000@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?