I have just upgraded our WinGate software to v5.2.2 (was v5.0.5) to try to correct a strange problem with the SOCKS service. However the problem still occurs even after the upgrade.
The SOCKS service (set to use the default port 1080) fails to start and the System Messages tab shows the error "Service startup complete or partial failure - Check your bindings".
The SOCKS service log file shows "Error: Service failed startup on interface 127.0.0.1:1080 error 10013" (along with a similar message stating the service failed to start on the systems local IP address).
If I run "netstat -an" as recommended in a previous similar posting (to which I could see no resolution), I can only see one line with a port 1080 as follows:
TCP 0.0.0.0:1080 0.0.0.0:0 LISTENING
I presume that this is an indication that this port is available for use.
There is no mention of anything else using this port.
If I create a new SOCKS server on port 1081, it starts fine (the previous poster also did this, but said that this only worked for a short while, then started to fail in the same way).
Can you suggest what might be wrong here?