mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-02-04 00:54:33 +00:00
"Unsupported track type"when trying to extract files from a CCD image of a CD-Plus #527
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TheRogueArchivist on GitHub (Nov 11, 2020).
Prerequisites
Check and fill as appropriate:
Description
When trying to extract files from an CCD image of a CD-Plus, Aaru isn't able to and gives the error "Error reading file: Unsupported track type"
Exact command line used:
aaru fs extract CD-Plus_aaru_5.2.ccd 0Output of command execution with debug output enabled
@TheRogueArchivist commented on GitHub (Mar 8, 2021):
Can not reproduce using a CCD converted from an Aaruf created by a newer version of Aaru. Converting the Aaruf to CCD using release versions of 5.1 and 5.2 also doesn't seem to cause any issue in extraction, so the issue is/was likely due to Aaru creating an incorrect dump in 5.2. Will close when confirmed.
@TheRogueArchivist commented on GitHub (Mar 8, 2021):
Was able to recover the exact image used when creating this bug report, and can confirm the Aaruf itself seems to be bad in a way that causes a CCD conversion to produce an invalid image. Converting with the newest version of Aaru still breaks, but converting an image created with a newer version of Aaru works fine. So it has to be that the Aaruf created by 5.2 is subtly incorrect, because extraction from the original Aaruf still works.