https://bugs.winehq.org/show_bug.cgi?id=45133
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED Fixed by SHA1| |bf4105b731b84c053c20796ad12 | |2f229fa3889ec
--- Comment #4 from Anastasius Focht focht@gmx.net --- Hello folks,
this is fixed by commit https://source.winehq.org/git/wine.git/commitdiff/bf4105b731b84c053c20796ad1... ("ntdll: Implement NtQueryInformationProcess(ProcessSessionInformation).").
Part of Wine 6.12 release.
Thanks Alexandre. Thanks Alex Henrie for the reminder.
--- snip --- ... 0568:Call ntdll.NtQueryInformationProcess(00000158,00000018,002b7050,00000004,0021f3ec) ret=043750f8 0568:Ret ntdll.NtQueryInformationProcess() retval=00000000 ret=043750f8 0568:Call KERNEL32.GetLastError() ret=0159bc2a 0568:Ret KERNEL32.GetLastError() retval=00000000 ret=0159bc2a ... --- snip ---
Process Hacker also shows the session id now if you add it through 'Choose Column' when right clicking on process listview header. Previously it was only showing '0'.
$ wine --version wine-6.16-222-g8b9f1e12841
Regards