OH FOR CRYING OUT LOUD (UDP_Socket error #10013)

Status
Not open for further replies.

Cyan Ryan

Netcode Nancy
I am sick and tired of getting this error completely randomly. Is there any way to get rid of it without restarting?
 
Unfortunately, restarting the computer is the only way I found that would work when that error comes up. I have tried restarting my wireless adapters and other methods, but they did not work.
 
10013 means that port is already in use, or the firewall denied use of that port

use "netstat -a -n -o | more"
to find the process id that is using port 5029
like this:
Code:
UDP    0.0.0.0:5029           *:*                                    1272
Then open Task manager, go to the processes tab and enable the PID column, find the matching process and kill it
 
I never got it either, Cue.
EDIT: This post became false on August 1, 2009 at 6:00 AM (GMT -5:00)
 
Status
Not open for further replies.

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top