WebClient exception when downloading local platesolver files

Issue #9 resolved
Alistair M created an issue

See attached screenshot.

Restarting the PC didn't help.

Comments (4)

  1. Alistair M reporter

    Ok this happened because Cygwin got its permissions all screwed-up, and wouldn't even allow Administrator accounts access to its files.

    I fixed it by uninstalling Nina, deleting the Cygwin folders under AppData\Local\NINA, and then reinstalling Nina.

    Tedious, but I got myself unstuck.

  2. Stefan B repo owner

    That looks like a permission issue. Unfortunately I haven't found a good solution for this. The setup project installer i'm using will use the SYSTEM credentials for installing everything (including the cygwin) and thus the cygwin folder has no write permission even for an admin user. There is some logic in the code that should switch the permissions to everyone, but it looks like it does not always work. You need to right click on the folder, go to the security tab and change permissions by claiming the folder. Hope that helps. Edit: In the long run i think i need to switch to a better setup installer that allows some more things.

  3. Alistair M reporter

    Yep okay let's just close this for now then, and maybe add a wishlist item to change the installer.

  4. Log in to comment