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 processing LoginPacket: JSON property "sandboxId" #374

Closed themalcus96 closed 1 year ago

themalcus96 commented 1 year ago

[22:30:15.383] [Server thread/ERROR]: [NetworkSession: 127.0.0.1 51326] Bad packet: Error processing LoginPacket: JSON property "sandboxId" does not exist in object of type pocketmine\network\mcpe\protocol\types\login\AuthenticationData

IvanCraft623 commented 1 year ago

Mojang did protocol changes without bumping the protocol version :/

labarjni commented 1 year ago

Add to the class pocketmine\network\mcpe\protocol\types\login\AuthenticationData public $sandboxId;

sylvrs commented 1 year ago

This isn't an issue in NetherGames fork. An issue has already been created here: https://github.com/pmmp/PocketMine-MP/issues/5914.