> I've been having quite a bit of difficulty trying to
> download larger sites. Sites that take longer than a
> day to download (very large sites) always crash and
> the CRASH.txt file gives the error:
> assert failed: zip_zipWriteInFileInZip_failed
Most probably the 2GB limit .zip file limit reached - this is a problem I'll
fix in a future release (the current 32-bit ZIP format does not support
archives larger than 2GB - and I'll have to extend the format to ZIP64)
|