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

Crash #56

Closed
justin-eckenweber opened this issue Jul 17, 2019 · 1 comment
Closed

Crash #56

justin-eckenweber opened this issue Jul 17, 2019 · 1 comment
Assignees
Labels
Duplicate It is an invalid issue. overlaps with other issues. Status: Reproduced It will be granted to the reproduced issues.

Comments

@justin-eckenweber
Copy link

justin-eckenweber commented Jul 17, 2019

After switching a world this error comes up and the entire server crashes.

PocketMine-MP Crash Dump Wed Jul 17 11:48:14 CEST 2019

Error: Undefined property: pocketmine\network\mcpe\protocol\RemoveEntityPacket::$entityUniqueId
File: src/pocketmine/network/mcpe/protocol/DataPacket
Line: 164
Type: Error

A PLUGIN WAS INVOLVED IN THIS CRASH
BAD PLUGIN: Texter v3.1.0

Code:
[155] 
[156] 		return $data;
[157] 	}
[158] 
[159] 	public function __get($name){
[160] 		throw new \Error("Undefined property: " . get_class($this) . "::\$" . $name);
[161] 	}
[162] 
[163] 	public function __set($name, $value){
[164] 		throw new \Error("Undefined property: " . get_class($this) . "::\$" . $name);
[165] 	}
[166] }

Backtrace:
#0 plugins/Texter (1).phar/src/tokyo/pmmp/Texter/text/FloatingText(195): pocketmine\network\mcpe\protocol\DataPacket->__set(string[14] entityUniqueId, integer 2)
#1 plugins/Texter (1).phar/src/tokyo/pmmp/Texter/text/UnremovableFloatingText(48): tokyo\pmmp\Texter\text\FloatingText->asPacket(integer 3)
#2 plugins/Texter (1).phar/src/tokyo/pmmp/Texter/task/SendTextsTask(79): tokyo\pmmp\Texter\text\UnremovableFloatingText->sendToPlayer(object pocketmine\Player, integer 3)
#3 src/pocketmine/scheduler/TaskHandler(159): tokyo\pmmp\Texter\task\SendTextsTask->onRun(integer 3439)
#4 src/pocketmine/scheduler/TaskScheduler(199): pocketmine\scheduler\TaskHandler->run(integer 3439)
#5 src/pocketmine/plugin/PluginManager(689): pocketmine\scheduler\TaskScheduler->mainThreadHeartbeat(integer 3439)
#6 src/pocketmine/Server(2569): pocketmine\plugin\PluginManager->tickSchedulers(integer 3439)
#7 src/pocketmine/Server(2345): pocketmine\Server->tick()
#8 src/pocketmine/Server(2205): pocketmine\Server->tickProcessor()
#9 src/pocketmine/Server(1784): pocketmine\Server->start()
#10 src/pocketmine/PocketMine(274): pocketmine\Server->__construct(object BaseClassLoader, object pocketmine\utils\MainLogger, string[45] /home/minecraft-server/server/citybuild-core/, string[53] /home/minecraft-server/server/citybuild-core/plugins/)
#11 (1): require(string[100] phar:///home/minecraft-server/server/citybuild-core/PocketMine-MP.phar/src/pocke)

PocketMine-MP version: 3.9.0 [Protocol 361]
Git commit: bd69c66d0379814fc9f98811707da500d130742a
uname -a: Linux vps-zap384231-57 4.15.18-14-pve #1 SMP PVE 4.15.18-39 (Wed, 15 May 2019 06:56:23 +0200) x86_64
PHP Version: 7.2.13
Zend version: 3.2.0
OS : Linux, linux
@fuyutsuki fuyutsuki self-assigned this Jul 17, 2019
@fuyutsuki fuyutsuki added Invalid Invalid issue. The reason is explained from a closed person. Status: Reproduced It will be granted to the reproduced issues. labels Jul 17, 2019
@fuyutsuki
Copy link
Owner

Already resolved, please refer to #52.

@fuyutsuki fuyutsuki added Duplicate It is an invalid issue. overlaps with other issues. and removed Invalid Invalid issue. The reason is explained from a closed person. labels Jul 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Duplicate It is an invalid issue. overlaps with other issues. Status: Reproduced It will be granted to the reproduced issues.
Projects
None yet
Development

No branches or pull requests

2 participants