I often get this type of error when installing a module:
A critical error has occurred.
size mismatch: 1610;7407 <-> 1610;7525
Retrying the same module again I get:
A critical error has occurred.
Illegal characters in path.
Try again:
A critical error has occurred.
System.Exception: Exception of type 'System.Exception' was thrown. at ICSharpCode.SharpZipLib.Zip.Compression.InflaterDynHeader.Decode(StreamManipulator input) at ICSharpCode.SharpZipLib.Zip.Compression.Inflater.Decode() at ICSharpCode.SharpZipLib.Zip.Compression.Inflater.Inflate(Byte[] buf, Int32 offset, Int32 len) at ICSharpCode.SharpZipLib.Zip.Compression.Streams.InflaterInputStream.Read(Byte[] b, Int32 off, Int32 len)
And again:
A critical error has occurred.
size mismatch: 2295;18631 <-> 2295;18824
and yet again:
A critical error has occurred.
size mismatch: 1572;6193 <-> 566;1195
You can see it is impossible to diagnose the cause when the error keeps changing.
Any suggestions?