Announcement

Collapse
No announcement yet.

Mounting CUE+WAV file gives "Unrecognized Media or Invalid Format" error

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Mounting CUE+WAV file gives "Unrecognized Media or Invalid Format" error

    So I've been trying to mount this CUE+WAV on Daemon Tools Lite with no success. Every time I try to mount it it gives me a "Unrecognized Media or Invalid Format" error.

    Code:
    REM GENRE JPop
    REM DATE 2012
    REM DISCID 1F034F03
    REM COMMENT "ExactAudioCopy v1.0b3"
    PERFORMER "水樹奈々"
    TITLE "Synchrogazer"
    FILE "水樹奈々 - Synchrogazer.wav" WAVE
      TRACK 01 AUDIO
        TITLE "Synchrogazer"
        PERFORMER "水樹奈々"
        INDEX 01 00:00:00
      TRACK 02 AUDIO
        TITLE "Love Brick"
        PERFORMER "水樹奈々"
        INDEX 01 04:27:12
      TRACK 03 AUDIO
        TITLE "理想論"
        PERFORMER "水樹奈々"
        INDEX 00 04:27:12
        INDEX 01 09:10:72
    I converted it into a FLAC file and changed the filenames so that no Japanese characters that can potentially break DTL

    Code:
    REM DATE 2012
    REM DISCID 1F034F03
    PERFORMER "Nana Mizuki"
    TITLE "Synchrogazer"
    CATALOG 4988003415792
    REM DISCNUMBER 1
    REM TOTALDISCS 1
    FILE "wat2.flac" WAVE
      TRACK 01 AUDIO
        TITLE "Synchrogazer"
        PERFORMER "Nana Mizuki"
        INDEX 01 00:00:00
      TRACK 02 AUDIO
        TITLE "Love Brick"
        PERFORMER "Nana Mizuki"
        INDEX 01 04:27:12
      TRACK 03 AUDIO
        TITLE ""
        PERFORMER "Nana Mizuki"
        INDEX 00 04:27:12
        INDEX 01 09:10:72
    So as a last ditch, I removed any meta-data and tried to mount it and still gives me the same error

    Code:
    FILE "wat2.flac" WAVE
      TRACK 01 AUDIO
        TITLE ""
        PERFORMER ""
        INDEX 01 00:00:00
      TRACK 02 AUDIO
        TITLE ""
        PERFORMER ""
        INDEX 01 04:27:12
      TRACK 03 AUDIO
        TITLE ""
        PERFORMER ""
        INDEX 00 04:27:12
        INDEX 01 09:10:72
    Any idea what's breaking Daemon Tools?

  • #2
    Try to save the cue file in Windows Editor using UTF-8 encoding.

    btw. which DT lite version ?
    Attached Files
    Last edited by Terramex; 10.07.2015, 09:47.
    I'm not employed by Disc Soft and my views do not necessarily reflect the ones of the company.

    Comment


    • #3
      It is quite obvious your CUE file is broken, because INDEX 00 of track 3 is same as INDEX01 of track 2. All indexes must be strictly ascending. Also this CUE indicates track 3 has almost 5 minutes of silence (pause) before actual data. This is really weird. Someone (who has absolutely no clue) has edited this image or the program which created it is buggy. Another information: only ASCII characters are allowed in CD-TEXT data (PERFORMER etc) according to standard. Anything else will be aborted.

      Comment


      • #4
        Originally Posted by Development View Post
        It is quite obvious your CUE file is broken, because INDEX 00 of track 3 is same as INDEX01 of track 2. All indexes must be strictly ascending.
        I've also noticed that, but shouldn't such a cue still mount as long as INDEX 00 of track 3 is bigger than INDEX 00 of track 2 & smaller than INDEX 01 of track 3 ?
        Last edited by Terramex; 14.07.2015, 12:45.
        I'm not employed by Disc Soft and my views do not necessarily reflect the ones of the company.

        Comment

        Working...
        X