Here's a rather... odd one. Using either EAC or CDex with lame.exe (version 3.90.3) and wapet.exe to encode MP3 files with APEv2 tags, sometimes... wapet.exe will just up and disappear in the middle of a ripping & encoding session. Thinking it may be a problem with EAC, I tried CDex, but it happens there as well. First, I was using the command line of
%d -t "Artist=%a" -t "Title=%t" -t "Album=%g" -t "Year=%y" -t "Track=%n" -t "Genre=%m" -t "Encoded by=My name here" lame.exe --alt-preset extreme -c --space-id3v1 %s %d
Which worked fine for several albums worth, over the period of two or three days. But then, like I said, wapet.exe just started... disappearing. Each time, I'd have to copy the file back. So then I changed the command line to
%d -t "Artist=%a" -t "Title=%t" -t "Album=%g" -t "Year=%y" -t "Track=%n" -t "Genre=%m" lame.exe --alt-preset extreme -c --space-id3v1 %s %d
And it started working again. Except that within a few rips, wapet.exe disappeared again.
I wish I knew what the Hell was going on. What is causing wapet.exe to be deleted in the middle of a rip & encode session?