Difference between revisions of "Frequently Asked Questions"

From OpenKore Wiki
Jump to navigation Jump to search
Line 20: Line 20:
 
== Packet Tokenizer: Unknown switch: xxxx ==
 
== Packet Tokenizer: Unknown switch: xxxx ==
 
Packet switch not found in recvpackets.txt, we don't have this packet's length. Recvpackets file needs to be updated for your server.
 
Packet switch not found in recvpackets.txt, we don't have this packet's length. Recvpackets file needs to be updated for your server.
 +
'''Note:''' if this switch does not start with a 0 then a previous packet's length was wrong.
  
 
== Packet Parser: Unknown switch: xxxx ==
 
== Packet Parser: Unknown switch: xxxx ==

Revision as of 05:28, 16 December 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. Recvpackets file needs to be updated for your server. Note: if this switch does not start with a 0 then a previous packet's length was wrong.

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.

Libraries

XSTools.dll is not found

How to run Openkore#Precompiled binaries