http://bugs.winehq.org/show_bug.cgi?id=27189
Summary: Hydrophobia Prophecy wants GetLogicalProcessorInformation implemented Product: Wine Version: 1.3.20 Platform: x86 OS/Version: Linux Status: NEW Severity: minor Priority: P2 Component: kernel32 AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Running the game gives me a warning:
WARNING: Your PC is below the minimum spec. Processor cores: 1; Minium spec for Hydrophobia: 2 Cores.
I see: fixme:process:GetLogicalProcessorInformation ((nil),0x33fdb4): stub fixme:process:GetLogicalProcessorInformation (0x286ff88,0x33fdb4): stub fixme:process:GetLogicalProcessorInformation ((nil),0x33fad4): stub fixme:process:GetLogicalProcessorInformation (0x2763838,0x33fad4): stub
in the terminal.
Really though, I'm sure I have more than one core: austin@aw25 ~ $ cat /proc/cpuinfo | grep -c processor 8
:)