diff --git a/reactos/dll/win32/kernel32/client/except.c b/reactos/dll/win32/kernel32/client/except.c index 53d962d5476..c97ab652757 100644 --- a/reactos/dll/win32/kernel32/client/except.c +++ b/reactos/dll/win32/kernel32/client/except.c @@ -292,8 +292,7 @@ UnhandledExceptionFilter(struct _EXCEPTION_POINTERS *ExceptionInfo) return ret; } - if ((GetErrorMode() & SEM_NOGPFAULTERRORBOX) == 0) - PrintStackTrace(ExceptionInfo); + PrintStackTrace(ExceptionInfo); /* Save exception code and address */ ErrorParameters[0] = (ULONG)ExceptionRecord->ExceptionCode;