pmmp / PocketMine-MP

A server software for Minecraft: Bedrock Edition in PHP
https://pmmp.io
GNU Lesser General Public License v3.0
3.28k stars 1.56k forks source link

Server getTick() #1065

Closed HipsterAF closed 7 years ago

HipsterAF commented 7 years ago

Issue description

When i start the server i get this error: Could not load level "survival": Return value of pocketmine\Server::getTick() must be of the type integer, null returned [19:48:41] [Server thread/CRITICAL]: TypeError: "Return value of pocketmine\Server::getTick() must be of the type integer, null returned" (EXCEPTION) in "/src/pocketmine/Server" at line 652 [19:48:41] [Server thread/INFO]: Preparing level "Mines"

Steps to reproduce the issue

  1. load a world
  2. ...

OS and versions

Plugins

If the issue is not reproducible without plugins:

Crashdump, backtrace or other files

dktapps commented 7 years ago

Please enable debug output and paste a backtrace.