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

Root path not resolving when set to Network Location or mapped Network Drive #467

Open
RespiteFromReality opened this issue Mar 3, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@RespiteFromReality
Copy link

Ludusavi version

v0.28.0

Operating system

Windows

Installation method

Standalone

Description

When I set a Network Location (\\192.168.x.x\stuffhere) or a Mapped Network Drive (Z:\) as a Root, it is never correctly resolved when using <root> or <base>.

Here are the relevant parts in the config.yaml (The IP was intentionally hidden)

roots:
  - store: other
    path: "\\\\192.168.X.X\\storage"
  - store: other
    path: "\\\\?\\UNC\\192.168.X.X\\storage"
  - store: other
    path: "Z:\\"
  - store: other
    path: "<home>/Downloads"

customGames:
  - name: test
    integration: override
    files:
      - "<root>/test"
      - "<base>"
    registry: []
    installDir: []

Both storage and Downloads folder have a "test" folder with a save.txt in it, only the Downloads one is detected during scan.

I know the drive works, because it scans correctly when set as absolute path (or used as destination path for backup/restore).

Like so:

customGames:
  - name: test
    integration: override
    files:
      - "\\\\192.168.X.X\\storage\\test"
    registry: []
    installDir: []

Maybe I'm just misunderstanding something somewhere, in which case apologies in advance.

Logs

No logs were available.

@RespiteFromReality RespiteFromReality added the bug Something isn't working label Mar 3, 2025
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

1 participant