(adsbygoogle = window.adsbygoogle || []).push({});
Finally, after ****ing with this for hours on one of my systems, I managed to figure this out.
The original solution is to go into command prompt & use a netstat command to list all ports being used. You could then "determine which process is using that port". My issue is that the process number listed was not showing up in task manager... meaning it was most likely a service running in the background.
Port 80 is used mainly by web servers, FTP, etc.
Windows 7 (and Vista I believe) have built in "IIS" services to accomodate you if you wish to turn your system into a server, somewhat.
The fix is to
disable the IIS service.
To do so:
- Start -> Control Panel -> Programs
- "Turn Windows features on or off"
- UN-check the box completely for "Internet Information Services"
Click "OK" and let Windows disable the service for you.
This SHOULD then let you run Charles/FūckPS3 if you previously had issues with them crashing/giving you those errors.
Hope that helps.