Application Configuration is Incorrect.
by Santosh Pillai · in Technical Issues · 01/08/2009 (10:38 pm) · 4 replies
Hi,
I am getting this error when I try starting my game:
"This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem."
I googled through to find that it is some Windows Side-by-Side issue and that of the CRT libraries being integrated with the application exe. The common fixes I found on the internet were to install the vcredist_x86.exe released by Microsoft depending on the version of Visual Studio I am using (by the way I am using VS2005) or changing the Runtime Library to Multithreaded (/MT) from Multithreaded DLL (/MD).
As you may have guessed by now, I have tried doing both of those, and have not succeeded in either ways. Also, I have used the resource to embed the llmozlib into my application to show webpages inside the application and that required me to make some changes to these above settings.
Any one have got this problem and does anyone have solve this problem? Looking forward to your replies.
Thanks in advance.
I am getting this error when I try starting my game:
"This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem."
I googled through to find that it is some Windows Side-by-Side issue and that of the CRT libraries being integrated with the application exe. The common fixes I found on the internet were to install the vcredist_x86.exe released by Microsoft depending on the version of Visual Studio I am using (by the way I am using VS2005) or changing the Runtime Library to Multithreaded (/MT) from Multithreaded DLL (/MD).
As you may have guessed by now, I have tried doing both of those, and have not succeeded in either ways. Also, I have used the resource to embed the llmozlib into my application to show webpages inside the application and that required me to make some changes to these above settings.
Any one have got this problem and does anyone have solve this problem? Looking forward to your replies.
Thanks in advance.
#2
1) I am using TGE 1.5.2
2) I am running my own game, which I made it up from starter.fps
3) Operating System - Windows XP
4) Exactly I am trying to run my application. :)
01/09/2009 (5:23 am)
Well...1) I am using TGE 1.5.2
2) I am running my own game, which I made it up from starter.fps
3) Operating System - Windows XP
4) Exactly I am trying to run my application. :)
#3
01/09/2009 (5:38 am)
Does the game start ok with one of the unmodified examples (i.e. stock starter.fps)? Or do you get he error regardless of what example you try to run?
#4
01/09/2009 (11:13 pm)
No actually they start properly because I have not integrated the guibrowserctrl within them. So they work properly. Even in this case if I modify the Runtime Library to Multithreaded (/MT) from Multithreaded DLL (/MD) it gives me plenty of linker errors with respect to guibrowserctrl. If I compile it using Multithreaded DLL (/MD) it works fine but then I will again have to face the application configuration incorrect error.
Torque Owner Quinton Delpeche
Gobbo Games
1). Are you talking about TGE or TGEA? What version?
2). Do you get this when running the examples provided with each or have you customised them?
3). What operating system are you using?
4). Exactly what are you trying to run?