22 Aug
2017
22 Aug
'17
3:18 p.m.
https://bugs.winehq.org/show_bug.cgi?id=42554 --- Comment #2 from Zebediah Figura <z.figura12(a)gmail.com> --- The location of the crash is because call16_handler() attempts to inject a call to DPMI_PendingEventCheck(). It modifies the cs:ip and stack of the CONTEXT structure in order to do so, expecting that the function will continue execution—but it doesn't. I don't know how to correctly fix this. In any case, if that code is removed, the actual location of the crash is at 12bf:16b3, and the offending instruction is "lesw %es:(%bx),%bx" -- 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.