http://bugs.winehq.org/show_bug.cgi?id=34332
--- Comment #13 from Sebastian Lackner sebastian@fds-team.de --- Created attachment 48835 --> http://bugs.winehq.org/attachment.cgi?id=48835 kernel32: Make GetLogicalProcessorInformationEx a stub which returns TRUE.
Could you please test if such a simple patch which basically just changes the return value is sufficient to make Splinter Cell happy?
I doubt that such a patch will go upstream though: MSDN says that the function should never return an empty list. The proper solution would look like:
* Clean up the current code to get processor information, to allow several output formats * Implement SystemLogicalProcessorAndGroupInformation in NtQuerySystemInformation * Let GetLogicalProcessorInformationEx redirect to NtQuerySystemInformation( ... )