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

Value is too large

Discussion in 'Help' started by to_OXa, Aug 25, 2018.

  1. to_OXa

    to_OXa Creeper

    Messages:
    4
    GitHub:
    orangetictac
    Hello everyone. My server crashes every 10-20 mimutes with this strange reason. Error: Value 45826 is too large!
    Who can help me? I dont know what to do!
    Crashdamp:
    Code:
    PocketMine-MP Crash Dump Sat Aug 25 18:24:48 MSK 2018
    
    Error: Value 45826 is too large!
    File: vendor/pocketmine/nbt/src/tag/ShortTag
    Line: 42
    Type: InvalidArgumentException
    
    Code:
    [33]     private $value;
    [34]
    [35]     /**
    [36]      * @param string $name
    [37]      * @param int    $value
    [38]      */
    [39]     public function __construct(string $name = "", int $value = 0){
    [40]         parent::__construct($name);
    [41]         if($value < -0x8000 or $value > 0x7fff){
    [42]             throw new \InvalidArgumentException("Value $value is too large!");
    [43]         }
    [44]         $this->value = $value;
    [45]     }
    [46]
    [47]     public function getType() : int{
    [48]         return NBT::TAG_Short;
    [49]     }
    [50]
    [51]     public function read(NBTStream $nbt) : void{
    [52]         $this->value = $nbt->getSignedShort();
    
    Backtrace:
    #0 vendor/pocketmine/nbt/src/tag/CompoundTag(304): pocketmine\nbt\tag\ShortTag->__construct(string Age, integer 45826)
    #1 src/pocketmine/entity/projectile/Projectile(126): pocketmine\nbt\tag\CompoundTag->setShort(string Age, integer 45826)
    #2 src/pocketmine/level/format/io/region/Anvil(70): pocketmine\entity\projectile\Projectile->saveNBT()
    #3 src/pocketmine/level/format/io/region/McRegion(373): pocketmine\level\format\io\region\Anvil->nbtSerialize(pocketmine\level\format\Chunk object)
    #4 src/pocketmine/level/format/io/BaseLevelProvider(163): pocketmine\level\format\io\region\McRegion->writeChunk(pocketmine\level\format\Chunk object)
    #5 src/pocketmine/level/Level(1054): pocketmine\level\format\io\BaseLevelProvider->saveChunk(pocketmine\level\format\Chunk object)
    #6 src/pocketmine/level/Level(1043): pocketmine\level\Level->saveChunks()
    #7 src/pocketmine/Server(2404): pocketmine\level\Level->save(boolean )
    #8 src/pocketmine/Server(2546): pocketmine\Server->doAutoSave()
    #9 src/pocketmine/Server(2258): pocketmine\Server->tick()
    #10 src/pocketmine/Server(2136): pocketmine\Server->tickProcessor()
    #11 src/pocketmine/Server(1713): pocketmine\Server->start()
    #12 src/pocketmine/PocketMine(237): pocketmine\Server->__construct(BaseClassLoader object, pocketmine\utils\MainLogger object, string /root/, string /root/plugins/)
    #13 /root/PocketMine-MP.phar(1): require(string phar:///root/PocketMine-MP.phar/src/pocketmine/PocketMine.php)
    
    PocketMine-MP version: 3.1.4 [Protocol 274]
    Git commit: 17f7dc34be002f35f4a8c7635372e1f73439c830
    uname -a: Linux uniloft 4.4.0-131-generic #157-Ubuntu SMP Thu Jul 12 15:51:36 UTC 2018 x86_64
    PHP Version: 7.2.2
    Zend version: 3.2.0
    OS : Linux, linux
    
    Loaded plugins:
    DevTools 1.13.0 by PocketMine Team for API(s) 3.0.0, 4.0.0
    RestartMe 1.4.1 by Array for API(s) 3.0.0
    PurePerms 1.4.2 by 64FF00 & ProjectInfinity for API(s) 3.0.0
    BanItem 2.3.2-5 by LDX for API(s) 3.0.0
    Safety 1.0.0 by Tumeden for API(s) 3.0.0
    RankSystem 1.0.7 by egr7v8 for API(s) 1.0.0, 2.0.0, 3.0.0, 3.0.0-ALPHA1, 3.0.0-ALPHA2, 3.0.0-ALPHA3, 3.0.0-ALPHA4, 3.0.0-ALPHA5, 3.0.0-ALPHA6, 3.0.0-ALPHA7, 3.0.0-ALPHA8, 3.0.0-ALPHA9, 3.0.0-ALPHA10, 3.0.0-ALPHA11, 3.0.0-ALPHA12
    BlazinFly 1.8.2 by iiFlamiinBlaze for API(s) 3.0.0
    SimpleSwim 1.0.0 by TheDeibo for API(s) 3.0.0
    DonateList 1.2 by Array for API(s) 3.0.0
    PlayerSizer 1.1.1 by Matthww for API(s) 3.0.0
    InvSaver 1 by bizey for API(s) 3.0.0
    RepairBack 1 by bizey for API(s) 3.0.0
    FormShop 1.1 by egr7v8 for API(s) 3.0.0
    BlazinBroadcasts 1.0.3 by iiFlamiinBlaze for API(s) 3.0.0
    aCases 1.1 by popkaloh for API(s) 3.0.0
    CommandBlocker 1.5.5 by Thunder33345 for API(s) 3.0.0
    ClearLagg 1.1.0 by LegendOfMCPE for API(s) 3.0.0
    aDonateCases 1 by AlexBrin for API(s) 3.0.0
    MoveCommand 1 by egr7v8 for API(s) 3.0.0
    Slapper 1.3.9 by jojoe77777 for API(s) 3.0.0
    SellAll 1.1 by Scott Handley for API(s) 3.0.0
    Dracula-LifeSteal 2 by Az928 for API(s) 3.0.0
    MIE_Protector 1.0.4 by FaigerSYS for API(s) 3.0.0, 4.0.0
    Wild 1.2 by Array for API(s) 3.0.0
    MapImageEngine 1.1.1 by FaigerSYS for API(s) 3.0.0, 4.0.0
    SexGuard 1.1.8 by sex_KAMAZ for API(s) 1.0.0, 2.0.0, 3.0.0, 3.0.0-ALPHA, 3.0.0-ALPHA1, 3.0.0-ALPHA2, 3.0.0-ALPHA3, 3.0.0-ALPHA4, 3.0.0-ALPHA5, 3.0.0-ALPHA6, 3.0.0-ALPHA7, 3.0.0-ALPHA8, 3.0.0-ALPHA9, 3.0.0-ALPHA10, 3.0.0-ALPHA11, 3.0.0-ALPHA12, 4.0.0
    CommandTracker 1.1 by Scott Handley for API(s) 3.0.0
    FormAPI 1.2.0 by jojoe77777 for API(s) 3.0.0
    eReport 1 by ErikRey for API(s) 3.0.0
    ULWorldEditor 5.7.1 by XenialDan for API(s) 3.0.0
    TeaSpoon 1.0.1 by CortexPE for API(s) 3.1.1
    CustomSetting 1.0.1 by LeNick for API(s) 3.0.0
    Texter 2.4.1 by yuko_fuyutsuki, mfmfnek0, onebone, ogiwara, Shootsta_ERU0531, Toganon, ShadowArt, Marron0421 for API(s) 3.0.0
    ItemCleaner 1.3 by BLEAN for API(s) 2.0.0, 3.0.0, 3.1.0, 4.0.0
    SkyBlock 1.0.0 by GiantQuartz for API(s) 3.0.0
    EssentialsPE 3.0.0-rewrite2 by VMPE Development Team for API(s) 3.0.0, 4.0.0
    BanSystem 1.0.5 by egr7v8 for API(s) 1.0.0, 2.0.0, 3.0.0, 3.0.0-ALPHA1, 3.0.0-ALPHA2, 3.0.0-ALPHA3, 3.0.0-ALPHA4, 3.0.0-ALPHA5, 3.0.0-ALPHA6, 3.0.0-ALPHA7, 3.0.0-ALPHA8, 3.0.0-ALPHA9, 3.0.0-ALPHA10, 3.0.0-ALPHA11, 3.0.0-ALPHA12
    CombatLogger 0.0.4 by Jack Noordhuis for API(s) 3.0.0
    ULTimeCommander 1.0.0 by TheDeibo for API(s) 3.0.0
    EconomyAPI 1.0.0 by onebone for API(s) 3.0.0, 3.0.0-ALPHA12, 4.0.0
    CustomAlerts 2.0 by EvolSoft for API(s) 3.0.0
    SimpleWarp 4.0.1 by Falkirks for API(s) 3.0.0
    PureChat 1.4.11 by 64FF00 for API(s) 3.0.0
    FactionsPro 1.4.6 by Tethered_, HostingItAll.com for API(s) 3.0.0
    AdvancedKits 5.1.0-10 by luca28pet, BajanVlogs for API(s) 3.0.0

    Additional information: https://crash.pmmp.io/view/626782
     
  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.