diff --git a/browser-app.cpp b/browser-app.cpp index 5d2c4dc76..0e4b8f68c 100644 --- a/browser-app.cpp +++ b/browser-app.cpp @@ -97,6 +97,9 @@ void BrowserApp::OnBeforeCommandLineProcessing(const CefString &, CefRefPtrAppendSwitchWithValue("ozone-platform", wayland ? "wayland" : "x11"); #endif + + // If the GPU crashes too much, don't crash OBS as well - better to just have broken sources + command_line->AppendSwitch("disable-gpu-process-crash-limit"); } std::vector exposedFunctions = {"getControlLevel", "getCurrentScene", "getStatus",