Browse Source

UI: Explicitly initialize the crash handler

Zachary Lund 7 years ago
parent
commit
308b0add47
1 changed files with 1 additions and 0 deletions
  1. 1 0
      UI/obs-app.cpp

+ 1 - 0
UI/obs-app.cpp

@@ -1887,6 +1887,7 @@ int main(int argc, char *argv[])
 #endif
 
 #ifdef _WIN32
+	obs_init_win32_crash_handler();
 	SetErrorMode(SEM_FAILCRITICALERRORS);
 	load_debug_privilege();
 	base_set_crash_handler(main_crash_handler, nullptr);