Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xampp Access violation at address 005ABEFFE

Tags:

xampp

I have an issue with my XAMPP Control Pannel.

Each time I run my XAMPP Control Pannel, it shuts down, with these errors :

XAMPP Control Pannel log

This is what the application error window show me :

  Exception EAccessViolation in module xampp-control.exe at 001ABEFFE.
  Access violation at address 005ABEFFE in module 'xampp-controle.exe'.
  Read of address 00000042.

And this is the details of the crash :

  Problem signature:
  Problem Event Name:   APPCRASH
  Application Name: xampp-control.exe
  Application Version:  3.1.0.0
  Application Timestamp:    505b977e
  Fault Module Name:    xampp-control.exe
  Fault Module Version: 3.1.0.0
  Fault Module Timestamp:   505b977e
  Exception Code:   c0000005
  Exception Offset: 001abefe
  OS Version:   6.3.9600.2.0.0.272.7
  Locale ID:    1036
  Additional Information 1: 85f1
  Additional Information 2: 85f130a438e7576b1a9e31c22e4b9f42
  Additional Information 3: 5349
  Additional Information 4: 53499a809c3ee8ed8ef93e12b24b146b

  Read our privacy statement online:
  http://go.microsoft.com/fwlink/?linkid=280262

  If the online privacy statement is not available, please read our privacy statement offline:
  C:\Windows\system32\en-US\erofflps.txt

Can you explain me how to fix it please ?

like image 903
Tofuw Avatar asked Sep 29 '15 08:09

Tofuw


People also ask

What is Access violation at address?

“Access Violation at Address” errors can happen on every version of Windows, including Windows 10. If you see this message, it means the software you're trying to run is attempting to access a protected memory address. It appears in the form of a pop-up window that prevents PC users from using particular programs.

How do I close Xampp control panel?

Shutting Down XAMPP You can shut down XAMPP from the main control panel by clicking Stop next to each of the services that are running, then click Quit.

How do I access Xampp control panel?

Go to All Programs → Apache Friends → XAMPP → XAMPP Control Panel.


1 Answers

First, your user must have administrator permission.

Second, install Xampp outside of "program files", preferably install in C:\xampp (It usually comes with this by default).

Third, after installation (Before running Xampp), go to the C:\xampp directory, look for xampp-control.exe, right click on it, go to "properties" go to the "compatibility" tab and then check the "run as administrator" option.

like image 102
Abner Samuel Avatar answered Sep 30 '22 21:09

Abner Samuel