Hi everyone. I encountered a disc image in the form of a cue/ape set, and I cannot write it. Alcohol 120% (1.9.2 version) creates a bad disc and Nero fails, too. I followed Afterdawn's guide and I installed the proper audio plugins (nxMyAPE.dll and nxMySHN.dll) in Nero Audio Plugins directory. The result is simple: if I create an audio compilation and I directly load the .ape file Naro makes it with no problem. If I try the 'burn image' command Nero reports an error. Since the .cue file contains all information about the audio tracks positions, I strongly need to use it, I don't care about having an audio disc containing a single audio track. Can someone help me? Thanks in advance.
check the .cue file with a plain text editor (not word) see that the "path" to the .ape file is pointing to the right place.. you won't be surprised when I tell you that 80% of .cue files I see have a path like C:\documents and settings\dave\limewire\downloads\music\cd\etc.ape .. which obviously is NOT where the file is on your drive at all .. edit it to be //name-of-file.ape .. you will get the idea when you open it and have a look.. I don;t happen to have a .cue file.. nearest I have right now is a toc file for a psx game.. Code: CD_ROM_XA // Track 1 TRACK MODE2_RAW NO COPY DATAFILE "love.bin" 39:35:51 // length in bytes: 419069952 // Track 2 TRACK AUDIO NO COPY NO PRE_EMPHASIS TWO_CHANNEL_AUDIO SILENCE 00:02:00 FILE "love.bin" #419069952 0 02:58:26 START 00:02:00 // Track 3 TRACK AUDIO NO COPY NO PRE_EMPHASIS TWO_CHANNEL_AUDIO FILE "love.bin" #419069952 02:58:26 03:01:74 START 00:01:74