http://bugs.winehq.org/show_bug.cgi?id=35596
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Multiple applications crash |Multiple applications and |due to |games crash due to |GetNumaHighestNodeNumber |GetNumaHighestNodeNumber |stub (64-bit ApexDC++, |stub (64-bit ApexDC++, |CrossFire-Downloader) |CrossFire-Downloader, | |Moorhuhn)
--- Comment #7 from Anastasius Focht focht@gmx.net --- Hello folks,
'Moorhuhn - Juwel der Finsternis' also suffers from this.
Download: http://www.deutschland-spielt.de/spiele/action/moorhuhnjdf/download/
$ sha1sum MoorhuhnJDF.exe 78261297bd6935f015ddc0dcea971f3ac3a10b36 MoorhuhnJDF.exe
$ du -sh MoorhuhnJDF.exe 26M MoorhuhnJDF.exe
$ wine --version wine-1.7.14-126-g2bb1059
I found some MSDN example code here: http://msdn.microsoft.com/en-us/library/windows/desktop/aa965223%28v=vs.85%2...
Returning 'TRUE' with 'HighestNodeNumber' out param set to zero seems to be a viable alternative (= pretend not to be a NUMA system). This allows the apps/games in question to proceed further.
Regards