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

无人久伴 提交于 2019-11-30 11:29:05

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.

Somnath Muluk

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

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.

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

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.

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

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....)

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

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!

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

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