Bug? KeyValueStore.b4xlib kills b4xlib2XML

agraham

Expert
Licensed User
Longtime User
I was updating my XML files produced from the B4XLibs in B4A standard libraries using b4xlib2XML
All worked except KeyValueStore.b4xlib which produces an error in the Archiver at line 38 in the XMLGenerator module.
B4X:
a.UnZip("", b4xlib, TempFolder, "") ' Error here at line 38

java.io.IOException: java.util.zip.ZipException: invalid entry size (expected 0 but got 163 bytes)
It looks like either the Archiver can't cope with however that b4xlib was compressed or whatever compressed it did it wrong, but in a way that other utilities, like 7-Zip don't mind.
 
Top