amanuelg3 / padtie

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

Exception caught when modifying built-in config which already has a custom config (0.1b1) #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Version: 0.1b1

If you receive "A custom configuration called 'xxx.config.xml' already exists." 
and choose Yes you will receive an uncaught exception. You can click Continue 
and Pad Tie continues to operate normally, but your changes are not permanently 
saved.

When you change a built-in config, it will copy it to your custom configs 
folder. This happens because you cannot modify the "Program Files" structure on 
Windows Vista and later. This bug shows up if you already have a configuration 
file with the same name with your custom ones.

Workaround: Open up the custom configuration and edit that (it will be shown 
with [Custom] at the end of the name), or delete/rename the custom config from 
"My Documents\Pad Tie", and then make your changes, then click Yes to the 
prompt and you will not experience the error.

Original issue reported on code.google.com by wila...@gmail.com on 17 Aug 2010 at 1:21

GoogleCodeExporter commented 9 years ago
This was fixed during the great sprint of 0.1b1-2

Original comment by wila...@gmail.com on 28 Aug 2010 at 3:25