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: EAC+FLAC error - strange %source% value (Read 3034 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

EAC+FLAC error - strange %source% value

Sorry if this problem has already been discussed, but my usage of Google found me nothing, so...
On "Test & Copy Selected Tracks - Compressed" command EAC creates WAV-file with the proper name in the target directory and then says "The external compressor returned an error!"; the command line displayed is
Code: [Select]
-6 -V (a bunch of -T "param=value") "[tmp--658.wav" -o "[tmp--658.flac"
The thing is, I can't find such files in TEMP folder and it doesn't make much sense anyway. FLAC command line ends with
Code: [Select]
%source% -o %dest%
so I think something is wrong with the order of operations - compressor-related code assumes WAV is created as a temporary, but WAV-reading code thinks it should go into the target folder. Anyway, I'm at loss about how to make this work properly (or why it broke in the first place).

(EAC version is 1.0 beta 3 from August 2011, in "Compression options" options "Delete WAV" and "check return code" are checked, "Test encoder" works OK)

Re: EAC+FLAC error - strange %source% value

Reply #1
Try with "Additional command-line options" set only to %source% just to see if working.  If you are ripping to a network location, that can cause issues.  Rip to your local machine and copy over later.

You don't need "-6" nor "-o %dest%" in your commandline if using latest version of EAC.

Re: EAC+FLAC error - strange %source% value

Reply #2
[tmp--658.wav & [tmp--658.flac are normal temporary files and would be created in the destination folder during the compression process. With your settings the wav file is deleted and the flac renamed after successful exit of the encoder.

EAC > EAC Options > Tools tab
Do you have 'Convert BMP image files automatically to JPG' checked? (recommend: checked)
late edit: after changing the setting you may need to clear the current bmp image and get new CD information from the metadata provider to convert the image.   
korth

 

Re: EAC+FLAC error - strange %source% value

Reply #3
This is strange. "Convert to JPEG" option was checked. Unchecked it, checked, reloaded cover.
Copying tracks works without problems now.
Thanks for the help.