Сижу в сервере и хотель посмотреть что там в телеграм, и 10 секунд не прошло я обратно заходил в майн, тут меня выгнали из сервер, я посмотрел список серверов сервер не зайдёт, когда заходил на ФТП файл крашдампс что то пишет, и там такая ошибка, что это такое? в сервере всё норм, нет еикаких ошибочных файлов и файл src нет в сервере.
CrashDump_Sat_Nov_5-20.47.19-MSK_2022.log (12.2 КБ)
GenisysPro Crash Dump Sat Nov 5 20:47:19 MSK 2022
Error: Call to a member function addTile() on null
File: /src/pocketmine/tile/Tile
Line: 164
Type: notice
Code:
[155] assert($this->chunk !== null);
[156]
[157] $this->name = “”;
[158] $this->lastUpdate = microtime(true);
[159] $this->id = Tile::$tileCount++;
[160] $this->x = (int) $this->namedtag[“x”];
[161] $this->y = (int) $this->namedtag[“y”];
[162] $this->z = (int) $this->namedtag[“z”];
[163]
[164] $this->chunk->addTile($this);
[165] $this->getLevel()->addTile($this);
[166] $this->tickTimer = Timings::getTileEntityTimings($this);
[167] }
[168]
[169] /**
[170] * @return int
[171] */
[172] public function getId(){
[173] return $this->id;
[174] }
Backtrace:
#0 /src/pocketmine/tile/Chest(50): pocketmine\tile\Spawnable->__construct(pocketmine\level\Level object, pocketmine\nbt\tag