Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

vrpathreg is not found sometimes #11

Closed
HimbeersaftLP opened this issue Oct 29, 2021 · 2 comments
Closed

vrpathreg is not found sometimes #11

HimbeersaftLP opened this issue Oct 29, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@HimbeersaftLP
Copy link
Member

Either the SteamVR location detection algorithm doesn't work perfectly or SteamVR just forgets to include it sometimes. Might also be related to #10

if (vrPathReg == "")
{
MessageBox.Show("VRPathReg not found!" + Environment.NewLine +
"Please join our Discord server for further assistance (link on www.k2vr.tech)");
Application.Current.Shutdown(1);
return;
}

@hyblocker
Copy link
Member

hyblocker commented Oct 29, 2021

Should the installer manually update the JSON itself to workaround this? It seems to be a more reliable approach.

@HimbeersaftLP
Copy link
Member Author

Ooop, Ella actually already fixed that in 88ade20

@HimbeersaftLP HimbeersaftLP added the bug Something isn't working label Oct 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants