GOing nuts

####. im trying to burn dragon force. but i keep getting errors when i try to make the cue file. what am i doing wrong it keeps saying error. line 4.

someone please help me.

FILE C:\Dragon\DRAGON_FORCE.iso BINARY

TRACK 01 MODE1/2352

INDEX 01 00:00:00

POSTGAP 00:02:00

FILE Track 02 Audio Track 2.mp3

TRACK 02 AUDIO

PREGAP 00:02:00

INDEX 01 00:00:00
 
Remove absolute paths. Absolute paths are evil.

Not a good idea to have file names with spaces. If you do, you need to use "double quotes".

FILE "DRAGON_FORCE.ISO" BINARY

TRACK 01 MODE1/2352

INDEX 01 00:00:00

POSTGAP 00:02:00

FILE TRACK02.MP3 MP3

TRACK 02 AUDIO

PREGAP 00:02:00

INDEX 01 00:00:00


Also, it's a good idea to convert to MP3 --> WAV first. Then the cue sheet would look like this:

FILE "DRAGON_FORCE.ISO" BINARY

TRACK 01 MODE1/2352

INDEX 01 00:00:00

POSTGAP 00:02:00

FILE TRACK02.WAV WAVE

TRACK 02 AUDIO

PREGAP 00:02:00

INDEX 01 00:00:00
 
If it was line 5 I'd say it was because of spaces in the file name. It doesn't like spaces in file names without quotation marks around the name.

That is

FILE C:\Dragon\DRAGON_FORCE.iso BINARY

TRACK 01 MODE1/2048

INDEX 01 00:00:00

POSTGAP 00:02:00

FILE "Track 02 Audio Track 2.mp3" MP3

TRACK 02 AUDIO

PREGAP 00:02:00

INDEX 01 00:00:00

instead. This means the mp3 must be in the same folder as the cuesheet. I'm not sure about the grammar for setting the path for the iso though. I keep all of my files together.

(edit) pipped by MasterAkumaMatata while researching my post

(Edited by mal at 2:48 pm on Oct. 9, 2001)
 
thanks guys . i now realize i need to also upper case file extensions for cue files wierd eh?

i think the file was bad also. just ran satconv and it cant recognize it as a saturn iso. #### bad luck eh?

thanks for the help very apreciated.
 
Actually, upper case is not necessary, I just like it in all caps.

Anway, I have a feeling it's MODE1/2048, and not MODE1/2352. Better use CDmage to find out for sure, if you don't like to do manual calculations.

Either that or rename your .ISO to .BIN if it's really MODE1/2352, so that SatConv may correctly recognize it.
 
Quote: from MasterAkumaMatata on 4:32 am on Oct. 9, 2001

Anway, I have a feeling it's MODE1/2048, and not MODE1/2352. Better use CDmage to find out for sure, if you don't like to do manual calculations.


i think that the iso file you're using is my own rip (see the audio track name? binchunker derived files has the 2352 at the end, i think) therefore, im sure it's 2048 bytes/sector. how big is it, and where'd you get it from?
 
ya i got your rip. so i just need to change the mode eh? ill give it a try. its a total of 547 mbs. but like i said before i satconv couldnt read it? ill look into this cdmage.

thanks.
 
well i re-d/l the file and i guess my copy wasnt the whole thing. but yes this time i could satconv and yes the cue info you guys gave me worked. burn complete. but the game hangs after the sega screen. im kinda tired of messing with this thing. ill look for it on ebay. after all this im ready to be scalped. hopefully someone else can try out the file and see if it works for them.
 
YES SUCCESS. THE only thing i changed from the last was using a brand name cdr. the cheap one from frys i guess was hard for my player to read? o well i got it working!
 
Heh, that'll teach you to not use cheap CD-R's.
evil.gif


BTW, which cue sheet did you use? The MODE1/2048 one?

Edit: missed a word

(Edited by MasterAkumaMatata at 12:51 am on Oct. 11, 2001)
 
Back
Top