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

Crashing #39

Closed
MorpheusTP opened this issue Nov 26, 2016 · 6 comments
Closed

Crashing #39

MorpheusTP opened this issue Nov 26, 2016 · 6 comments

Comments

@MorpheusTP
Copy link

The Server is crash if /s s Player excuted.

@falkirks
Copy link
Owner

Can you provide additional information? Is an error generated?

@MorpheusTP
Copy link
Author

It doesn't generate one. It just crash my server

@Kris-Driv
Copy link

Plugin works fine!

@MorpheusTP
Copy link
Author

Nope

@MorpheusTP
Copy link
Author

@falkirks
Here the CrashDump
Genisys Crash Dump Tue Dec 20 23:30:11 UTC 2016

Error: Call to undefined method pocketmine\Server::getUpdater()
File: /Specter-master/src/specter/network/SpecterPlayer
Line: 59
Type: notice

THIS CRASH WAS CAUSED BY A PLUGIN
BAD PLUGIN : Specter v0.4

Code:
[50] $this->inventory->sendArmorContents($this);
[51]
[52] $this->server->getPluginManager()->callEvent($ev = new PlayerJoinEvent($this, TextFormat::YELLOW . $this->getName() . " joined the game"));
[53] if(strlen(trim($ev->getJoinMessage())) > 0){
[54] $this->server->broadcastMessage($ev->getJoinMessage());
[55] }
[56]
[57] $this->spawnToAll();
[58]
[59] if($this->server->getUpdater()->hasUpdate() and $this->hasPermission(Server::BROADCAST_CHANNEL_ADMINISTRATIVE)){
[60] $this->server->getUpdater()->showPlayerUpdate($this);
[61] }
[62] }
[63] }
[64] }
[65]
[66]
[67]
[68]
[69]

Backtrace:
#0 /src/pocketmine/Server(2774): pocketmine\Player->checkNetwork(boolean)
#1 /src/pocketmine/Server(2466): pocketmine\Server->tick(boolean)
#2 /src/pocketmine/Server(2344): pocketmine\Server->tickProcessor(boolean)
#3 /src/pocketmine/Server(1934): pocketmine\Server->start(boolean)
#4 /src/pocketmine/PocketMine(476): pocketmine\Server->__construct(pocketmine\CompatibleClassLoader object, pocketmine\utils\MainLogger object, string phar:///home/minecraft/multicraft/jar/genisys.phar/, string /home/minecraft/multicraft/servers/server688/, string /home/minecraft/multicraft/servers/server688/plugins/, string unknown)
#5 (1): require_once(string phar:///home/minecraft/multicraft/jar/genisys.phar/src/pocketmine/PocketMine.php)

Genisys version: c864589933da0468f2ab29a0c218a134a94a695a [Protocol 91; API 2.1.0]
uname -a: Linux mc5.hk-hosting.de 3.16.0-4-amd64 #1 SMP Debian 3.16.36-1+deb8u1 (2016-09-03) x86_64
PHP version: 7.0.3
Zend version: 3.0.0
OS : Linux, linux

Server uptime: 43 minutes 57 seconds
Number of loaded worlds: 2
Players online: 2/75

Loaded plugins:
Core 0.3.7 by morpheusTP for API(s) 2.0.0
Specter 0.4 by Falkirks for API(s) 1.13.0, 2.0.0

@falkirks
Copy link
Owner

Genisys and other forks are not supported in any of my projects. Please do not submit further issues that exist in forks, but not in the main branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants