Frequently Asked Questions: Difference between revisions
Jump to navigation
Jump to search
Technology (talk | contribs) |
No edit summary |
||
Line 19: | Line 19: | ||
= Unknown packets = | = Unknown packets = | ||
== 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. | 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 Parser: Unknown switch: xxxx == | == Packet Parser: Unknown switch: xxxx == | ||
Line 26: | Line 26: | ||
== Packet Parser: Unhandled Packet: xxxx Handler: xxxxxxxxxx == | == Packet Parser: Unhandled Packet: xxxx Handler: xxxxxxxxxx == | ||
Packet handler not found, there is no function that handles this packet yet. | 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]] |
Revision as of 18:18, 27 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. Recvpackets file needs to be updated for your server.
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.