Angrybirds (Angry Birds), a global game, now comes with the PC version. We were delighted to see the following error during the download and running process: "The application failed to start due to incorrect application configuration. Re-installing the application may correct this problem "(). What the hell is going on?
In fact, not just angrybirds (Angry Birds), many of the software we often use will encounter errors that failed to start applications. Of course, this may be caused by bugs in the software itself, but the general situation is that all files downloaded from the same website can be used by others, and I cannot. In this case, we should consider whether it is caused by missing files on my computer.
What files are missing? We can think of it from program development. Currently, most of the mini programs, mini games (such as Angry Birds), and most of the anti-CD patches for game cracking are written in C language, C language EXE files need to call the C function library at runtime. Therefore, if the function library (Microsoft Visual C ++ redistributable package) is not installed on our computer, the program cannot be started.
Now that we know the problem, we have a solution. However, before providing this file, I want to emphasize that the Runtime Library contains C ++ 2005 redistributable package, C ++ 2008 redistributable package, and C ++ 2010 redistributable package,Because they contain different library files, they cannot be replaced by each other, that is, C ++ 2010 can be replaced by C ++ 2005 and C ++ 2008, it is best to install them all.Since the files are not very large, we recommend that you download and install them (they are compatible and will not conflict with each other ).
The angrybirds game requires Microsoft Visual C ++ 2005 SP1 redistributable package (2.0.50727.4053) and Microsoft Visual C ++ 2008 SP1 redistributable package (9.0.30729.4148) support for these two libraries (32-bit and 64-bit windows ).
C ++ 2005 SP1 (2.0.50727.4053:
Http://download.csdn.net/source/3009961 or http://good.gd/960866.htm
C ++ 2008 SP1 (9.0.30729.4148:
Http://download.csdn.net/source/3009523 or http://good.gd/963671.htm
Note that I have highlighted the file version number.This means that you can install a Microsoft Visual C ++ redistributable package insteadYou must install a file with the version number or a later version number (note the version number) to solve the problem.Therefore, if you have tried it before, but it does not solve the problem, it is likely that the version number of the downloaded file is incorrect. We suggest you download the package from the address I provided and try again. You may be pleasantly surprised.
The above two files can be installed normally after testing. Especially C ++ 2005 SP1, the version I provide does not show "command line option syntax error. Type COMMAND /? For help. "Please feel free to download this error.
I mentioned that another Runtime Library is C ++ 2010 redistributable package. Although it does not help this game, I still provide it to you, it is convenient to solve similar files that need to be supported by the C ++ 2010 library.
: Http://download.csdn.net/source/3000030
Now, the problem is completely solved. You can enjoy angrybirds. Dear friends, if this article solves your problem, don't forget to reply!