Page 1 of 1

Save settings button issues

PostPosted: Fri Dec 08, 2017 6:08 pm
by msimpson99
I have made changes and applied them. When I hit the Save settings button it depresses. It takes a while for it to depress, The change does not take place unless you wait for the button to depress and this can take over a minute. If you exit before the button depresses, the settings don't get saved. The problem is that the difference between pressed and depressed are very subtle.

Re: Save settings button issues

PostPosted: Fri Dec 08, 2017 6:51 pm
by ger21
If you are running an AV program, like Windows Defender, try adding an exclusion for the UCCNC folder. It should only take a second to save the settings.

Re: Save settings button issues

PostPosted: Fri Dec 08, 2017 7:39 pm
by cncdrive
This issue is because an antivirus software like windows defender checking through the file every time the UCCNC writes a key and especially if your computer has slow hard disk access this can slow down the saving process a lot.
We changed the saving method in the UCCNC a few versions back to avoid this issue. The new saving method doing the Save all keys into memory first and then flushing it to the file with a single write cycle, so antiviruses will only check the file once.
Also we've added protection to not let do anything like button presses while saving is ongoing.
It is yet in the test release only though, which you can download from here (1.2047 is the latest test release version): viewtopic.php?f=2&t=240&start=40