Not able to launch WAMP - Aestan Tray Menu has stopped working

半世苍凉 提交于 2019-12-18 14:38:46

问题


I just downloaded and installed WAMP, when I open it I get a warning box that

Aestan Tray Menu has stopped working -"A problem has caused program to stop working correctly. Windows will close program and notify you if a solution is found".

I have tried the usual solutions : I checked the IIS and it is already disabled. And I also unchecked the "use port 80..." option in Skype.

Can anyone help me out with this?


回答1:


Had the same problem. I had to install this to make it work properly :

http://www.microsoft.com/download/en/confirmation.aspx?id=29

HTH

Mathieu.




回答2:


I was having same problem for latest version of Wampserver (32 bits & PHP 5.4) 2.2E. I had installed and uninstalled many times and different softwares. Also formatted my machine twice. I was stucked for 3-4 days. Probably this way will help someone.

  1. Install the Microsoft Visual C++ 2008 Redistributable Package
  2. Install the Microsoft Visual C++ 2010 SP1 Redistributable Package
  3. Then Install Wampserver (32 bits & PHP 5.4) 2.2E

See for more info:

  1. Aestan Tray Menu Error
  2. http://forum.wampserver.com/read.php?2,53095
  3. http://forum.wampserver.com/read.php?2,78924



回答3:


Make sure you download and install the right version of WAMP (32 bit or 64 bit). If you choose the wrong one, apache will die on startup, causing the Aestan tray menu to die.




回答4:


Mathieu has indeed provided the correct answer.

At least under Windows XP you need to intall:

Microsoft Visual C++ 2008 Redistributable Package

in order to make it work. You can download it here:

http://www.microsoft.com/en-us/download/confirmation.aspx?id=29




回答5:


IF problem still occurs after

Installing the Microsoft Visual C++ 2008 Redistributable Package (x86 or x64 , have to download same version of wamp)
Installing the Microsoft Visual C++ 2010 SP1 Redistributable Package (x86 or x64 , have to download same version of wamp)
Installing Wampserver (32 bits & PHP 5.4) 2.2E

Then remove wamp , install .net framework . Restart your machine , install wamp again.

Also this problem can be solved with the command prompt . Mysql is working when you saw this error but APACHE is failed . So you can start it with command , cd c:\wamp\bin\apache\apachex.y\bin\ httpd.exe .You may not see the green light of wamp but you can work over 80.




回答6:


I just got it properly installed! I might be the only one who made this mistake, but I followed the advice above and it still didn't work-then I saw that I was downloading the wrong wampserver version - below the download button on the sourceforge download is a list of files-I pressed the link of the 2.2E file, instead of just clicking the download button on the top of the page

Ellen




回答7:


Try to disable temporally your Antivirus.

(After a day of trouble I've disabled all Kaspersky activity and everything started to work, also re-enabling Kaspersky....)




回答8:


Make sure no other program conflict Wamp such as IIS, Microsoft Web Deploy, Web Deployment Agent Service, SQL, Skype, Zonealarm, firewall/antivirus, NOD32, Eset, any web related program including Remote Desktop, Teamviewer or Apache, MySQL, PHP outside wamp folder (ie. in Program Files or System32 folder)

Try this: open file httpd.conf through wamp tray icon and find:

listen 80

Replace with:

listen 8181

OR

Control Panel, Uninstall Programs, Turn Widows Features On or Off, uncheck Internet Information Services

to disable IIS sevices from your computer




回答9:


at first, install Microsoft Visual C++ 2008 SP1 Redistributable Package !

(If WAMP is already installed, then backup BIN and WWW, and UNINSTALL WAMP, and install that package)!!

( or try Visual C++ 2010 or 2012 version.. in some cases, maybe .Net Framework is needed too?))

After that, install WAMP!




回答10:


I have tried the all answers here. But nothing works for me. Problem with me is UAC permission. WAMP needs UAC permission to load some menu items.

You need to turn off UAC permission.

More info here: https://stackoverflow.com/a/54514409/6914403



来源:https://stackoverflow.com/questions/5631571/not-able-to-launch-wamp-aestan-tray-menu-has-stopped-working

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