http://bugs.winehq.org/show_bug.cgi?id=34853
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |ec1a57f25b25dba1ed47e8456cc | |64c2cc1ee0aa1 Status|NEW |RESOLVED Resolution| |FIXED Summary|Multiple .NET 3.x/4.x apps |Multiple .NET 3.x/4.x apps |using WBEM/WMI crash in |need |IWbemClassObject::Get |Win32_NetworkAdapterConfigu | |ration WMI class
--- Comment #2 from Anastasius Focht focht@gmx.net 2013-11-04 16:59:22 CST --- Hello folks,
this is fixed by commit http://source.winehq.org/git/wine.git/commitdiff/ec1a57f25b25dba1ed47e8456cc...
Thanks Hans.
--- snip --- $ WINEDEBUG=+tid,+seh,+wbemprox wine ./Updater.exe .... 0009:trace:wbemprox:create_class_object L"Win32_NetworkAdapterConfiguration", 0x1d6900 ... 0009:trace:wbemprox:class_object_Get 0x1d6918, L"__GENUS", 00000000, 0x33ea5c, 0x33eae0, 0x33eadc 0009:trace:wbemprox:class_object_Get 0x1d6918, L"__PATH", 00000000, 0x33ea40, 0x33eac8, 0x33eac4 0009:trace:wbemprox:class_object_Get 0x1d6918, L"IPEnabled", 00000000, 0x33ea5c, 0xebde7c, 0xebde80 0009:trace:wbemprox:class_object_Get 0x1d6918, L"IPEnabled", 00000000, 0x33ea60, 0xebde7c, 0xebde80 0009:trace:wbemprox:class_object_Get 0x1d6918, L"MACAddress", 00000000, 0x33ea5c, 0xebdef4, 0xebdef8 0009:trace:wbemprox:class_object_Get 0x1d6918, L"MACAddress", 00000000, 0x33ea60, 0xebdef4, 0xebdef8 ... --- snip ---
/puts on glasses :)
Regards