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

no one can't connect to the server =) InvalidArgumentException: "Value 40 exceeds the range

Discussion in 'Help' started by TeraCube, Aug 10, 2017.

  1. TeraCube

    TeraCube Zombie

    Messages:
    262
    GitHub:
    teracube
    Hi,

    please help, I have a problem with my server
    no one can't connect to the server
    I use PocketMine-MP_1.6.2dev-378

    I try without plugin and same result
    log error is

    2017-08-10 [13:52:27] [Server thread/CRITICAL]: InvalidArgumentException: "Value 40 exceeds the range!" (EXCEPTION) in "src/pocketmine/entity/Attribute" at line 191
    2017-08-10 [13:52:27] [RakLibServer thread/NOTICE]: Blocked 88.232.31.35 for 5 seconds
    2017-08-10 [13:52:37] [Server thread/INFO]: Steve[/88.232.31.35:53698] logged out due to timeout

    an idea ?
    thanks
    excuse for my bad english
     
  2. XdmingXD

    XdmingXD Baby Zombie

    Messages:
    158
    GitHub:
    xdmingxd
    Did you use slapper to create a human and it immediately crashed?
     
  3. TeraCube

    TeraCube Zombie

    Messages:
    262
    GitHub:
    teracube
    yes slapper was just installed (last version alpha7)
    when slapper is disable, same error
    so not a slapper issue
     
    Last edited: Aug 10, 2017
  4. XdmingXD

    XdmingXD Baby Zombie

    Messages:
    158
    GitHub:
    xdmingxd
    I think you may spawn a human with invalid skin
    Try to delete than enitiy in your world
    (NBTExplorer may help you)
     
    Awzaw likes this.
  5. HimbeersaftLP

    HimbeersaftLP Fish

    Messages:
    2,402
    GitHub:
    HimbeersaftLP
    Noone can't connect means that everyone can join just fine LOL

    In code:
    PHP:
    $person false//false -> noone
    $canjoin true;
    if (
    $person !== $canJoin) { // !== -> not
      
    echo 'Everyone can join!';
    }
     
  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.