Coder Social home page Coder Social logo

Comments (4)

dresnite avatar dresnite commented on September 24, 2024

How can I reproduce this?

from skyblock.

asyncthreading avatar asyncthreading commented on September 24, 2024

@GiantQuartz jump into void to reproduce it

from skyblock.

TDMidkwhatisxd avatar TDMidkwhatisxd commented on September 24, 2024

Just add a antivoid .. .For example wen players are at < 0 , teleport to island or spawn

from skyblock.

DegenApeDev avatar DegenApeDev commented on September 24, 2024

This also happens when a player dies on a SkyBlock that isn't their SkyBlock

Fatal error: Nesting level too deep - recursive dependency? in /home/kidzzone/SkyBlock/plugins/SkyBlock/src/SkyBlock/island/Island.php on line 264
[01:01:40] [Server thread/EMERGENCY]: An unrecoverable error has occurred and the server has crashed. Creating a crash dump
[01:01:40] [Server thread/EMERGENCY]: Please upload the "crashdumps/Wed_Jan_10-01.01.40-EST_2018.log" file to the Crash Archive and submit the link to the Bug Reporting page. Give as much info as you can.

Reproduce: Join Server get someone to join their skyblock -> tp to the player and die! Causes server reboot..

PocketMine-MP Crash Dump Wed Jan 10 01:01:40 EST 2018

Error: Nesting level too deep - recursive dependency?
File: SkyBlock/src/SkyBlock/island/Island
Line: 264
Type: E_ERROR

THIS CRASH WAS CAUSED BY A PLUGIN
BAD PLUGIN: SkyBlock v0.1.8

Code:
[255] $this->generator = $generator;
[256] }
[257]
[258] /**
[259] * Tries to remove a player
[260] *
[261] * @param Player $player
[262] /
[263] public function tryRemovePlayer(Player $player) {
[264] if(in_array($player, $this->playersOnline)) {
[265] unset($this->playersOnline[array_search($player, $this->playersOnline)]);
[266] }
[267] }
[268]
[269] /
*
[270] * Remove member
[271] *
[272] * @param string $string
[273] */
[274] public function removeMember($string) {

Backtrace:

PocketMine-MP version: 1.7dev #0 [Protocol 160; API 3.0.0-ALPHA10]
Git commit: 0000000000000000000000000000000000000000
uname -a: Linux ns3038304.ip-164-132-200.eu 4.14.12-xxxx-std-ipv6-64 #1 SMP Fri Jan 5 16:55:37 UTC 2018 x86_64
PHP Version: 7.2.0RC5
Zend version: 3.2.0-dev
OS : Linux, linux

from skyblock.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.