QUOTE(Juan C. @ Mar 4 2008, 09:26)

[...] By the way which writer do you use? Another question : Do you burn with CDRDAO or not?
The problem occurs for me on Pioneer DVR-110D, DVR-111D and DVR-212D.
I've managed to capture the parameters string that EAC passes to cdrdao.exe:
CODE
"C:\Program Files\Exact Audio Copy\cdrdao\cdrdao.exe" write --device SPTI:0,0,0 -n --swap --buffers 32 --overburn -v 5 --eject --speed 4 --multi "C:\Program Files\Exact Audio Copy\cdrdao\cdrdao.toc"
cdrdao.exe (trimmed) help:
QUOTE
--device [proto:]{<x,y,z>|device} - sets SCSI device of CD-writer
(default: 0,0,0)
--speed <writing-speed> - selects writing speed
--multi - session will not be closed
--overburn - allow to overburn a medium
--eject - ejects cd after writing or simulation
--swap - swap byte order of audio files
--buffers # - sets fifo buffer size (min. 10)
--force - force execution of operation
-v # - sets verbose level
-n - no pause before writing
I tried to burn a disc with the bundled CDRDAO 1.1.9 and that EAC-specified parameters, here is the complete error message:
QUOTE
WARNING: The toc type should be set to CD_ROM_XA if a multi session
WARNING: CD is recorded.
ERROR: Toc-file "image.toc" may create undefined results.
ERROR: Use option --force to use it anyway.
The beginning of the .toc file I've tried to burn:
QUOTE
// Generated by cue2toc 0.2
// Report bugs to <dermatsch@gmx.de>
CATALOG "0093624999898"
CD_DA
TRACK AUDIO
ISRC "USRE10700350"
AUDIOFILE "image.wav" 00:00:00 03:05:05
I guess, to fix the bug EAC should replace that CD_DA with CD_ROM_XA or pass the --force option to cdrdao.exe.