From cb7af747cf89ea9813be73c28442479fc9bee017 Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 18 Aug 2023 15:04:03 +0100 Subject: [PATCH] window_launcher: set default sigmask for game I swear this is the last thing I'm trying before I give up on the client sometimes crashing when Bolt exits. I'm losing my mind over here --- src/browser/window_launcher_linux.cxx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/browser/window_launcher_linux.cxx b/src/browser/window_launcher_linux.cxx index 39806cc..736da9c 100644 --- a/src/browser/window_launcher_linux.cxx +++ b/src/browser/window_launcher_linux.cxx @@ -7,6 +7,7 @@ #include #include #include +#include #include extern char **environ; @@ -254,13 +255,16 @@ CefRefPtr Browser::Launcher::LaunchDeb(CefRefPtrrs3_path.c_str()); char* argv[2]; argv[0] = path_str.data();