brokiem / SimpleNPC

✨An Ultimate NPC plugin for PocketMine-MP!
GNU Lesser General Public License v3.0
55 stars 24 forks source link

crash of the server #4

Closed rem137 closed 3 years ago

rem137 commented 3 years ago

the server crash and say me that: RuntimeException: "Tag with name "Walk" not found and no valid default value given" (EXCEPTION) in "pmsrc/vendor/pocketmine/nbt/src/tag/CompoundTag" at line 176

brokiem commented 3 years ago

can you please tell me all the crash dumps?

rem137 commented 3 years ago
2021-03-21 [15:29:43] [Server thread/CRITICAL]: RuntimeException: "Tag with name "Walk" not found and no valid default value given" (EXCEPTION) in "pmsrc/vendor/pocketmine/nbt/src/tag/CompoundTag" at line 176
2021-03-21 [15:29:43] [Server thread/CRITICAL]: #0 pmsrc/vendor/pocketmine/nbt/src/tag/CompoundTag(191): pocketmine\nbt\tag\CompoundTag->getTagValue(string[4] Walk, string[27] pocketmine\nbt\tag\ShortTag, NULL , boolean )
2021-03-21 [15:29:43] [Server thread/CRITICAL]: #1 plugins/SimpleNPC.phar/src/brokiem/snpc/EventHandler(104): pocketmine\nbt\tag\CompoundTag->getShort(string[4] Walk)
2021-03-21 [15:29:43] [Server thread/CRITICAL]: #2 pmsrc/src/pocketmine/plugin/MethodEventExecutor(42): brokiem\snpc\EventHandler->onMove(object pocketmine\event\player\PlayerMoveEvent)
2021-03-21 [15:29:43] [Server thread/CRITICAL]: #3 pmsrc/src/pocketmine/plugin/RegisteredListener(80): pocketmine\plugin\MethodEventExecutor->execute(object brokiem\snpc\EventHandler, object pocketmine\event\player\PlayerMoveEvent)
2021-03-21 [15:29:43] [Server thread/CRITICAL]: #4 pmsrc/src/pocketmine/event/Event(88): pocketmine\plugin\RegisteredListener->callEvent(object pocketmine\event\player\PlayerMoveEvent)
2021-03-21 [15:29:43] [Server thread/CRITICAL]: #5 pmsrc/src/pocketmine/Player(1660): pocketmine\event\Event->call()
2021-03-21 [15:29:43] [Server thread/CRITICAL]: #6 pmsrc/src/pocketmine/Player(1773): pocketmine\Player->processMostRecentMovements()
2021-03-21 [15:29:43] [Server thread/CRITICAL]: #7 pmsrc/src/pocketmine/level/Level(854): pocketmine\Player->onUpdate(integer 4292)
2021-03-21 [15:29:43] [Server thread/CRITICAL]: #8 pmsrc/src/pocketmine/level/Level(787): pocketmine\level\Level->actuallyDoTick(integer 4292)
2021-03-21 [15:29:43] [Server thread/CRITICAL]: #9 pmsrc/src/pocketmine/Server(2265): pocketmine\level\Level->doTick(integer 4292)
2021-03-21 [15:29:43] [Server thread/CRITICAL]: #10 pmsrc/src/pocketmine/Server(2396): pocketmine\Server->checkTickUpdates(integer 4292, double 1616340583.7883)
2021-03-21 [15:29:43] [Server thread/CRITICAL]: #11 pmsrc/src/pocketmine/Server(2152): pocketmine\Server->tick()
2021-03-21 [15:29:43] [Server thread/CRITICAL]: #12 pmsrc/src/pocketmine/Server(1992): pocketmine\Server->tickProcessor()
2021-03-21 [15:29:43] [Server thread/CRITICAL]: #13 pmsrc/src/pocketmine/Server(1586): pocketmine\Server->start()
2021-03-21 [15:29:43] [Server thread/CRITICAL]: #14 pmsrc/src/pocketmine/PocketMine(291): pocketmine\Server->__construct(object BaseClassLoader, object pocketmine\utils\MainLogger, string[16] /home/container/, string[24] /home/container/plugins/)
2021-03-21 [15:29:43] [Server thread/CRITICAL]: #15 pmsrc/src/pocketmine/PocketMine(321): pocketmine\server()
2021-03-21 [15:29:43] [Server thread/CRITICAL]: #16 pmsrc(11): require(string[71] phar:///home/container/PocketMine-MP.phar/src/pocketmine/PocketMine.php)
2021-03-21 [15:29:43] [Server thread/EMERGENCY]: An unrecoverable error has occurred and the server has crashed. Creating a crash dump
2021-03-21 [15:29:43] [Server thread/EMERGENCY]: Please upload the "/home/container/crashdumps/Sun_Mar_21-15.29.43-UTC_2021.log" file to the Crash Archive and submit the link to the Bug Reporting page. Give as much info as you can.
2021-03-21 [15:29:44] [Server thread/EMERGENCY]: The crash dump has been automatically submitted to the Crash Archive. You can view it on https://crash.pmmp.io/view/4838344 or use the ID #4838344.
brokiem commented 3 years ago

Fixed in sNPC v1.0.1-beta (https://github.com/brokiem/SimpleNPC/releases/tag/1.0.1-beta)