php-win.exe - The application was unable to start correctly (0xc00007b)
Asked Answered
T

4

9

I am on a Windows 7, 64 bits. I have installed WampServer 3.0.6 x64 (last version). I have installed the Visual C++ 2012 Update 4 x64 (last version too). Everything went successfully !

But i still have the same error when I try to run WampServer :

php-win.exe - Application Error

The application was unable to start correctly (0xc00007b). Click OK to close the application.

I tried everything, still gets this same error.

Tissue answered 15/9, 2016 at 14:37 Comment(1)
Check that you have installed ALL the MSVC C/C++ runtime libraries required. They are all mentioned in the install. But if you missed them, see forum.wampserver.com/read.php?2,138295Taler
T
10

As @RiggsFolly point out in comment, I had to install all the Microsoft Visual C++ runtime librairies :

Many more links and fix to different problems can be found in this link (i'm not affiliated) http://forum.wampserver.com/read.php?2,138295.

Tissue answered 26/9, 2016 at 8:43 Comment(0)
G
4

Install Microsoft Visual C++ Redistribute package required or compatible for the software.

Goldfish answered 13/6, 2018 at 6:7 Comment(0)
R
3

The application was unable to start correctly (0xc00007b). Click OK to close the application.

If you have the above error, then try one of solutions below

  1. Install Microsoft Visual C++ run time libraries

https://www.microsoft.com/en-us/download/details.aspx?id=52685

  1. Check if Port 80 is free, if not the change the Listener in httpd.conf file to some other port

How to Open httpd.conf - Click on WAMP in tray- Click Apache - Click http.conf a file will be opened in notepad/notepad++

Listen 0.0.0.0:80 - Change 80 to 8080 or anything other port

Listen [::0]:80

Server Name localhost:80 - Change to 8080

You can also check in Task Manager if Port 80 is really being used by following below steps

Go to Task Manager - View Menu - Columns- Check Mark (PID)
Go to Process Tab - Show all process and sort by PID and you can see if port 80 is really being used.

  1. Before starting installation of WAMP, disable IIS and quit Skype and other unwanted applications.

The above solutions should solve the problem

Rasmussen answered 26/12, 2017 at 6:6 Comment(0)
I
2

Apparently, You need to install more files about Microsoft Visual C++ runtime libraries. Checks VC++ packages installed And you will find all the packages on http://wampserver.aviatechno.net

This problem was fixed for me this way. Thanks to the forum.wampserver

Ize answered 5/10, 2020 at 17:7 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.