From d74a9a1dfb568e158f61a837ef71c09aebd44316 Mon Sep 17 00:00:00 2001 From: ergo720 <45463469+ergo720@users.noreply.github.com> Date: Thu, 29 Apr 2021 13:09:49 +0200 Subject: [PATCH] Removed the original message, because it's already printed by EmuExceptionPrintDebugInformation --- src/core/kernel/support/Emu.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/core/kernel/support/Emu.cpp b/src/core/kernel/support/Emu.cpp index 2be02bac8..13162d849 100644 --- a/src/core/kernel/support/Emu.cpp +++ b/src/core/kernel/support/Emu.cpp @@ -191,10 +191,6 @@ void EmuExceptionNonBreakpointUnhandledShow(LPEXCEPTION_POINTERS e) { EmuExceptionPrintDebugInformation(e, /*IsBreakpointException=*/false); - std::printf("Received Exception Code 0x%.08X @ EIP := %s\n", - e->ExceptionRecord->ExceptionCode, EIPToString(e->ContextRecord->Eip).c_str()); - std::fflush(stdout); - if (PopupFatalEx(nullptr, PopupButtons::OkCancel, PopupReturn::Ok, " The running xbe has encountered an unhandled exception (Code := 0x%.8X) at address 0x%.08X.\n" "\n"