developersu / ns-usbloader

Awoo Installer and GoldLeaf uploader of the NSPs (and other files), RCM payload injector, application for split/merge files.
GNU General Public License v3.0
1.82k stars 123 forks source link

Unable to select mapped network drives when selecting files. #143

Open bruor opened 1 year ago

bruor commented 1 year ago

Describe the bug (mandatory) Unable to browse/use mapped network drives with the windows installer release. If I use an older release I can run it from a mapped drive and it will work as expected.

Information about environment (mandatory):

Steps to reproduce Steps to reproduce the behavior:

  1. Install the software on windows
  2. Click on "select files"
  3. Mapped drives are not listed.

Expected behavior List mapped drives for selection

Did you see this issue in previous versions? Yes: but running the .jar file from the share worked around the issue.

Masamune3210 commented 1 year ago

I'm assuming that, for whatever reason, the installed version is running as administrator. Windows prohibits the user mount namespace to be shared with the administrator mount namespace by default. If you want to use user shares with admin programs, run the program without admin access if possible or look up how to disable this prohibition