flickr-downloadr / flickr-downloadr-gtk

A cross-platform desktop app, written in Mono that would download (all or selected) photos from your photostream in their selected size along with their description, title and tags.
https://flickrdownloadr.com/
MIT License
180 stars 41 forks source link

Installation Issue #51

Closed theweazel closed 6 years ago

theweazel commented 7 years ago

Im tryi ng to install on my windows 10 64 bit and I ge tthe following error:

problem running post-install step. Installation may not complete correctly

Error creating directory H:/ .flickr-downloadr

The progrma will not start after this, any ideas?

floydpink commented 7 years ago

It looks like you might not have access to write into the H:\ drive.

You could temporarily add an environment variable named HOME that points to %USERPROFILE% and rerun the installer. To see how to set an environment variable, see this article

theweazel commented 7 years ago

I do have access to write to the h drive it's my pers9nal network drive


From: Hari Menon notifications@github.com Sent: 06 June 2017 00:10:37 To: flickr-downloadr/flickr-downloadr-gtk Cc: theweazel; Author Subject: Re: [flickr-downloadr/flickr-downloadr-gtk] Installation Issue (#51)

It looks like you might not have access to write into the H:\ drive.

You could temporarily add an environment variable named HOME that points to %USERPROFILE% and rerun the installer. To see how to set an environment variable, see this articlehttps://www.computerhope.com/issues/ch000549.htm

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/flickr-downloadr/flickr-downloadr-gtk/issues/51#issuecomment-306335981, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AbnNsjrtXiETlcXRDUGEpJwTLf4QbfT9ks5sBIrtgaJpZM4Nma2b.

robermann commented 7 years ago

Uhm so your home directory is a network disk? Probably the software is appending "/.flickr-downloadr" to "H:", which is not a good idea :)

Try what has been said before:

add an environment variable named HOME that points to %USERPROFILE% and rerun the installer

floydpink commented 6 years ago

Please try again with the latest version and let us know if this issue needs to be reopened.