Page 1 of 1

xampp 1.8.1 VC 9 error

PostPosted: 23. April 2013 07:09
by arion06
good day. i installed xampp 1.8.1 at my usb stick in windows 7 and it is perfectly fine. and then when i went to the computer shop i run the installed xampp in the usb in windows xp sp2. it got many errors. i tried to run the setup xampp it automatically restarts. and then when i run it in windows 7 it is the same when i run it on xp. these are the errors.

1:47:28 PM [main] Initializing Control Panel
1:47:28 PM [main] Windows Version: Windows XP SP2 32-bit
1:47:28 PM [main] XAMPP Version: 1.8.1
1:47:28 PM [main] Control Panel Version: 3.1.0 3.1.0 [ Compiled: September 20th 2012 ]
1:47:28 PM [main] Running with Administrator rights - good!
1:47:28 PM [main] XAMPP Installation Directory: "f:\xampp\"
1:47:28 PM [main] Checking for prerequisites
1:47:28 PM [main] All prerequisites found
1:47:28 PM [main] Initializing Modules
1:47:28 PM [Apache] Apache Service detected with wrong path
1:47:28 PM [Apache] Change XAMPP Apache settings or
1:47:28 PM [Apache] Uninstall/disable the other service manually first
1:47:28 PM [Apache] Found Path: "d:\website\xampp\apache\bin\httpd.exe" -k runservice
1:47:28 PM [Apache] Expected Path: "f:\xampp\apache\bin\httpd.exe" -k runservice
1:47:28 PM [mysql] MySQL Service detected with wrong path
1:47:28 PM [mysql] Change XAMPP MySQL settings or
1:47:28 PM [mysql] Uninstall/disable the other service manually first
1:47:28 PM [mysql] Found Path: d:\website\xampp\mysql\bin\mysqld.exe --defaults-file=d:\website\xampp\mysql\bin\my.ini mysql
1:47:28 PM [mysql] Expected Path: f:\xampp\mysql\bin\mysqld.exe --defaults-file=f:\xampp\mysql\bin\my.ini mysql
1:47:28 PM [filezilla] FileZilla Service detected with wrong path
1:47:28 PM [filezilla] Change XAMPP FileZilla settings or
1:47:28 PM [filezilla] Uninstall/disable the other service manually first
1:47:28 PM [filezilla] Found Path: "d:\website\xampp\filezillaftp\filezillaserver.exe"
1:47:28 PM [filezilla] Expected Path: "f:\xampp\FileZillaFTP\filezillaserver.exe"
1:47:28 PM [main] Starting Check-Timer
1:47:28 PM [main] Control Panel Ready

when i run the apache i had this,

Access violation at address 005ABEFE in module 'xampp-control.exe'. Read of address 00000042
Access violation at address 005ABEFE in module 'xampp-control.exe'. Read of address 00000042

please help me.. thank you. :)

Re: xampp 1.8.1 VC 9 error

PostPosted: 23. April 2013 08:51
by Altrea
Hi,

Please get the latest XAMPP control panel version from here and extract it into your XAMPP installation path (Overwrite files if necessary).
That should solve your issue.

best wishes,
Altrea

Re: xampp 1.8.1 VC 9 error

PostPosted: 23. April 2013 09:51
by arion06
i extracted the Version 3.2.0 from my xampp folder but nothing happens. it still the same. what would be the cause of it? hmm.. can you help me? thank you in andvance. :)

Re: xampp 1.8.1 VC 9 error

PostPosted: 23. April 2013 09:58
by Altrea
arion06 wrote:i extracted the Version 3.2.0 from my xampp folder but nothing happens.

Have you started the new xampp_control3.exe?

Re: xampp 1.8.1 VC 9 error

PostPosted: 23. April 2013 11:17
by arion06
yeah. i started it and its the same. :(

Re: xampp 1.8.1 VC 9 error

PostPosted: 26. April 2013 00:21
by hackattack142
Hello,

1. Can you start Apache via the batch file (no control panel)?
2. If not, what errors are you encountering?
3. You should resolve those path conflicts. They should not cause the error but you will not be controlling the one you want to (if that makes sense).

Re: xampp 1.8.1 VC 9 error

PostPosted: 26. April 2013 01:18
by arion06
i fixed it. thanks :)

Re: xampp 1.8.1 VC 9 error

PostPosted: 27. April 2013 16:33
by fgyk2013
Hi, I installed the latest control panel v3.2.0 and run xampp_control3.exe, implemented all suggestions like open port 80 and 443, listen to 127.0.0.1:80, bind localhost to 127.0.0.1, etc., but I keep getting crashes with same error: EXCEPTION "A call to an OS function failed", and EXCEPTION "Access violation at address 005ABEFE in module 'xampp-control3.exe'. Read of address 00000042."

Using Windows 7 64 bit and Google Chrome.

Any help would be greatly appreciated, I have pretty much exhausted my options and am pulling my hair off...

Re: xampp 1.8.1 VC 9 error

PostPosted: 28. April 2013 03:38
by arion06
try to reinstall your apache and mysql. find it in services. delete it by opening your command promt "open as administrator" and then delete it by commanding sc delete "your apache or mysql version" restart your xampp control pannel. install the apache and mysql in the control pannel. hope it works!

Re: xampp 1.8.1 VC 9 error

PostPosted: 28. April 2013 21:06
by hackattack142
Hello,

If you continue to get the exception, you could get this debug build and PM me the exception details:
https://www.dropbox.com/s/8af870kig4scd ... bug-321.7z

Re: xampp 1.8.1 VC 9 error

PostPosted: 29. April 2013 15:19
by fgyk2013
arion06, thank you for your suggestions, followed your steps but continue to get crashes. My development environment had been working fine for months maybe even a couple of years, but recently I applied a ZoneAlarm update and probably that combined with Windows updates messed something up. It might also be something with my app. I use Sencha Touch 2, a Javascript framework that I use with PHP and MySQl. Because of all the recent problems, I have uninstalled ZoneAlarm and use Windows firewall instead due to more flexibility opening individual ports, but still no cigar.

hackattack142, will try your debug version to see if I can determine where the crashes are occurring, thank you for your help, I will report back the results after a couple of days of testing and tinkering.

Re: xampp 1.8.1 VC 9 error

PostPosted: 14. May 2013 03:24
by hackattack142
I believe this issue is resolved. I had previously not touched the netstat code because there was never any reported issues with it. After several debug builds, I patched numerous race conditions in the netstat code and redesigned various internal aspects of it. I am surprised the CP has been out for so long and this is the first time the race conditions have been heavily hit. Regardless, the fixes will be in the next CP release.