Re: Dosbox exits when mouse pointer is on the edge of screen
Posted on 2021-07-19, 14:29
Going by the EIP in the error message, the problem appears to involve pushing and popping SS without doing anything with ESP, which raises red flags in my mind. The subroutine in question is in DEADSEAS.EXE at offset 1765C0, and seems be used for the DPMI function call for real mode interrupts. The …