Another Cue Sheet Problem

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?
 
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:

<table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Cue Sheet:</td></tr><tr><td id="CODE">FILE "PopfulMail.BIN" BINARY

TRACK 01 MODE1/<font color=yellow>2352</font>

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

</td></tr></table>
 
It does seem a bit odd that it reports an error at line 5 about the previous track. ???
 
I think you only need to use quotation marks when the file names have spaces in them.
 
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
 
Back
Top