newest version cause to bug
Hi, i use newest version "1.4.0" my client cannot connect to server, They have request connection but it stuck on beach screen and get kick by server for not logged in and always get server crash by unknown issue. i guess this plugin not incompatible with chandling plugin and other plugin that hook raknet (no problem when not use pawnraknet)
all plugin i use | crashdetect mysql pawnraknet socket streamer pawncmd sscanf Whirlpool FCNPC hash chandlingsvr
Attach server_log.txt.
here is server_log.txt
FCNPC warnings please ignore it because it not cause ploblem.
https://pastebin.com/Q10Due02
- Try Pawn.RakNet 1.3.0.
- Try without chandlingsvr.
Okay now i try
- Try Pawn.Raknet 1.3.0 = Server Work correctly (with chandlingsvr)
- Try without chandlingsvr = Server Work correctly (using Pawn.Raknet 1.4.0)
Try set InterceptIncomingRawPacket to false in pawnraknet.cfg (1.4.0).
Try set InterceptIncomingRawPacket to false in pawnraknet.cfg (1.4.0).
I try it, now it work fine with no server crash and can you explain what IncomingRawPacket work? can it send custom rpc id ex. RPCID_TOGGLECURSOR (300) to server.
now it work fine with no server crash
Ok, chandlingsvr is the cause of the crash.
@dotSILENT, you need to replace GetPacketID hook with RakServer::Receive hook.
can it send custom rpc id
Yes.
https://github.com/urShadow/Pawn.RakNet/wiki/IRawPacket-usage
Okay thank you. hope dotSILENT will fix his plugin ASAP.