ncfoster wrote: > Hello, > > Firstm thanks to Robin for this script. It is saving me a lot of time. > However, I am having problems just letting it run. I am running version > 0.2.9, BTW. After some period of time running the script, I will always > get the following error: > > fork() failed: Resource temporarily unavailable at > D:\Perl\flac2mp3\flac2mp3.pl line 585. > > The script then terminates, and I have to restart it whenever I next > come back to the computer and notice it. Obviously, this slows things > down a fair amount. I read something about registry edits that might > help with the "resource" problem, but the changes I made didn't seem to > do anything. > > I have a two part question. First, is there any way that the script > might be easily modified in such a way that it would periodically flush > out whatever "resources" might be getting taxed (or maybe the error > means something else)? Second, if that would be too difficult, is > there an easy way in perl that the script could check for this error > condition, and then just re-start the script automatically? If nobody > knows, this might be my excuse to learn perl.
Nathan, I'm afraid the last couple of releases have not been good. I tried a different way to launch flac and lame to do the conversion and it didn't work out too well. Until I find time to release 0.30, I suggest you grab the latest code from svn and use that. > > On a related note, the script also gives me several instances of this > error: > > 'mv' is not recognized as an internal or external command, operable > program or batch file. > Hmmm. Later revisions are transcoding to a temp file and renaming it, which will use "mv" on Linux/Unix but I had assumed it will use "move" on Windows. I'll check for compatibility before I release 0.30. R. _______________________________________________ ripping mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/ripping
