pearlxcore/PS4-PKG-Tool

App ignores any files stored on network or mapped drives

Masamune3210 opened this issue · 3 comments

App works perfectly for local files, but completely ignores any files stored on network drives, even if mapped to a drive letter. I upload stuff to my server and then use rclone to mount the folder locally as a drive letter onto my computer so this kinda puts a dent in using the program. Could network drive support be added?

It seems the support is kinda there but something is wrong, as the folder picker sees the drive letter and successfully gets added to the list but anytime the program tries to access the drive it just sees no pkgs, also the path is weird, starting with /Device instead of a drive letter like normal

Hmm I never use mapped drive but I created new mapped drive and put some pkgs in it. Load the directory with this tool and pkg detected. Or is it different with your problem?

image

The method of mounting probably changes things, as I am using rclone to mount a cloud drive, not a network share. This is what the program calls instead of the drive letter and seemingly fails. You can see it calling the normal drive letters but it decides for some reason to use the NT Device Name to try to refer to the rclone mounted drive letter

image