[CDRWin cuesheet] Invalid track mode in non-CD media. #609

Closed
opened 2026-01-29 15:23:48 +00:00 by claunia · 0 comments
Owner

Originally created by @claunia on GitHub (Jan 10, 2021).

Prerequisites

  • Are you running the latest version?
  • Can you reproduce the problem in the debug version?

Check and fill as appropriate:

  • I was running Aaru under Linux 5.9.14-arch1-1...
  • ...in 64-bit
  • ...using an Intel / AMD processor
    • Image format: CDRWin Cuesheet
    • Application that created the image: IsoBuster
  • I was checksumming the image

Description

Invalid track mode in non-CD media.

Exact command line used:

Unit test.

Expected behavior:

Image tracks:
Track  Type             Bps   Raw bps Subchannel  Pregap  Start       End         
=================================================================================
1      Data             2048  2048    None        0       0           235247      
2      Data             2048  2048    None        0       235098      257263  

Actual behavior:

Image tracks:
Track  Type             Bps   Raw bps Subchannel  Pregap  Start       End         
=================================================================================
1      CdMode1          2048  2048    None        0       0           235247      
2      CdMode1          2048  2048    None        0       235098      257263  

Output of command execution with debug output enabled

None

Image

test_multisession_dvd+r.cue
test_multisession_dvd-r.cue

Originally created by @claunia on GitHub (Jan 10, 2021). ### Prerequisites * [x] Are you running the latest version? * [x] Can you reproduce the problem in the debug version? ### Check and fill as appropriate: * [x] I was running Aaru under Linux 5.9.14-arch1-1... * [x] ...in 64-bit * [x] ...using an Intel / AMD processor * **Image format**: CDRWin Cuesheet * **Application that created the image**: IsoBuster * [x] I was checksumming the image ### Description Invalid track mode in non-CD media. ### Exact command line used: Unit test. ### Expected behavior: ``` Image tracks: Track Type Bps Raw bps Subchannel Pregap Start End ================================================================================= 1 Data 2048 2048 None 0 0 235247 2 Data 2048 2048 None 0 235098 257263 ``` ### Actual behavior: ``` Image tracks: Track Type Bps Raw bps Subchannel Pregap Start End ================================================================================= 1 CdMode1 2048 2048 None 0 0 235247 2 CdMode1 2048 2048 None 0 235098 257263 ``` ### Output of command execution with debug output enabled None ### Image test_multisession_dvd+r.cue test_multisession_dvd-r.cue
claunia added the bugdump image format labels 2026-01-29 15:23:48 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: aaru-dps/Aaru-aaru-dps#609