NetherGamesMC / PocketMine-MP

A multi protocol server software for Minecraft: Bedrock Edition in PHP
https://pmmp.io
GNU Lesser General Public License v3.0
75 stars 98 forks source link

Bad Packet Error upon joining the server #375

Closed DeadSafari closed 1 year ago

DeadSafari commented 1 year ago

Issue description

Steps to reproduce the issue

  1. Setup a brand new PocketMine-MP server
  2. Join the server

OS and versions

Plugins

Crashdump, backtrace or other files


[12:44:53.499] [Server thread/ERROR]: [NetworkSession: 127.0.0.1 51726] Bad packet: Error processing LoginPacket: JSON property "sandboxId" does not exist in object of type pocketmine\network\mcpe\protocol\types\login\AuthenticationData
[12:44:53.514] [Server thread/INFO]: [NetworkSession: 127.0.0.1 51726] Session closed: Packet processing error (Error ID: 7ac2-eba2-8adc)
[12:44:53.529] [RakLib thread/NOTICE]: Blocked 127.0.0.1 for 5 seconds```
DeadSafari commented 1 year ago

Using the latest commit

dries-c commented 1 year ago

impossible, update the bedrock protocol dependency

DeadSafari commented 1 year ago

impossible, update the bedrock protocol dependency

Thanks, this fixed it.