reddingmark / minecraft-backup-tool

Automatically exported from code.google.com/p/minecraft-backup-tool
0 stars 0 forks source link

Win7 64bit Doing any operation brings up multiple "Could not set the specified value" popups. #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download and Run the .exe on Windows 7 64bit
2. Observe Popup Windows (7 or 8 in total)
3.

What is the expected output? What do you see instead?
Expect to just see the program launch. instead see popups. 

What version of the product are you using? On what operating system?
v1.02 Windows 7 64bit 

Please provide any additional information below.
Program does work normally after closing all the windows except it does not 
save configuration settings after exiting and restarting.

Attempted to run the app as Administrator, same results.

Original issue reported on code.google.com by jreade...@gmail.com on 26 Oct 2010 at 7:27

GoogleCodeExporter commented 8 years ago
Just another thing that might help debug.  I downloaded version 1.01 on a whim 
and it works perfectly fine.  No errors and configurations are saved properly.

Awesome program btw.  Finally a backup utility that restores with a click.  My 
3yo plays on my worlds all the time so i was constantly manually making zips of 
my worlds and restoring them each time i wanted to play.

Original comment by jreade...@gmail.com on 26 Oct 2010 at 7:36

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Interesting, I've done all development and testing on Windows 7 x64 (two 
separate machines in fact).

"Could not set the specified value" would be from the error check I do after 
every INIFile.SetValue() call. So it is an error writing to the settings.ini 
file.

What level of user are you logged in as when it happens? The program is built 
to run "As invoker" so whatever rights you have as a user will be assigned to 
the program, but since it stores everything in %AppData% (the Roaming profile) 
it shouldn't need anything special.

Can you check what access permissions are set for %AppData%\Minecraft Backup 
Tool\settings.ini? Does the file exist? Can you edit it manually?

(Thanks for the report!)

Original comment by lorne%in...@gtempaccount.com on 26 Oct 2010 at 9:31

GoogleCodeExporter commented 8 years ago
Ah -- I've been able to reproduce this by renaming %AppData%\Minecraft Backup 
Tool to something else.

I know what I did -- I accidentally removed the line to create the folder if it 
doesn't exist when I refactored the INI save/load code.

My apologies! I'll get a fix up asap.

Original comment by lorne%in...@gtempaccount.com on 26 Oct 2010 at 10:19

GoogleCodeExporter commented 8 years ago
Ok, that bug should be fixed now.

Original comment by lorne%in...@gtempaccount.com on 26 Oct 2010 at 11:27

GoogleCodeExporter commented 8 years ago
Sweet thanks, I'll try it when I get home.

Original comment by jreade...@gmail.com on 26 Oct 2010 at 11:31