5 Jul
2023
5 Jul
'23
1:24 a.m.
https://bugs.winehq.org/show_bug.cgi?id=55187 --- Comment #3 from Bernhard Übelacker <bernhardu(a)mailbox.org> --- Just a short addition: It looks like MaLauncher.exe creates some threads, where at least one checks from time to time by IsDebuggerPresent if there is a debugger attached. This thread seems after the call to the unimplemented function in the other thread and the start of 'winedbg --auto' suspended. But ContinueDebugEvent releases this thread, IsDebuggerPresent returns true, and ExitProcess is called. Unfortunately while winedbg is still in the middle of its work. -- 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.