https://bugs.winehq.org/show_bug.cgi?id=37915
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |NEW CC| |focht@gmx.net Summary|IsWow64Process fix(es) |32-bit UPlay games fail in |required: 32bit UPlay games |64-bit WINEPREFIX with |do not launch in a 64Bit |WinVer set to 'Windows |prefix when Wine is set to |Vista/7' ('IsWow64Process' |Vista/Win7 |fails if process was opened | |with | |'PROCESS_QUERY_LIMITED_INFO | |RMATION' rights) Ever confirmed|0 |1
--- Comment #1 from Anastasius Focht focht@gmx.net --- Hello folks,
refining the summary a bit to define the scope.
PROCESS_QUERY_INFORMATION can be denied on many processes in Vista+ (processes with different ownerships, elevated, etc). In order to still be able to retrieve basic info, PROCESS_QUERY_LIMITED_INFORMATION = cut-down information level was introduced. It available by default in Windows Vista+ and should work on any given process - even on processes don't belong to logged on user (and without elevated rights).
Regards