NETRATz / evaluatedecks

Automatically exported from code.google.com/p/evaluatedecks
0 stars 0 forks source link

Can not download pictures when there a space in the path name (i.e. c:\Program Files\evaluatedecks) #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a folder with a space in the path (ex: c:\Program Files\evaluatedecks)
2. Copy all program files to that directory
3. Attempt to download pictures.
4. Program will indicate that it can't find the specified directory.

What is the expected output? What do you see instead?
Downloading of card images.  Instead it errors on the path.

What version of the product are you using? On what operating system?
1.023.184 Windows 7 (x64)

Please provide any additional information below.

Original issue reported on code.google.com by jpw...@gmail.com on 6 Mar 2012 at 4:25

GoogleCodeExporter commented 9 years ago
That is an error with privilegies, every executable requires special rights to 
write anywhere into "program files" folder, and this rights are granted upon 
installation. EvaluateDecks doesn't use installator, so it doesn't have those 
rights.
I can't clarify you further on how to grant those access rights for certain 
applications, since I've never done it, running application as administrator 
should help, but it is not the best option, you might want to google other 
options or put application somewhere else.

Original comment by mini...@gmail.com on 8 Mar 2012 at 6:36