[Bug 46251] some (all?) crinkler compressed executables crash because they expect KERNEL32.DLL as the second library when following PEB32- >LdrData->InLoadOrderModuleList

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Dec 6 23:54:22 CST 2018


https://bugs.winehq.org/show_bug.cgi?id=46251

Andrew Wesie <awesie at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |awesie at gmail.com

--- Comment #9 from Andrew Wesie <awesie at gmail.com> ---
Looking at the behavior on Windows, wow64cpu should not be in the PEB32 ldr
module list. It is, however, in the PEB (64-bit) ldr module list. As such, Wine
should probably always exclude wow64cpu from the PEB loader module lists since
Wine does not attempt to accurately emulate a WoW64 environment.

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