Phalcode / gamevault-app

Frontend for the self-hosted gaming platform for drm-free games
https://gamevau.lt
Other
257 stars 12 forks source link

Uninstall Game opening System32 for some reason? #405

Closed Alfagun74 closed 2 weeks ago

Alfagun74 commented 1 month ago

I click uninstall and the dialog opens System32 for some reason.

Yelo420 commented 1 month ago

Need more information, cant reproduce so far

Yelo420 commented 2 weeks ago

Fixed

Alfagun74 commented 2 weeks ago

The issue was that my Root Folder Path is on the Root Folder of my Drive, which lead to a path string concatination issue. Howewer, now we use Path.Combine wherever possible to prevent this.