Assertion on skill teleportation error printed on map server

utofaery

New member
Messages
101
Points
0
First off I don't know where this belong to so putting it here.

[Error]: Reserved too small packet buffer for packet 0x0ABE with size 6, but mus
t be size 38
[Error]: --- failed assertion --------------------------------------------
[Error]: c:\users\rio\desktop\hercules\src\common\socket.c:2138: '0' in function
 `unknown'
[Error]: --- end failed assertion ---------------------------------------
when using teleportation level 2
client 20180621

so is this a source packet error configured or not setting correctly?>

mmo.h was compiled with 

    #define PACKETVER 20180620 //xsa

 
thanks, i will check it

 
same, reproduce

Code:
[Error]: Reserved too small packet buffer for packet 0x0ABE with size 6, but must be size 38
[Error]: --- failed assertion --------------------------------------------
[Error]: d:\ragnarok\hercules\src\common\socket.c:2138: '0' in function `unknown'
[Error]: --- end failed assertion ----------------------------------------
above happens whenever using teleportation skill lv2, acolyte class

Code:
[Error]: Reserved too small packet buffer for packet 0x0ABE with size 6, but must be size 22
[Error]: --- failed assertion --------------------------------------------
[Error]: d:\ragnarok\hercules\src\common\socket.c:2138: '0' in function `unknown'
[Error]: --- end failed assertion ----------------------------------------
this happens whenever someone using teleportation lv1, creamy card (4040)

 
yes issue same. herc works fine but want about possible issues.

In worst case herc may crash here. I already fixed this in my update packets pr.

 
Back
Top