CRC error (CopyFileEx) causes 10 minute hang

Get help for specific problems
Posts: 2
Joined: 10 Dec 2022

KennethS

I consistently get an error that causes my update to hang for about 10 minutes:
"ERROR_CRC: Data error (cyclic redundancy check). [CopyFileEx]"
I don't care about this one file (of 50,000) in my update. I have been able to con tinue after the 10-minute hang.

Is there some way to set "ignore all errors" *before* I start the Update?
OR is the amount of time spent attempting any single file configurable (such as 1 minute)?

Thanks.
User avatar
Posts: 2290
Joined: 22 Aug 2012

Plerry

If it is always the same file causing issues, and (as you write) you don't care about this one file, you can use the FFS Exclude Filter to exclude said file from your sync.
Posts: 2
Joined: 10 Dec 2022

KennethS

If it is always the same file causing issues, and (as you write) you don't care about this one file, you can use the FFS Exclude Filter to exclude said file from your sync. Plerry, 11 Dec 2022, 15:44
The filter solution worked like a charm! Thank you so much!