View Single Post
  #5  
Old 10-01-2008, 03:48 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Quote:
Originally Posted by So_1337 View Post
"The application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem."
From that error, my guess is that the binaries are not 100% statically linked and are maybe looking for the Visual C++ 2005 runtime libraries. I'm using Vista Ultimate 64 which probably comes with them pre-installed.

You could try installing the runtime libraries:

http://www.microsoft.com/downloads/d...displaylang=en
Reply With Quote