PocketMine Crash Archive

#29781564 Unknown error

Submitted by Tesseract 1.3.0-Dev

General information

Version: 1.3
API version: 3.0.0-ALPHA6
Caused by a Plugin: Not directly
Report date: Thursday 28/07/2022 03:36:21
Attached Issue: None

System Information

PHP version: 7.2.13
Operating system: linux
System banner: Linux gs274706 4.15.0-173-generic #182-Ubuntu SMP Fri Mar 18 15:53:46 UTC 2022 x86_64

Error information

unpack(): Type N: not enough input, need 4, have 0
File: /src/pocketmine/utils/Binary
Line: #217
Error level: notice

[208] 	/**
[209] 	 * Reads a 4-byte signed integer
[210] 	 *
[211] 	 * @param string $str
[212] 	 * @return int
[213] 	 */
[214] 	public static function readInt(string $str) : int{
[215] 		self::checkLength($str, 4);
[216] 		if(PHP_INT_SIZE === 8){
[217] 			return unpack("N", $str)[1] << 32 >> 32;
[218] 		}else{
[219] 			return unpack("N", $str)[1];
[220] 		}
[221] 	}
[222] 
[223] 	/**
[224] 	 * Writes a 4-byte integer
[225] 	 *
[226] 	 * @param int $value
[227] 	 * @return string
#0 (): pocketmine\(integer 2, string unpack(): Type N: not enough input, need 4, have 0, string phar:///home/PocketMine-MP.phar/src/pocketmine/utils/Binary.php, integer 217, array Array())
#1 /src/pocketmine/utils/Binary(217): unpack(string N, string )
#2 /src/pocketmine/level/format/io/region/RegionLoader(109): pocketmine\utils\Binary::readInt(string )
#3 /src/pocketmine/level/format/io/region/McRegion(342): pocketmine\level\format\io\region\RegionLoader->readChunk(integer 22, integer 17)
#4 /src/pocketmine/level/format/io/region/McRegion(290): pocketmine\level\format\io\region\McRegion->loadChunk(integer -10, integer 17, boolean 1)
#5 /src/pocketmine/level/Level(2524): pocketmine\level\format\io\region\McRegion->getChunk(integer -10, integer 17, boolean 1)
#6 /src/pocketmine/level/Level(2185): pocketmine\level\Level->loadChunk(integer -10, integer 17, boolean 1)
#7 /src/pocketmine/level/Level(2779): pocketmine\level\Level->getChunk(integer -10, integer 17, boolean 1)
#8 /src/pocketmine/Player(861): pocketmine\level\Level->populateChunk(integer -10, integer 17)
#9 /src/pocketmine/Player(1755): pocketmine\Player->sendNextChunk(boolean)
#10 /src/pocketmine/Server(2406): pocketmine\Player->checkNetwork(boolean)
#11 /src/pocketmine/Server(2168): pocketmine\Server->tick(boolean)
#12 /src/pocketmine/Server(2050): pocketmine\Server->tickProcessor(boolean)
#13 /src/pocketmine/Server(1635): pocketmine\Server->start(boolean)
#14 /src/pocketmine/PocketMine(496): pocketmine\Server->__construct(BaseClassLoader object, pocketmine\utils\MainLogger object, string phar:///home/PocketMine-MP.phar/, string /home/, string /home/plugins/)
#15 (1): require_once(string phar:///home/PocketMine-MP.phar/src/pocketmine/PocketMine.php)

Loaded Plugins

NameVersionStateAuthor(s)
FactionsPro1.4EnabledTethered_
WorldFixer1EnabledCreeperFace
NewHotBar4ik_DEMO5.0 vk.com/pm_plugins_by_niyazEnabledNiyaz4ik
Slapper1.2.9.4_PHP7Enabledjojoe77777
MCPEhost_Teleports2Enabled
PocketSexDefaultEnabledfoxlife_
GMOneCommand1EnabledMCYasha
ServerLoveMCPE3.2.1EnabledTheDeibo, ratchetgame98, and, The Plugin Community!
CreativeList1.0.0Enabledxpyctum
DamageIndicator1EnabledCreeperFace
BlockMan1.0.0EnabledSuperMarcus
LimitedCreative1.0.0Enabledbasprohop
Lightning_Strike2EnabledMichaelM04
RegionGuardFinal_1.1EnabledSumWell
F30.1-AlphaDisabledне знаю
LightningOnDeath1EnabledMichaelM04
TapLight1.0 AlphaEnabledrvachvg, wibcraft.ru/v
EconomyAPI2.0.7Enabledonebone
Jail2.0.3Disabledhoyinm14mc

Server Settings [toggle]

NameValue
server-nameMadeXD.ru
motdMadeXD.ru
server-port21010
memory-limit2048M
white-listoff
announce-player-achievementsoff
spawn-protection250
max-players100
allow-flightoff
spawn-animalsoff
spawn-mobsoff
gamemode0
force-gamemodeoff
hardcoreoff
pvpoff
difficulty1
generator-settings
level-nameworld
level-seed
level-typeDEFAULT
enable-queryon
enable-rconon
rcon.password******
auto-saveon
xbox-authon
view-distance8
settings.languageeng
settings.force-languagefalse
settings.shutdown-messageServer closed
settings.query-pluginstrue
settings.deprecated-verbosetrue
settings.enable-profilingfalse
settings.profile-report-trigger20
settings.async-workersauto
memory.global-limit0
memory.main-limit0
memory.main-hard-limit1024
memory.check-rate20
memory.continuous-triggertrue
memory.continuous-trigger-rate30
memory.garbage-collection.period36000
memory.garbage-collection.collect-async-workertrue
memory.garbage-collection.low-memory-triggertrue
memory.max-chunks.chunk-radius4
memory.max-chunks.trigger-chunk-collecttrue
memory.max-chunks.low-memory-triggertrue
memory.world-caches.disable-chunk-cachetrue
memory.world-caches.low-memory-triggertrue
network.batch-threshold256
network.compression-level7
network.async-compressionfalse
network.upnp-forwardingfalse
developer.incompatible-plugins.loadtrue
developer.folder-plugin-loadertrue
developer.devtools-commandstrue
debug.assertions.warn-if-enabledtrue
debug.level1
debug.commandsfalse
player.save-player-datatrue
player.anti-cheat.allow-movement-cheatstrue
player.anti-cheat.allow-instabreakfalse
level-settings.default-formatpmanvil
level-settings.auto-tick-ratetrue
level-settings.auto-tick-rate-limit20
level-settings.base-tick-rate1
level-settings.always-tick-playersfalse
chunk-sending.per-tick4
chunk-sending.spawn-radius4
chunk-sending.cache-chunksfalse
chunk-ticking.per-tick40
chunk-ticking.tick-radius3
chunk-ticking.light-updatesfalse
chunk-ticking.clear-tick-listtrue
chunk-ticking.disable-block-ticking
chunk-generation.queue-size8
chunk-generation.population-queue-size8
ticks-per.animal-spawns400
ticks-per.monster-spawns1
ticks-per.autosave6000
ticks-per.cache-cleanup900
spawn-limits.monsters70
spawn-limits.animals15
spawn-limits.water-animals5
spawn-limits.ambient15
auto-report.enabledtrue
auto-report.send-codetrue
auto-report.send-settingstrue
auto-report.send-phpinfofalse
auto-report.hostcrash.pocketmine.net
anonymous-statistics.enabledfalse
anonymous-statistics.hoststats.pocketmine.net
auto-updater.enabledfalse
auto-updater.on-update.warn-consoletrue
auto-updater.on-update.warn-opsfalse
auto-updater.preferred-channelstable
auto-updater.suggest-channelsfalse
auto-updater.hostwww.pocketmine.net
timings.hosttimings.pmmp.io
console.title-ticktrue
aliases
worlds
Find duplicates  |   Download