mrsjb - 2-18-2008 at 06:58 AM
my DF2 has been running fine and well up until a few days ago when i brought up ip4df2 and imidiately got a run time error 10054.
Does anyone know what this means and if there is anything i can do about it? I cant play online at all until i can resolve it.
ozferal - 2-18-2008 at 02:40 PM
What's your OS?
chrislew200~RSU~ - 2-19-2008 at 06:50 AM
it means this:-
A run-time error occurs when you use network communications on a Windows 2000-based computer with a Winsock Control that uses User Datagram Protocol
(UDP), and the Protocol property of the control is set as sckUDPProtocol.
If a SendData request is sent to a RemoteHost that is not listening on the RemotePort, the DataArrival event fires and indicates that 1 byte of data
is available. When you call the GetData method to retrieve that data, the following Microsoft Visual Basic run-time error occurs:
'10054' - "The connection is reset by remote side".
Normally, you can capture the error by using the Error event of the Winsock Control. However, even when the Error event is present for the control,
the Error event never fires and a run-time error message box displays.
Fireant - 2-19-2008 at 08:17 AM
chris...laymans terms mate.
You make it sound like a port nightmare from hell.
mrsjb - 2-21-2008 at 04:47 AM
ok now im confused 
ozferal - 2-22-2008 at 05:55 AM
Apparently that error can signify that the server is down ... where you attempting to join a particular server?