Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Can't open Flac CUE file (Read 8313 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Can't open Flac CUE file

I have correctly encoded single flac with cue file.
I have APE plugin in component folder
I can open single flac file
I can't open cue with separate tracks

Got this error mesage
Unable to open item for playback (Object not found):
"C:\Documents and Settings\Signe\Desktop\Torrent\Dhomont\Francis Dhomont - Sous le regard d'un soleil noir.cue" / index: 1



What is wrong with my foobar 2000?

Can't open Flac CUE file

Reply #1
copy and paste the text in the cue file using the
Code: [Select]
[codebox][/codebox]
tags
Who are you and how did you get in here ?
I'm a locksmith, I'm a locksmith.

Can't open Flac CUE file

Reply #2
Object not found errors and the last track not reporting a length means the referenced file is missing. There also appear to be foreign characters in your CUE sheet's file name, so make sure your CUE sheet is UTF-8 encoded with Notepad or any other Unicode capable text editor, with Byte Order Marker.

Can't open Flac CUE file

Reply #3
copy and paste the text in the cue file using the
Code: [Select]
[codebox][/codebox]
tags

this is how I place the code in cue file, but does not help

Code: [Select]
REM DISCID 680C1708
REM COMMENT "ExactAudioCopy v0.99pb5"
PERFORMER "Francis Dhomont"
TITLE "Sous le regard d'un soleil noir"
FILE "Francis Dhomont - Sous le regard d'un soleil noir.wav" WAVE
  TRACK 01 AUDIO
    TITLE "Pareil  un voyageur perdu"
    PERFORMER "Francis Dhomont"
    INDEX 01 00:00:00
  TRACK 02 AUDIO
    TITLE "Engloutissement"
    PERFORMER "Francis Dhomont"
    INDEX 00 07:58:44
    INDEX 01 08:00:50
  TRACK 03 AUDIO
    TITLE "Arr te! Arr te! Elle me tue"
    PERFORMER "Francis Dhomont"
    INDEX 00 15:52:59
    INDEX 01 15:55:05
  TRACK 04 AUDIO
    TITLE "Implosion"
    PERFORMER "Francis Dhomont"
    INDEX 00 23:17:21
    INDEX 01 23:20:25
  TRACK 05 AUDIO
    TITLE "Le moi divis "
    PERFORMER "Francis Dhomont"
    INDEX 00 27:34:21
    INDEX 01 27:35:05
  TRACK 06 AUDIO
    TITLE "Citadelle int rieure"
    PERFORMER "Francis Dhomont"
    INDEX 00 33:59:11
    INDEX 01 34:05:02
  TRACK 07 AUDIO
    TITLE "P trification"
    PERFORMER "Francis Dhomont"
    INDEX 00 41:45:17
    INDEX 01 41:49:52
  TRACK 08 AUDIO
    TITLE "Le message quand vient le soir"
    PERFORMER "Francis Dhomont"
    INDEX 00 47:08:51
    INDEX 01 47:14:62

Object not found errors and the last track not reporting a length means the referenced file is missing. There also appear to be foreign characters in your CUE sheet's file name, so make sure your CUE sheet is UTF-8 encoded with Notepad or any other Unicode capable text editor, with Byte Order Marker.

if the "referenced file" is "text file" I have it and saved as UTF-8

Can't open Flac CUE file

Reply #4
This is the line that shows the cue which file to reference:
Quote
FILE "Francis Dhomont - Sous le regard d'un soleil noir.wav" WAVE


It should be:
Quote
FILE "Francis Dhomont - Sous le regard d'un soleil noir.flac" WAVE
elevatorladylevitateme

Can't open Flac CUE file

Reply #5
This is the line that shows the cue which file to reference:
Quote
FILE "Francis Dhomont - Sous le regard d'un soleil noir.wav" WAVE


It should be:
Quote
FILE "Francis Dhomont - Sous le regard d'un soleil noir.flac" WAVE



Ok, right.
-Thanks -

 

Can't open Flac CUE file

Reply #6
Also, chiming in with a useless report that I thought I saw a lower case E with an accent mark over it, and I was mistaken. Whoops, more obvious error that could have been solved if I'd noticed you were already asked to post the CUE file. Moo.