You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
The text was updated successfully, but these errors were encountered: