mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-02-04 00:54:33 +00:00
[CDRWin] Index 00 incorrectly set in some CUE images #871
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 (Mar 10, 2022).
Originally assigned to: @claunia on GitHub.
Version
5.3.0
Commit hash
No response
Tested debug version?
Which operating systems have you used?
What is the architectural bit size you're using?
What processor are you using?
Image format
CDRWin CUE
Application that created the image
Aaru
What were you doing when it failed?
Destination image format
No response
Filesystem
No response
Description
When converting an image from Aaruf to CDRWin CUE (and most likely when dumping straight to CUE, but that hasn't been tested yet), Aaru sets both index 0 and 1 to 00:00:33, and other software such as Daemon Tools isn't able to recognize it. Changing index 0 to 00:00:00 matches dumps created by other software, and allows Daemon Tools to mount the image.
Exact command line used
Aaru image convert '.\Roger Waters - The Wall - Live in Berlin (USA) (846 611-2) (PDO) (Disc 2) (AD).aaruf' '.\Roger.cue' -f
Expected behavior
CUE image created by Aaru to work.
Actual behavior
CUE image created by Aaru doesn't work in other software.
Output of command execution with debug output enabled
Affected image
No response
@claunia commented on GitHub (Dec 6, 2022):
2022-01-20T23:53:04 Disc contains a hidden track...CDRWin does not support hidden tracks and other software that use the format may or may not only support hidden tracks of the same type.
Until we can be sure. this kind of images should not be convertible to the CDRWin cuesheet format.
See feature request #766
@claunia commented on GitHub (Dec 6, 2022):
Fixed in
70d8299.