Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I dont now what this a Problem is ? Its a Plugin crash or Pocketmine please response thanks 🙂 #3924

Closed
ghost opened this issue Nov 22, 2020 · 3 comments

Comments

@ghost
Copy link

ghost commented Nov 22, 2020

Link to crashdump:

19:07:57] [Server thread/CRITICAL]: Error: "Call to a member function getStringId() on int" (EXCEPTION) in "src/pocketmine/network/mcpe/protocol/StartGamePacket" at line 333

[19:07:57] [Server thread/CRITICAL]: #0 src/pocketmine/network/mcpe/protocol/DataPacket(127): pocketmine\network\mcpe\protocol\StartGamePacket->encodePayload()

[19:07:57] [Server thread/CRITICAL]: #1 src/pocketmine/network/mcpe/RakLibInterface(244): pocketmine\network\mcpe\protocol\DataPacket->encode()

[19:07:57] [Server thread/CRITICAL]: #2 src/pocketmine/Player(3321): pocketmine\network\mcpe\RakLibInterface->putPacket(object JackMD\NameSpaceRemover\CustomPlayer, object pocketmine\network\mcpe\protocol\StartGamePacket, boolean , boolean )

[19:07:57] [Server thread/CRITICAL]: #3 src/pocketmine/Player(3338): pocketmine\Player->sendDataPacket(object pocketmine\network\mcpe\protocol\StartGamePacket, boolean , boolean )

[19:07:57] [Server thread/CRITICAL]: #4 src/pocketmine/Player(2253): pocketmine\Player->dataPacket(object pocketmine\network\mcpe\protocol\StartGamePacket)

[19:07:57] [Server thread/CRITICAL]: #5 src/pocketmine/Player(2190): pocketmine\Player->completeLoginSequence()

[19:07:57] [Server thread/CRITICAL]: #6 src/pocketmine/network/mcpe/PlayerNetworkSessionAdapter(125): pocketmine\Player->handleResourcePackClientResponse(object pocketmine\network\mcpe\protocol\ResourcePackClientResponsePacket)

[19:07:57] [Server thread/CRITICAL]: #7 src/pocketmine/network/mcpe/protocol/ResourcePackClientResponsePacket(61): pocketmine\network\mcpe\PlayerNetworkSessionAdapter->handleResourcePackClientResponse(object pocketmine\network\mcpe\protocol\ResourcePackClientResponsePacket)

[19:07:57] [Server thread/CRITICAL]: #8 src/pocketmine/network/mcpe/PlayerNetworkSessionAdapter(109): pocketmine\network\mcpe\protocol\ResourcePackClientResponsePacket->handle(object pocketmine\network\mcpe\PlayerNetworkSessionAdapter)

[19:07:57] [Server thread/CRITICAL]: #9 src/pocketmine/network/mcpe/protocol/BatchPacket(127): pocketmine\network\mcpe\PlayerNetworkSessionAdapter->handleDataPacket(object pocketmine\network\mcpe\protocol\ResourcePackClientResponsePacket)

[19:07:57] [Server thread/CRITICAL]: #10 src/pocketmine/network/mcpe/PlayerNetworkSessionAdapter(109): pocketmine\network\mcpe\protocol\BatchPacket->handle(object pocketmine\network\mcpe\PlayerNetworkSessionAdapter)

[19:07:57] [Server thread/CRITICAL]: #11 src/pocketmine/Player(3273): pocketmine\network\mcpe\PlayerNetworkSessionAdapter->handleDataPacket(object pocketmine\network\mcpe\protocol\BatchPacket)

[19:07:57] [Server thread/CRITICAL]: #12 src/pocketmine/network/mcpe/RakLibInterface(169): pocketmine\Player->handleDataPacket(object pocketmine\network\mcpe\protocol\BatchPacket)

[19:07:57] [Server thread/CRITICAL]: #13 vendor/pocketmine/raklib/src/server/ServerHandler(95): pocketmine\network\mcpe\RakLibInterface->handleEncapsulated(string[17] 94.222.1.34 60183, object raklib\protocol\EncapsulatedPacket, integer 0)

[19:07:57] [Server thread/CRITICAL]: #14 src/pocketmine/network/mcpe/RakLibInterface(109): raklib\server\ServerHandler->handlePacket()

[19:07:57] [Server thread/CRITICAL]: #15 src/pocketmine/network/mcpe/RakLibInterface(99): pocketmine\network\mcpe\RakLibInterface->process()

[19:07:57] [Server thread/CRITICAL]: #16 vendor/pocketmine/snooze/src/SleeperHandler(123): pocketmine\network\mcpe\RakLibInterface->pocketmine\network\mcpe{closure}()

[19:07:57] [Server thread/CRITICAL]: #17 vendor/pocketmine/snooze/src/SleeperHandler(85): pocketmine\snooze\SleeperHandler->processNotifications()

[19:07:57] [Server thread/CRITICAL]: #18 src/pocketmine/Server(2157): pocketmine\snooze\SleeperHandler->sleepUntil(double 1606068476.9893)

[19:07:57] [Server thread/CRITICAL]: #19 src/pocketmine/Server(1994): pocketmine\Server->tickProcessor()

[19:07:57] [Server thread/CRITICAL]: #20 src/pocketmine/Server(1588): pocketmine\Server->start()

[19:07:57] [Server thread/CRITICAL]: #21 src/pocketmine/PocketMine(273): pocketmine\Server->__construct(object BaseClassLoader, object pocketmine\utils\MainLogger, string[16] /home/minecraft/, string[24] /home/minecraft/plugins/)

[19:07:57] [Server thread/CRITICAL]: #22 src/pocketmine/PocketMine(304): pocketmine\server()

[19:07:57] [Server thread/CRITICAL]: #23 (11): require(string[68] phar:///home/minecraft/pocketmine.phar/src/pocketmine/PocketMine.php

Additional comments (optional)

@TwistedAsylumMC
Copy link
Contributor

It is caused by a plugin injecting incorrect data into the StartGamePacket. Since 3.16, the itemTable is a ItemTypeEntry[] instead of a int[]

@ghost
Copy link
Author

ghost commented Nov 22, 2020

But i dont now wich plugin this comes

@support
Copy link

support bot commented Nov 22, 2020

Thanks, but this issue tracker is not intended for support requests. Please read the guidelines on submitting an issue.

Docs | Discord | Forums

@support support bot closed this as completed Nov 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants