Unknown type: 25939 + pic any one know it

03/04/2011 07:06 koko425#1
when i logged in my server 5337 i got this
[Only registered and activated users can see links. Click Here To Register...]
any one can help me
03/04/2011 09:06 pro4never#2
You are not using the correct encryption or are setting it up incorrectly as those are not the real packet types.

You are positive blowfish is being set up properly? It's saying dc'd from game server so I assume it's going all the way through auth encryption properly?
03/04/2011 12:20 koko425#3
are you sure its from auth crypt

buecouse now i got DC from from sending too many packets
03/04/2011 12:31 abdallah3010#4
I get DC because packets too large xD
03/04/2011 13:01 Iron~Man#5
Quote:
Originally Posted by abdallah3010 View Post
I get DC because packets too large xD
You get DC because of incorrect offsets.
03/04/2011 13:09 -PhysiX-#6
Koko, i get that 25939 packet aswell, just dont bother, im able to login even tho i dont handle that 25939 Pack.
03/05/2011 19:00 elite_user#7
:d in elitepvpers. no one help one. help your self
03/05/2011 23:21 pro4never#8
Quote:
Originally Posted by elite_user View Post
:d in elitepvpers. no one help one. help your self
Excuse me but I help all the time. That being said teaching people to fix things themselves is FAR better because

A: they will not need to ask the same/similar question again

B: they will then be able to help the next person who has a similar problem.

There simply is no such packet id as 25939. If you are reading that as a packet type then you are

1: not decrypting the packet correctly

2: not splitting the packets correctly (yes, winsock combines packets so you need to split them when handling packets)

3: not reading the right offsets.


The user said something about packets becoming too large to send... the largest packet I remember seeing only uses like 200-300 bytes so sounds to me like you are creating a buffer that isn't being cleared when it's sent... so basically you're copying something in to be sent, then copying another thing into it as well as what's in it etc until the buffer fills up causing your dcs.