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
I installed everything but when i look in the SteamVR settings windows, the OpenVR-Autostarter doesn't show up. (Picture Below)
Also, there is no dreiekk.OpenVR-Autostarter.vrappconfig file in my steam wrappconfig folder. (Pic Below)
The text was updated successfully, but these errors were encountered:
Adastram1
changed the title
OpenVR-Autostarter not showing up in SteamVR Settings
SOLVED: OpenVR-Autostarter not showing up in SteamVR Settings
Aug 15, 2024
I figured out the problem. The OpenVR-Autostarter manifest.vrmanifest file wasn't added to the steamvr appconfig.json file.
Here is a guide on how to fix the problem manually :
Go to your OpenVR-Autostarter folder (Usually C:\Program Files\OpenVR-Autostarter\ but might change if you choose a different installation directory during the OpenVR-Autostarter install)
Copy the path of the manifest.vrmanifest in the folder
Go to your Steam config directory (Usually C:\Program Files (x86)\Steam\config\ but again, might change if you choose a different directory when you installed steam)
Open the appconfig.json file (Use notepad, vscode, nano, anything really)
Add the OpenVR-Autostarter manifest.vrmanifest path to the manifest path list.
Your appconfig.json file should look like on the picture below
DEV PART:
I think the problem occured because my steam folder isn't the default one, the OpenVR-Autostarter program might not have been able to locate the appconfig.json file because of that, and so it failed at adding its manifest.vrmanifest path to the appconfig.json file.
To fix this, you should ask for the steam directory if it is not automatically detected (Look if the default path exists, if not, ask for the steam path)
Anyways, I hope this solved any issues you might have encountered. Have a nice day !
Hello, I have the same problem as #12 .
I installed everything but when i look in the SteamVR settings windows, the
OpenVR-Autostarter
doesn't show up. (Picture Below)Also, there is no
dreiekk.OpenVR-Autostarter.vrappconfig
file in my steamwrappconfig
folder. (Pic Below)The text was updated successfully, but these errors were encountered: