http://bugs.winehq.org/show_bug.cgi?id=21701
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |d75375ea451df85d991ead88320 | |5e0206682f6f2 Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #10 from Anastasius Focht focht@gmx.net 2012-06-26 14:34:45 CDT --- Hello,
Hans is right, the Win32_Bios WMI class part is fixed, thanks.
Fixed by commit http://source.winehq.org/git/wine.git/commitdiff/d75375ea451df85d991ead88320...
--- snip --- 0024:trace:wbemprox:wbem_services_ExecQuery 0x161308, L"WQL", L"SELECT * FROM Win32_Bios", 0x00000030, (nil), 0x32f9c0 ... 0024:trace:wbemprox:class_object_Get 0x1636b0, L"SerialNumber", 00000000, 0x32f9d8, (nil), (nil) ... 0024:trace:wbemprox:class_object_Get 0x1636b0, L"ReleaseDate", 00000000, 0x32f9d8, (nil), (nil) ... 0024:trace:wbemprox:class_object_Get 0x1636b0, L"Manufacturer", 00000000, 0x32f9d8, (nil), (nil) ... 0024:trace:wbemprox:class_object_Get 0x1636b0, L"Description", 00000000, 0x32f9d8, (nil), (nil) ... --- snip ---
The information from WMI queries is most likely used for product activation step.
The crash that occurs later is unrelated and a new issue (newer app version -> qt lib updates). You should file a new bug for that.
Regards