7-Zip 24.04 Beta fails to extract ISO files that 7-Zip 23.01 can extract
A free file archiver for extremely high compression
Brought to you by:
ipavlov
Description:
When using 7-Zip 24.04 Beta to extract an ISO file, the operation fails with the error message "Open ERROR: Cannot open the file as [Iso] archive". The same operation succeeds when using 7-Zip 23.01.
Steps to reproduce:
7z.exe x -y -bsp1 -tiso "E:\_ISO\virtio-win-0.1.248-1.iso" -oC:\_DISM_\_RamFolder\asdfasdf in PowerShell.Expected result:
The ISO file is extracted without errors.
Actual result:
The operation fails with the error message "Open ERROR: Cannot open the file as [Iso] archive".
Additional information:
The same operation succeeds when using 7-Zip 23.01. The error only occurs with 7-Zip 24.04 Beta.
Environment:
"Primary Volume Descriptor" in that iso contains:
"File Structure Version" field value is equal to
2.7-Zip 24.04 expected that this field value must contain
1.Actually I don't know what exact values are allowed there.
I can remove that check from code, and it will work.
Can it be bug in ISO creation software?
Is value == 2 expected there?
That iso has Application string: "
Application: GENISOIMAGE ISO 9660/HFS FILESYSTEM CREATOR (C) 1993 E.YOUNGDALE (C) 1997-2006 J.PEARSON/J.SCHILLING (C) 2006-2007 CDRKIT TEAM"
Last edit: Igor Pavlov 2024-05-14
Hard to say as
The only way is to ask the current mainainer of cdrkit (Glaubitz?) what that value is and then decide what and how.