http://bugs.winehq.org/show_bug.cgi?id=26826
Summary: Mythos Open Beta: fails to detect cpu speed Product: Wine Version: 1.3.18 Platform: x86 URL: http://www.gamershell.com/news_115386.html OS/Version: Linux Status: NEW Keywords: download Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Created an attachment (id=34177) --> (http://bugs.winehq.org/attachment.cgi?id=34177) screenshot
Terminal shows: fixme:dwmapi:DwmEnableComposition (0) stub fixme:system:SystemParametersInfoW Unimplemented action: 59 (SPI_SETSTICKYKEYS) fixme:system:SystemParametersInfoW Unimplemented action: 53 (SPI_SETTOGGLEKEYS) fixme:system:SystemParametersInfoW Unimplemented action: 51 (SPI_SETFILTERKEYS) fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub! fixme:wbemprox:wbem_locator_ConnectServer 0x139610, L"ROOT\CIMV2", (null), (null), (null), 0x00000000, (null), (nil), 0x32dd1c) fixme:d3d9:D3DPERF_SetOptions (0x1) : stub
and a popup complains that my detected cpu speed is 0 Mhz. See screenshot.
http://bugs.winehq.org/show_bug.cgi?id=26826
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |focht@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@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 ***
http://bugs.winehq.org/show_bug.cgi?id=26826
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Austin English austinenglish@gmail.com 2012-01-23 19:46:03 CST --- Closing DUPLICATE.