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

Bad path causes Failed to locate NMS install: path doesn't exist with custom value #184

Open
CrankyCat opened this issue May 22, 2021 · 2 comments
Labels

Comments

@CrankyCat
Copy link

NMC searches a list of predefined folders to search for the No Man's Sky binaries but my install isn't one of them. It's actually "C:\Games\Steam\steamapps\common\No Man's Sky".

I tried putting this in my settings:
"installDirectory":"C:\Games\Steam\steamapps\common\No Man's Sky"

There appears to be an issue with the path formation if a custom setting for the install directory is chosen. In my case, this is where NMC actually looks for the install:
C:\Users\William\AppData\Local\Programs\NoMansConnect\Games\Steam\steamapps\common\No Man's Sky
D:\Games\Steam\steamapps\common\No Man's Sky
E:\Games\Steam\steamapps\common\No Man's Sky
S:\Games\Steam\steamapps\common\No Man's Sky
Z:\Games\Steam\steamapps\common\No Man's Sky

It apparently appends the path to the NMC install path for the first attempt before checking other drives for the same path. This may also be why my screenshots don't work.

  • Windows version: 10 Professional 10.0.19041
  • NMC version 1.10.1
  • Absolute path to your storage_x.hg files: C:\Users\Cranky\AppData\Roaming\HelloGames\NMS\st_76561198064585647
  • Absolute path to your NMS install directory: C:\Games\Steam\steamapps\common\No Man's Sky
@CrankyCat
Copy link
Author

I even tried to trick it by setting the install folder to the D: driver but it still tried the C drive first and appended the C path to the path of NMC.

@CrankyCat
Copy link
Author

I created a symbolic link for c:\games to d:\games and that seemed to avoid the error message. I still don't get screenshots though :)

@jaszhix jaszhix added the bug label May 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants