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

This hardcoded path can fail to find valid installations of SteamVR if they're not located at that path #85

Open
subenji opened this issue Jan 1, 2023 · 3 comments

Comments

@subenji
Copy link

subenji commented Jan 1, 2023

installPath += "\\steamapps\\common\\SteamVR\\bin\\win64\\vrstartup.exe";

I have an Oculus Rift, and my SteamVR installation is located at C:\Program Files (x86)\Steam\steamapps\common\OpenVR. The launcher failed to find my installation due to this hardcoded path. I suspect that my installation was located here as I have had the headset for several years, and the installation folder may be a legacy location.

I did test reinstalling SteamVR, which does then install to the \SteamVR path, and could be offered as a workaround, but in my opinion I feel the legacy path should be considered too.

@chihirobelmo
Copy link
Owner

@subenji
hi, did you find exe as "OpenVR\bin\win64\vrstartup.exe" or just "OpenVR\vrstartup.exe" ?

@subenji
Copy link
Author

subenji commented Jan 6, 2023

The first, OpenVR\bin\win64\vrstartup.exe

The files and folder structure were identical besides the differing installation folder.

@chihirobelmo
Copy link
Owner

thx! I'll make it also look for legacy ones too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants