https://bugs.winehq.org/show_bug.cgi?id=55238 Jinoh Kang <jinoh.kang.kr(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jinoh.kang.kr(a)gmail.com --- Comment #1 from Jinoh Kang <jinoh.kang.kr(a)gmail.com> ---
exception.c:4867: Test failed: Got unexpected exception code 0xdeadbeef, flags 0x90.
The bit 7 (0x80) of ExceptionFlags is `EXCEPTION_SOFTWARE_ORIGINATE`, which seems to have been introduced in Windows 11. This would always be set for user-initiated exceptions, so the test will have to mask it out. -- 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.