|
Post by Oliver on Oct 9, 2004 8:27:28 GMT -5
Hello!
Does anybody knows what this error means?
Zipping a bunch of files. The resulting zip is about 3 GB but I've got this exception.
|
|
|
Post by Kevin on Oct 11, 2004 16:16:21 GMT -5
Does the zip process continue?
This is rare, but it just means that somehow a path/filename was built by VCLZip (from the FilesList/wildcards) that matches a file that was already zipped.
Kevin
|
|
|
Post by Oliver on Oct 16, 2004 17:47:32 GMT -5
This is from a person that is using my program:
"But I get the same error on a much smaller task: log: 2004-10-08 23:59:30 Backing up task "SPCS" 2004-10-08 23:59:44 59 files to compress (Total: 50941135 bytes) ERR 2004-10-09 00:00:07 Error while compressing "SPCS": Duplicate Object index 2004-10-09 00:00:08 Backup for "SPCS" done. 0 file(s) copied ERR 2004-10-09 00:00:08 There are errors: 1
this contains 5 subdirs with different names that each contain a dir with the same name that contains 2 files with the same name. dir a contains subdir aaaa with file bbb and ccc dir b contains subdir aaaa with file bbb and ccc dir c contains subdir aaaa with file bbb and ccc and so on"
The funny thing is that I have reproduced the same directory structure and can zip i without problems. Go figure...
|
|
|
Post by Kevin on Oct 16, 2004 22:10:18 GMT -5
I've not been able to reproduce it myself either. I'll keep looking though.
|
|