You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is due to permissions off the app being a windows app and the directory that it lives is right protected when steam attempts to open it "C:\\Program Files\\WindowsApps\\96ba052f-0948-44d8-86c4-a0212e4ae047_5.2.3.0_x64__4s4k90pjvq32p\\app.vrmanifest"
I found a work around for this however.
Create a shortcut to VRCFT
Create a bat file that runs "Shortcut.lnk"
Create another app manifest ffor steam VR that launches the bat file
This is due to permissions off the app being a windows app and the directory that it lives is right protected when steam attempts to open it
"C:\\Program Files\\WindowsApps\\96ba052f-0948-44d8-86c4-a0212e4ae047_5.2.3.0_x64__4s4k90pjvq32p\\app.vrmanifest"
I found a work around for this however.
"Shortcut.lnk"
`{
"source": "builtin",
"applications": [
{
"app_key": "Custom.VRCFaceTrackingLauncher",
"launch_type": "binary",
"binary_path_windows": "autorun.bat",
"is_dashboard_overlay": true,
}`
The text was updated successfully, but these errors were encountered: