HomeForumsWhat's newResources 
 
 
Another Cue Sheet Problem
FatoraSohryu - Jun 25, 2002
 FatoraSohryu Jun 25, 2002
Sorry for another one of these kinda posts. Anyways I made a cue file for Popful Mail, by typing it in myself, and it keeps giving me an error when trying to load in cdrwin. This is what the cue looks like:

FILE Popfulmail.bin BINARY

TRACK 01 MODE1/2048

INDEX 01 00:00:00

POSTGAP 00:02:00

FILE Popfulmail02.WAV WAVE

TRACK 02 AUDIO

PREGAP 00:02:00

INDEX 01 00:00:00

FILE Popfulmail03.WAV WAVE

TRACK 03 AUDIO

INDEX 01 00:00:00

FILE Popfulmail04.WAV WAVE

TRACK 04 AUDIO

INDEX 01 00:00:00

The error is "Invalid cue sheet command at line 5. Previous file is not a multiple of the specified block size."

I assume this means that the size of "popfulmail 02.wav" is not a multiple of 2048, but I checked and it is...Complicated I know, anybody seen something like this before?

 MasterAkumaMatata Jun 25, 2002
I think previous file with respect to line 5 means the BIN file. Take the size of the BIN file (in bytes) and divide it by 2352. If the result is a whole number, give this cue sheet a shot:

Cue Sheet:
FILE "PopfulMail.BIN" BINARY

TRACK 01 MODE1/2352

INDEX 01 00:00:00

POSTGAP 00:02:00

FILE "PopfulMail02.WAV" WAVE

TRACK 02 AUDIO

PREGAP 00:02:00

INDEX 01 00:00:00

FILE "PopfulMail03.WAV" WAVE

TRACK 03 AUDIO

INDEX 01 00:00:00

FILE "PopfulMail04.WAV" WAVE

TRACK 04 AUDIO

INDEX 01 00:00:00


 mal Jun 25, 2002
It does seem a bit odd that it reports an error at line 5 about the previous track. ???

 sizone Jun 26, 2002
as wise master akuma stated put all your filenames in " quotations" as well

ughh, i hate cdrwin

 mal Jun 26, 2002
I think you only need to use quotation marks when the file names have spaces in them.

 sizone Jun 26, 2002
i dunno, i've gotten error messages for not capitalizing the BINIARY and WAVE sections of cue sheets so i don't know. i just don't know i can't even think about it anymore