diff --git a/stepmania/src/archutils/Win32/Crash.cpp b/stepmania/src/archutils/Win32/Crash.cpp index 00cce8a894..453157a288 100644 --- a/stepmania/src/archutils/Win32/Crash.cpp +++ b/stepmania/src/archutils/Win32/Crash.cpp @@ -48,6 +48,7 @@ static const struct ExceptionLookup { { EXCEPTION_PRIV_INSTRUCTION, "Privileged Instruction", }, { EXCEPTION_ILLEGAL_INSTRUCTION, "Illegal instruction" }, { EXCEPTION_INVALID_HANDLE, "Invalid handle" }, + { EXCEPTION_STACK_OVERFLOW, "Stack overflow" }, { 0xe06d7363, "Unhandled Microsoft C++ Exception", }, { NULL }, };