Difference between revisions of "Frequently Asked Questions"

From OpenKore Wiki
Jump to navigation Jump to search
(Created page with '= How to fix broken TCP/IP stack = Your Windows TCP/IP stack is broken. Please read http://www.visualkore-bot.com/faq.php#tcp to learn how to solve this. One of the reasons w…')
 
m (Unknown packets)
Line 16: Line 16:
  
 
http://www.petri.co.il/reinstall_tcp_ip_on_windows_2000.htm
 
http://www.petri.co.il/reinstall_tcp_ip_on_windows_2000.htm
 +
 +
= Unknown packets =
 +
; Packet Tokenizer: Unknown switch: xxxx
 +
: Packet switch not found in recvpackets.txt, we don't have this packet's length.
 +
 +
; Packet Parser: Unknown switch: xxxx
 +
: Packet switch not found in packet_list{switch}, packet switch hasn't been added to the hash.
 +
 +
; Packet Parser: Unhandled Packet: xxxx Handler: xxxxxxxxxx
 +
: Packet handler not found, there is no function that handles this packet yet.

Revision as of 14:50, 14 November 2009

How to fix broken TCP/IP stack

Your Windows TCP/IP stack is broken. Please read
http://www.visualkore-bot.com/faq.php#tcp
to learn how to solve this.

One of the reasons why Kore cannot connect to the Internet is due to a broken TCP/IP stack. You must reinstall it by following these instructions.

Windows XP

1. Make sure you're logged in as Administrator, or an administrator account. 2. Open a DOS command window. 3. Type the following command and press Enter:

netsh int ip reset resetlog.txt
Windows 2000

http://www.petri.co.il/reinstall_tcp_ip_on_windows_2000.htm

Unknown packets

Packet Tokenizer
Unknown switch: xxxx
Packet switch not found in recvpackets.txt, we don't have this packet's length.
Packet Parser
Unknown switch: xxxx
Packet switch not found in packet_list{switch}, packet switch hasn't been added to the hash.
Packet Parser
Unhandled Packet: xxxx Handler: xxxxxxxxxx
Packet handler not found, there is no function that handles this packet yet.