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

Installation Failure Due to Space in Destination Path #2

Closed
Elteeb96 opened this issue Sep 18, 2022 · 6 comments
Closed

Installation Failure Due to Space in Destination Path #2

Elteeb96 opened this issue Sep 18, 2022 · 6 comments
Labels
bug Something isn't working

Comments

@Elteeb96
Copy link

I am going through the process of getting Amethyst installed and it is stalling on the "registering SteamVR Addon" section. I have determined that it is a result of the space in the installation path. Thinking about it, if this issue is present in this step, any other subsequent steps using the same path would also likely fail.

I would prefer to not have it in the root directory for organizations sake. (Though I have done it for the sake of testing)

Error message for reference.
F20220918 11:29:02.143900 13148 OpenVRUtil.Drivers.cs::RegisterSteamVrDriver:50] vrpathreg failed: Code: -2 Args: "adddriver D:\Program Files\Amethyst\Amethyst"

Let me know if you need any other log information, though I think the cause for this issue is fairly straight forward.

@hyblocker
Copy link
Member

As a temporary work around, open the installer with the --debug launch argument, press the F12 key to enter the debug menu, then click the disable vrpathreg button. Then click back and proceed with a regular install.

@Elteeb96
Copy link
Author

Worked like a charm. Thank you for your help.

@Elteeb96
Copy link
Author

Another notice related to pathing shenanigans. It would appear that is is unable to find any of the sound assets when using the application itself. Are the paths being used for them relative or absolute? My assumption is the latter. Perhaps going to relative pathing would alleviate most of the issues whilst running the application itself?

@KimihikoAkayasaki
Copy link
Member

The current version doesn't support wide paths, please make sure you've installed it in a path like C:\\Amethyst.
(Without above-ASCII characters e.g. , あいうえお, etc)
As for absolute/relative handling... maaan I'm not really that dumb

@Elteeb96
Copy link
Author

Elteeb96 commented Sep 18, 2022

No insinuation intended. It's just that relative/absolute pathing is something I noticed that always gets overlooked in the speed of development (from personal experience lol).

Thank you for the information.

@hyblocker hyblocker added the bug Something isn't working label Sep 18, 2022
@hyblocker
Copy link
Member

I am going through the process of getting Amethyst installed and it is stalling on the "registering SteamVR Addon" section. I have determined that it is a result of the space in the installation path. Thinking about it, if this issue is present in this step, any other subsequent steps using the same path would also likely fail.

I would prefer to not have it in the root directory for organizations sake. (Though I have done it for the sake of testing)

Error message for reference. F20220918 11:29:02.143900 13148 OpenVRUtil.Drivers.cs::RegisterSteamVrDriver:50] vrpathreg failed: Code: -2 Args: "adddriver D:\Program Files\Amethyst\Amethyst"

Let me know if you need any other log information, though I think the cause for this issue is fairly straight forward.

Fixed internally; fix will be pushed in next update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants