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

匿名 (未验证) 提交于 2019-12-03 07:50:05

问题:

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.

回答1:

@RiggsFolly answered my question. I had to install all the Microsoft Visual C++ runtime librairies. His link helps very much : http://forum.wampserver.com/read.php?2,138295.



回答2:

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



标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!