http://bugs.winehq.org/show_bug.cgi?id=26826 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |focht(a)gmx.net Component|-unknown |wmi&wbemprox Resolution| |DUPLICATE Summary|Mythos Open Beta: fails to |Mythos Open Beta: fails to |detect cpu speed |detect cpu speed (needs | |Win32_Processor WMI class) --- Comment #1 from Anastasius Focht <focht(a)gmx.net> 2011-12-14 11:56:07 CST --- Hello, although bug depends on infrastructure covered by bug 20651 (WBEM / WMI not implemented, affects many .NET apps), it queries specifically for "Win32_Processor" WMI class. --- snip --- $ strings Myth.exe | grep Win32 ... SELECT MaxClockSpeed, ExtClock FROM Win32_Processor Win32_Processor WMI query failed. SELECT ScreenWidth, ScreenHeight FROM Win32_DesktopMonitor Win32_DesktopMonitor WMI query failed. SELECT TotalPhysicalMemory FROM Win32_ComputerSystem Win32_ComputerSystem WMI query failed. SELECT AdapterRAM FROM Win32_VideoController Win32_VideoController WMI query failed. --- snip --- --- quote --- detected cpu speed is 0 Mhz --- quote --- "SELECT MaxClockSpeed, ExtClock FROM Win32_Processor" is most likely the culprit WMI query. Because bug 28682 already covers "Win32_Processor" WMI class this is technically a dupe. The app most likely also queries for video card memory using WMI "Win32_VideoController" but it's currently not known if failure is considered critical. When bug 28682 is solved this game should be retested for other missing WMI classes. $ sha1sum MYTSetup.exe 46d24fe6790c3ab5a98e2dbf347f1a582565997b MYTSetup.exe $ wine --version wine-1.3.34-295-g4918d91 Regards *** This bug has been marked as a duplicate of bug 28682 *** -- 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.