Pocketmine-mp: Could not tick level error

Created on 16 Apr 2017  路  4Comments  路  Source: pmmp/PocketMine-MP

Issue description

Console is frequently being spammed by these errors:

`2017-04-16 [21:01:01] [Server thread/CRITICAL]: Could not tick level "world": Class pocketmine\network\protocol\ContainerSetDataPacket not found
2017-04-16 [21:01:01] [Server thread/CRITICAL]: ClassNotFoundException: "Class pocketmine\network\protocol\ContainerSetDataPacket not found" (EXCEPTION) in "/src/spl/BaseClassLoader" at line 144

2017-04-16 [22:41:35] [Server thread/CRITICAL]: Could not tick level "world": Class pocketmine\network\protocol\AddEntityPacket not found
2017-04-16 [22:41:35] [Server thread/CRITICAL]: ClassNotFoundException: "Class pocketmine\network\protocol\AddEntityPacket not found" (EXCEPTION) in "/src/spl/BaseClassLoader" at line 144`

Steps to reproduce the issue

Normally running server

OS and versions

  • PocketMine-MP: 1.6.2 dev API3/Network 40775f5d86918cd74d7aaea1b0d6c6c5e19421fd
  • PHP: 7.0.11
  • Server OS: Windows 10
  • Game version: PE 1.0.6.52
Invalid

All 4 comments

ClassNotFoundException has nothing to do with pmmp. That's a plugin error. Just read the error and fix it / stop using that plugin.

@Muqsit Pmmp could get a ClassNotFoundException anytime just as a plugin could. The question is if a plugin caused this, or PMMP did. This is not a master branch and nothing is guaranteed to work.

This specific error appears to be due to the namespace change. This is plugin caused because all PMMP namespaces are up-to-date

This is an issue with an incompatible plugin. This is exactly why you shouldn't just "bump the API" or "compatible=true" hack.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MisteFr picture MisteFr  路  3Comments

beetree picture beetree  路  3Comments

TheDiamondYT1 picture TheDiamondYT1  路  3Comments

SuperAdam47 picture SuperAdam47  路  3Comments

arfianadam picture arfianadam  路  3Comments