[Bug 53145] kernel32:loader - map_image_section() sometimes fails on Windows 10 2004+

WineHQ Bugzilla wine-bugs at winehq.org
Sat Aug 6 06:43:54 CDT 2022


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

--- Comment #1 from François Gouget <fgouget at codeweavers.com> ---
There are more possible error code values. For instance:

2022-08-03 w10pro64-mx-MX
loader.c:720: Test failed: 1197: wrong status c0000131/c000011b

or 2022-06-28 w10pro64-zh-CN
loader.c:720: Test failed: 1192: wrong status c000012f/c000011b
...

Note:
0xc000007b == STATUS_INVALID_IMAGE_FORMAT
0xc000011b == STATUS_INVALID_IMAGE_NE_FORMAT
0xc000012f == STATUS_INVALID_IMAGE_NOT_MZ
0xc0000130 == STATUS_INVALID_IMAGE_PROTECT
0xc0000131 == STATUS_INVALID_IMAGE_WIN_16

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