View Single Post
Old 19th November 2010, 13:23   #33  |  Link
LoRd_MuldeR
Software Developer
 
LoRd_MuldeR's Avatar
 
Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,248
Hmmmm, this hardly makes any sense:

Quote:
Originally Posted by SeeMoreDigital View Post
Code:
Found Nero AAC encoder binary:
C:/Program Files/LameXP v4.00 TechPreview [Build #40]/neroAacEnc.exe

Nero process failed to create!
Error message: "Process failed to start: No such file or directory"
We check first for the existence of the 'neroAacEnc.exe' and only if it does exist we try to execute it

So the only way for this to happen is that the 'neroAacEnc.exe' disappeared during the three nanoseconds between the file.exists() and the process.start().

This of course is EXTREMELY unlikely. So are you sure that you aren't fooled by a buggy A/V software?

(Anyway, I added yet another check that will check for the existence of the file once again after the process failed to create. Just to be sure...)


By the way: Do other features that involve creating a process work for you? What about MediaInfo and LAME?

For example: Can you open files on the "Source Files" tab and get the correct meta info? Can you encode files to the MP3 format by clicking "Encode Now!" button?


By the way 2.0: My main development machine is running Windows 7 too, so this can't be a portability issue either.
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊

Last edited by LoRd_MuldeR; 19th November 2010 at 19:14.
LoRd_MuldeR is offline   Reply With Quote