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:
-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")