Packet Parser|Tokenizer (unknown/unsupported packets)

Forum closed. All further discussion to be discussed at https://github.com/OpenKore/

Moderators: Moderators, Developers

Message
Author
Technology
Super Moderators
Super Moderators
Posts: 801
Joined: 06 May 2008, 12:47
Noob?: No

Packet Parser|Tokenizer (unknown/unsupported packets)

#1 Post by Technology »

First of all, if you are getting the "Packet Tokenizer: Unknown switch: xxxx ", then your recvpackets.txt is missing something, update it or add the packet and length there manually.

Now for the "Packet Parser" related:
I've noticed lots of people reporting these so called "bugs", they are not exactly bugs, they are more like missing features.
The messages you are getting are just warnings, we implemented this because we want kore to notify us of the packets that it does not support yet.

http://wiki.openkore.com/index.php?titl ... wn_packets

So post all your Packet Parser|Tokenizer related warnings IN THIS THREAD

Use this template:
server:
serverType used:
kore version(svn revision is preferred):
packetswitch(es) + (finding out where they come from if you can):
type of warning: choose from these


@Developers:
Part 1)
You may add the missing packetswitches to the packet_list{switch} in the serverType where it belongs for the following errors:
"Packet Parser: Unknown switch: xxxx"

Part 2)
Doing so will instead give the following warning instead:
Packet Parser: Unhandled Packet: xxxx Handler: xxxxxxxxxx
This means that there is no function for the packet switch in the packet_list{switch} yet, you may also add the functions so that the packets are fully supported if you wish.

http://wiki.openkore.com/index.php/Packets has a summary on unknown packets.
One ST0 to rule them all? One PE viewer to find them!
One ST_kRO to bring them all and in the darkness bind them...

Mount Doom awaits us, fellowship of OpenKore!

Mushroom
Perl Monk
Perl Monk
Posts: 427
Joined: 04 Apr 2008, 14:04
Noob?: No
Location: Brazil

Re: Packet Parser|Tokenizer (unknown/unsupported packets)

#2 Post by Mushroom »

Server: MushroomRO (my test server, with renewal interface)
Kore version: 2.0.7, rev 6972
Packet Switch: 07D9 (on log in), 00CA(after buying something on NPC), 07D8(creating a party)
Type of Warning: Packet Parser: Unknown switch: xxxx
Quit.

Scarya
Moderators
Moderators
Posts: 136
Joined: 26 May 2008, 12:25
Noob?: No

Re: Packet Parser|Tokenizer (unknown/unsupported packets)

#3 Post by Scarya »

Server: euRO (offical)
serverType 22
Kore version: r6972
Packetswitch(es): 02E7 (after map loaded), 018B (you can't logout, wait 10 sec) (but this comes if you close client too)
Type of warning: Packet Parser: Unknown switch: xxxx
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs and the universe trying to produce bigger and better idiots.
So far, the universe is winning.

Richard Cook

Wiki

ElfoLiNk
Noob
Noob
Posts: 19
Joined: 05 Jun 2008, 12:06
Noob?: No

Re: Packet Parser|Tokenizer (unknown/unsupported packets)

#4 Post by ElfoLiNk »

Server: Aria RO
Kore version: r6973
serverType: 8_4
Packetswitch(es): 00CB (after sell)
Type of warning: Packet Parser: Unknown switch: xxxx
Last edited by ElfoLiNk on 16 Dec 2009, 10:05, edited 1 time in total.
Image
Image

midnytblu
Developers
Developers
Posts: 90
Joined: 14 Apr 2008, 09:37
Noob?: No
Location: prt_fild08 134 362

Re: Packet Parser|Tokenizer (unknown/unsupported packets)

#5 Post by midnytblu »

server: pRO (official)
serverType: 22
kore version: r6977

packetswitch(es):
type of warning:
  • Code: Select all

    Packet Parser: Unknown switch: 02E7 (respawn, teleport, etc.)
    Packet Parser: Unknown switch: 027B (login)
    Packet Parser: Unknown switch: 00CB (sell)
    Packet Parser: Unknown switch: 01EC (guild leave)
    Packet Parser: Unknown switch: 0182 (someone joins guild)
    Packet Tokenizer: Unknown switch: 6177 (incoming guild request)
EDIT:
added serverType
Last edited by midnytblu on 16 Dec 2009, 03:20, edited 1 time in total.

Technology
Super Moderators
Super Moderators
Posts: 801
Joined: 06 May 2008, 12:47
Noob?: No

Re: Packet Parser|Tokenizer (unknown/unsupported packets)

#6 Post by Technology »

thanks for actively participating guys ;)

Hmm nice didn't think of adding the source too, btw serverType is also useful
added (to kRO ST):
00CA
00CB
018B
keep them coming!
One ST0 to rule them all? One PE viewer to find them!
One ST_kRO to bring them all and in the darkness bind them...

Mount Doom awaits us, fellowship of OpenKore!

Dark Airnel
Been there done that!
Been there done that!
Posts: 133
Joined: 09 Oct 2009, 01:43
Noob?: No

Re: Packet Parser|Tokenizer (unknown/unsupported packets)

#7 Post by Dark Airnel »

server: AstigRO
serverType kRO_RagexeRE_2009_10_27a

SVN r6991

Packetswitch(es): 0226 (top10 tk)
Type of warning: Packet Parser: Unknown switch: 0226
0226.JPG
0226.JPG (8.95 KiB) Viewed 86072 times

Technology
Super Moderators
Super Moderators
Posts: 801
Joined: 06 May 2008, 12:47
Noob?: No

Re: Packet Parser|Tokenizer (unknown/unsupported packets)

#8 Post by Technology »

Dark Airnel wrote:server: AstigRO
serverType kRO_RagexeRE_2009_10_27a

SVN r6991

Packetswitch(es): 0226 (top10 tk)
Type of warning: Packet Parser: Unknown switch: 0226
0226.JPG
added, thx

also added:
07D9 (hotkeys)
One ST0 to rule them all? One PE viewer to find them!
One ST_kRO to bring them all and in the darkness bind them...

Mount Doom awaits us, fellowship of OpenKore!

Mushroom
Perl Monk
Perl Monk
Posts: 427
Joined: 04 Apr 2008, 14:04
Noob?: No
Location: Brazil

Re: Packet Parser|Tokenizer (unknown/unsupported packets)

#9 Post by Mushroom »

Server: EssenceRO
Kore version: 2.0.7, rev 6995
Packet Switch: 01FF (after some monster use Dark Jupiter skill on Kore)
Type of Warning: Packet Parser: Unknown switch: xxxx
SererType: kRO_RagexeRE_2009_11_03a
Quit.

larious
Noob
Noob
Posts: 2
Joined: 06 Oct 2009, 17:07
Noob?: Yes

Re: Packet Parser|Tokenizer (unknown/unsupported packets)

#10 Post by larious »

Server: IntenseRO
Kore version: openkore_ready
Packet Switch: 016C , 0000
Type of Warning: Packet Parser: Unknown switch: xxxx
SererType: kRO_RagexeRE_2009_11_03a

Locked