We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ff8644 commit 4b08e7aCopy full SHA for 4b08e7a
proton
@@ -555,7 +555,8 @@ class Session:
555
if vr_log is None:
556
vr_log = j["log"][0]
557
except (TypeError, ValueError, OSError):
558
- log("Missing or invalid openvrpaths.vrpath file! " + str(sys.exc_info()[1]))
+ #log("Missing or invalid openvrpaths.vrpath file! " + str(sys.exc_info()[1]))
559
+ pass
560
561
makedirs(g_compatdata.prefix_dir + "/drive_c/users/steamuser/Local Settings/Application Data/openvr")
562
0 commit comments