https://bugs.documentfoundation.org/show_bug.cgi?id=168538
--- Comment #9 from Michael Stahl <[email protected]> --- looking at the first attachment... oh, thats a new one: 1433 if (aEntry.nMethod == STORED && aEntry.nCompressedSize != aEntry.nSize) 1434 { 1435 throw ZipException(u"entry STORED with inconsistent size"_ustr); 1436 } 00071980: 504b 0102 PK.. 00071990: 1400 1400 0800 0000 747a 9958 0000 0000 ........tz.X.... 000719a0: 0200 0000 0000 0000 2700 0000 0000 0000 ........'....... ^^^^^^^^^ uncompressed size is 0 ^^^^^^^^^ compressed size is 2 000719b0: 0000 0000 0000 8300 0000 436f 6e66 6967 ..........Config 000719c0: 7572 6174 696f 6e73 322f 6163 6365 6c65 urations2/accele 000719d0: 7261 746f 722f 6375 7272 656e 742e 786d rator/current.xm 000719e0: 6c l so it's a problem with the file that is correctly reported... but unfortunately in a debug build the recovery mode hits an assert, that is the thing to be fixed here... -- You are receiving this mail because: You are the assignee for the bug.
