From 4b08e7a1ae21fb2bd5c6b79edf44f7498662349b Mon Sep 17 00:00:00 2001 From: Andrew Eikum Date: Mon, 13 Jan 2020 13:55:28 -0600 Subject: [PATCH] proton: Be quiet if steamvr is missing --- proton | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/proton b/proton index 9921eff2..f5fcb0f6 100755 --- a/proton +++ b/proton @@ -555,7 +555,8 @@ class Session: if vr_log is None: vr_log = j["log"][0] except (TypeError, ValueError, OSError): - log("Missing or invalid openvrpaths.vrpath file! " + str(sys.exc_info()[1])) + #log("Missing or invalid openvrpaths.vrpath file! " + str(sys.exc_info()[1])) + pass makedirs(g_compatdata.prefix_dir + "/drive_c/users/steamuser/Local Settings/Application Data/openvr")