Xampp Access violation at address 005ABEFFE
1st try this option.
- Goto Xampp folder in c:/xampp
- search for xampp.control.ini
- right click on xampp.control.ini & click on properties.
- Goto security select everyone & click on Edit button
- In permissions for everyone select 1st option(Full control)
- check all options are selected or not and then click on Apply & then OK.
This will solve you problem.
Note: Above solution works only when you logged in with Admin account.
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.
This error is showing you due to Xampp-control.exe
doesn't have permission to write on the file named xampp-control.ini
. Follow below steps to get rid of this:
- Go to Xampp directory.
- Search for file
xampp-control.ini
. - Go to properties of that file.
- Under security tab Select users Everyone.
- Edit permissions and provide full control.
- And Apply
To correct the error :
- Go to xampp directory (The location can be C:\xampp )
- look for xampp-control application file ( i.e file with icon and .exe extension )
- right click on xampp-control.exe file and click Properties option
- Now, select compatibility among the tabs and check the checkbox for "Run this program as an administrator"
- Finally, click Apply and Ok.
Here, the problem is solved. Try to start and quit xampp, it will work fine.