BRenBot error? [message #149374] |
Tue, 12 April 2005 20:56 |
__PISTOL_
Messages: 26 Registered: August 2004
Karma: 0
|
Recruit |
|
|
Hi my brenbot has been screwed up lately and I get this error when I load it...
"server: error 11004 creating socket: Unknown error"
Can someone please help me? I've tryed reinstalling but it still won't work including all the commands:\
|
|
|
|
BRenBot error? [message #149392] |
Wed, 13 April 2005 03:47 |
Kanezor
Messages: 855 Registered: February 2005 Location: Sugar Land, TX, USA
Karma: 0
|
Colonel |
|
|
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winsock/winsock/winsock_reference.asp
Quote: | WSANO_DATA
11004
Valid name, no data record of requested type.
The requested name is valid and was found in the database, but it does not have the correct associated data being resolved for. The usual example for this is a host name-to-address translation attempt (using gethostbyname or WSAAsyncGetHostByName) which uses the DNS (Domain Name Server). An MX record is returned but no A record—indicating the host itself exists, but is not directly reachable.
|
My guess is that a reverse-lookup on your IP returned a domain, which when looking up that domain, your IP address was not a part of, or some other silly domain resolution error. Contact your ISP to verify that the your reverse lookup exists and is correct.
---
|
|
|
|