Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error message "ouch, no space after track number" #17

Open
vanessakindell opened this issue Apr 17, 2024 · 2 comments
Open

Error message "ouch, no space after track number" #17

vanessakindell opened this issue Apr 17, 2024 · 2 comments

Comments

@vanessakindell
Copy link

Every time I try to convert this .cue .img file it throws the error "ouch, no space after track number".
The cue file indeed has a space after each track number so I'm not sure why it's throwing this error.

The cue file in question:
https://pastebin.com/uupzeBR0

I can't seem to get it to work and I have no idea why.

I'm running version 1.2.2

My neofetech system info:
https://pastebin.com/nndsDTmV

@root42
Copy link

root42 commented Aug 17, 2024

I have the same issue after ripping some old games with data and audio tracks to cue/bin using cdrdao. bchunk simply goes:

Reading the CUE file:                 
                                      
... ouch, no space after track number.
Track %                               

The cue file looks like this:

CD_ROM                                                                           
                                                                                 
                                                                                 
// Track 1                                                                       
TRACK MODE1                                                                      
NO COPY                                                                          
DATAFILE "mygame.bin" 26:23:64 // length in bytes: 243279872 
                                                                                 
                                                                                 
// Track 2                 
...                                                      

@root42
Copy link

root42 commented Aug 17, 2024

I think this is because bchunk expects the tracks to look like this:

TRACK 1 MODE1
NO COPY
...
TRACK 2 AUDIO
...

That is we need three entries per TRACK line. It seems some programs like cdrdao don't provide that. Editing the cue sheet fixes this. One could also enhance bchunk to check how many fields there are and automatically count the tracks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants