Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ValveSoftware/Proton.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Eikum <aeikum@codeweavers.com>2020-01-13 22:55:28 +0300
committerAndrew Eikum <aeikum@codeweavers.com>2020-01-13 22:56:36 +0300
commit4b08e7a1ae21fb2bd5c6b79edf44f7498662349b (patch)
tree04c7ae774657716e787507202ea5bb317f21f884
parent2ff8644b5b7ed97a91aecd520485d331f04257ee (diff)
proton: Be quiet if steamvr is missingproton-4.11-12
-rwxr-xr-xproton3
1 files changed, 2 insertions, 1 deletions
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")