PortableApps / Toucan

sync, backup and secure, all in one place
http://portableapps.com/apps/utilities/toucan
GNU General Public License v2.0
126 stars 23 forks source link

wxWidgets debug alert: failing to access a file/folder stops Toucan #39

Open cricri-pingouin opened 3 years ago

cricri-pingouin commented 3 years ago

I get a message "assert IsOpened() failed in GetFirst()" as in the attached screenshot. If you choose "No" or "Cancel", Toucan will continue the backup. Annoying if you a large backup, leave it unattended, and later find out it stopped and waiting for you to click a button.

Toucan error

cricri-pingouin commented 3 years ago

This keeps on interrupting my backups, and it does it with files that are not in use. Not sure if those files have some special attributes that cause the error. On inspecting one folder casuing the problem:

In the meantime, I will probably revert to v3.0.4 again.

alex-ter commented 3 years ago

Yeah, that's kind of a feature (the wxWidgets are compiled in debug mode to make it easier to troubleshoot things), but I see your point. Probably it's time to ditch the debug build, as it hasn't been much of use anyway.

cricri-pingouin commented 3 years ago

This is the actual error from the log: 18:34:27 Failed to open 'G:\Utils\Files\Some Program\Data\Some Program\roaming\modified\@APPDATA@' for writing (error 0: the operation completed successfully.) 18:34:27 Failed to modify file times for 'G:\Utils\Files\Some Program\Data\Some Program\roaming\modified\@APPDATA@\' (error 0: the operation completed successfully.)