27 Dec
2020
27 Dec
'20
2:17 a.m.
https://bugs.winehq.org/show_bug.cgi?id=50405 --- Comment #5 from Zebediah Figura <z.figura12(a)gmail.com> --- This bug actually does seem to be valid. According to [1], we're missing the following fields of RTL_USER_PROCESS_PARAMETERS: ULONG EnvironmentSize; ULONG EnvironmentVersion; PVOID PackageDependencyData; ULONG ProcessGroupId; ULONG LoaderThreads; [1] https://processhacker.sourceforge.io/doc/ntrtl_8h_source.html I'm not sure what the point of EnvironmentSize is, since the environment is doubly null-terminated, but there you go... -- 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.