[Bug 34332] Splinter Cell: Blacklist crashes on startup with WinVer set to 'Windows 7' due to GetLogicalProcessorInformationEx stub

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Jun 20 14:32:48 CDT 2014


http://bugs.winehq.org/show_bug.cgi?id=34332

--- Comment #13 from Sebastian Lackner <sebastian at 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(
... )

-- 
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.



More information about the wine-bugs mailing list