Romain Pasquiet Posted May 15, 2024 Report Posted May 15, 2024 (edited) Hello, When a create a zip archive with library version 5.0.2-1 and a password, the archive is not password protected. I can unzip files without entering any password. In addition, why this VI put the password as a file comment? My test VI: Result: Edited May 15, 2024 by Rom1P Quote
Rolf Kalbermatter Posted May 16, 2024 Report Posted May 16, 2024 (edited) Quote When a create a zip archive with library version 5.0.2-1 and a password, the archive is not password protected. I can unzip files without entering any password. In addition, why this VI put the password as a file comment? That are not two separate issues but the second is the sole reason for the first. Apparently the Bundle By Name node somewhere adapted to the wrong item, probably when editing the cluster typedef at some point. And I missed that! Simply changing that to the password item should fix the problem. Thanks for the report, I'll be looking into that soon. Edited May 16, 2024 by Rolf Kalbermatter Quote
Rolf Kalbermatter Posted May 21, 2024 Report Posted May 21, 2024 I looked at it in detail and the problem is in fact that the password and comment control are exchanged. This is clearly a bug I did when reworking the VIs for support of more options. I'll be working on a bug fix release but for the time being, you simply should exchange the two controls. Quote
Romain Pasquiet Posted May 22, 2024 Author Report Posted May 22, 2024 (edited) Hello, Thank you for your investigations Edit: I confirm it works after swapping controls in ZLIB Store File Prepare VI Edited May 22, 2024 by Rom1P Quote
Romain Pasquiet Posted June 3, 2024 Author Report Posted June 3, 2024 Hello Rolf, When can we expect a new version with this fix? Quote
Rolf Kalbermatter Posted June 26, 2024 Report Posted June 26, 2024 There is a new version 5.0.3 which should fix this. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.