mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-27 07:05:46 +03:00
proton: Be quiet if steamvr is missing
This commit is contained in:
parent
2ff8644b5b
commit
4b08e7a1ae
3
proton
3
proton
@ -555,7 +555,8 @@ class Session:
|
|||||||
if vr_log is None:
|
if vr_log is None:
|
||||||
vr_log = j["log"][0]
|
vr_log = j["log"][0]
|
||||||
except (TypeError, ValueError, OSError):
|
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")
|
makedirs(g_compatdata.prefix_dir + "/drive_c/users/steamuser/Local Settings/Application Data/openvr")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user