Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SOLVED: OpenVR-Autostarter not showing up in SteamVR Settings #13

Open
Adastram1 opened this issue Aug 15, 2024 · 2 comments
Open

SOLVED: OpenVR-Autostarter not showing up in SteamVR Settings #13

Adastram1 opened this issue Aug 15, 2024 · 2 comments
Labels
no-stale Prevent issue from being marked as stale

Comments

@Adastram1
Copy link

Adastram1 commented Aug 15, 2024

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)

image

Also, there is no dreiekk.OpenVR-Autostarter.vrappconfig file in my steam wrappconfig folder. (Pic Below)

image

@Adastram1 Adastram1 changed the title OpenVR-Autostarter not showing up in SteamVR Settings SOLVED: OpenVR-Autostarter not showing up in SteamVR Settings Aug 15, 2024
@Adastram1
Copy link
Author

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 :

  1. 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)
  2. Copy the path of the manifest.vrmanifest in the folder
  3. 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)
  4. Open the appconfig.json file (Use notepad, vscode, nano, anything really)
  5. Add the OpenVR-Autostarter manifest.vrmanifest path to the manifest path list.

Your appconfig.json file should look like on the picture below
image

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 !

@dreiekk
Copy link
Owner

dreiekk commented Aug 15, 2024

Thanks @Adastram1 for the detailed explanation of the problem and fix.

At the next opportunity I'll test it again with a custom steam install path and update the function which registeres the vrmanifest accordingly.

@dreiekk dreiekk added the no-stale Prevent issue from being marked as stale label Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-stale Prevent issue from being marked as stale
Projects
None yet
Development

No branches or pull requests

2 participants