1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

My server was crash but I don't know why

Discussion in 'Help' started by Groin, Apr 18, 2017.

  1. Groin

    Groin Baby Zombie

    Messages:
    159
    What should I do? It was crash everyday !

    Error: assert(): Movement distance is excessive: dx=-0.3689, dy=-1, dz=20.8848 failed
    File: /src/pocketmine/entity/Entity
    Line: 1481
    Type: E_WARNING

    Code:
    [1472] $dz -= $mov;
    [1473] }else{
    [1474] $dz += $mov;
    [1475] }
    [1476] }
    [1477]
    [1478] //TODO: big messy loop
    [1479] }*/
    [1480]
    [1481] assert(abs($dx) <= 20 and abs($dy) <= 20 and abs($dz) <= 20, "Movement distance is excessive: dx=$dx, dy=$dy, dz=$dz");
    [1482]
    [1483] $list = $this->level->getCollisionCubes($this, $this->level->getTickRate() > 1 ? $this->boundingBox->getOffsetBoundingBox($dx, $dy, $dz) : $this->boundingBox->addCoord($dx, $dy, $dz), false);
    [1484]
    [1485] foreach($list as $bb){
    [1486] $dy = $bb->calculateYOffset($this->boundingBox, $dy);
    [1487] }
    [1488]
    [1489] $this->boundingBox->offset(0, $dy, 0);
    [1490]
    [1491] $fallingFlag = ($this->onGround or ($dy != $movY and $movY < 0));

    Backtrace:
    #0 (): pocketmine\Server->crashDump(boolean)
     
  2. jasonwynn10

    jasonwynn10 Moderator Poggit Reviewer

    Messages:
    1,489
    GitHub:
    jasonwynn10
    That issue means that you have pocketmine's anti-cheat enabled in a really laggy server
     
    Primus likes this.
  3. Groin

    Groin Baby Zombie

    Messages:
    159
    I deleted SAC & AntiFly plugins but it didn't stop close server
     
  4. Thunder33345

    Thunder33345 Moderator Staff Member

    Messages:
    2,137
    GitHub:
    Thunder33345
    Pocketmine have a build in anti cheat that cant be trun off
     
  5. jasonwynn10

    jasonwynn10 Moderator Poggit Reviewer

    Messages:
    1,489
    GitHub:
    jasonwynn10
    Untrue. There is a setting in the PocketMine.yml to disable the anticheat
     
  6. Groin

    Groin Baby Zombie

    Messages:
    159
    Thank you so much. I'll try it :D
     
  7. Thunder33345

    Thunder33345 Moderator Staff Member

    Messages:
    2,137
    GitHub:
    Thunder33345
    havent used PMMP in a fair while now, back in pocketmine era you cant really do anything about it other then just deal with it
    funny even the front page says "Disables flying, item hack, running & more. With an On/Off switch." but it's only added in recently/in pmmp

    wondering if that switch disable the whole anticheat or just part of it i suspect you cant fully disable it yet
     
  8. jasonwynn10

    jasonwynn10 Moderator Poggit Reviewer

    Messages:
    1,489
    GitHub:
    jasonwynn10
    Why not test it yourself to find out?
     
  9. Thunder33345

    Thunder33345 Moderator Staff Member

    Messages:
    2,137
    GitHub:
    Thunder33345
    why not NOT test it yourself and wait till someone test it for me to find out?
    i am not in a hurry nor need such information nor even have a hacked client to test anything out
    so let this be the question that shall never be answered
    (just kidding you can also check it via the source code itself if you really want that to get answered)
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.