PocketMine Crash Archive

#29780384 Out of memory error

Submitted by Hydracon-PM 1.6.2dev

General information

Version: 1.6.2dev
API version: 3.0.0-ALPHA5
Caused by a Plugin: Not directly
Report date: Saturday 18/06/2022 12:36:10
Attached Issue: None

System Information

PHP version: 7.0.9
Operating system: linux
System banner: Linux 52d166076a03 4.15.0-143-generic #147-Ubuntu SMP Wed Apr 14 16:10:11 UTC 2021 x86_64

Error information

Allowed memory size of 1073741824 bytes exhausted (tried to allocate 4096 bytes)
File: /src/pocketmine/item/Item
Line: #326
Error level: E_ERROR

[317] 	 *
[318] 	 * @return Item
[319] 	 */
[320] 	public static function get(int $id, int $meta = 0, int $count = 1, $tags = "") : Item{
[321] 		try{
[322] 			$class = self::$list[$id];
[323] 			if($class === null){
[324] 				return (new Item($id, $meta, $count))->setCompoundTag($tags);
[325] 			}elseif($id < 256){
[326] 				return (new ItemBlock(new $class($meta), $meta, $count))->setCompoundTag($tags);
[327] 			}else{
[328] 				return (new $class($meta, $count))->setCompoundTag($tags);
[329] 			}
[330] 		}catch(\RuntimeException $e){
[331] 			return (new Item($id, $meta, $count))->setCompoundTag($tags);
[332] 		}
[333] 	}
[334] 
[335] 	/**
[336] 	 * @param string $str

Loaded Plugins

NameVersionStateAuthor(s)
NoHunger1.0.3EnabledMatthww
1vs10.0.5Enabled
EssentialsPE1.1.3.vgphp7DisabledLegendsOfMCPE Team
Slapper1.3.5Enabledjojoe77777
DevTools1.11.3EnabledPocketMine Team
Proteção2.2.0Enabledaliuly
ItemID1.1.0EnabledKaitoDoDo
PurePerms1.2.2Enabled64FF00
Alias1.2.0EnabledZacHack
KeepInventory1.2.0Enabledboybook
ManyWorlds2.0.3Enabledaliuly
ServerAuth2.13EnabledEvolSoft
Lançador1Enableddevsloty
FireWings2.0.0Enabled
KillHealthJuze1EnabledJUZEXMOD
MultiTP1.0.0EnabledMinifixio
MagicWE0.2.4.LucasGamerEnabledthebigsmileXD
ServerKits1.3EnabledEvolSoft
PureChat1.4.0Enabled64FF00

Server Settings [toggle]

NameValue
gamemode0
enable-rconoff
white-list0
hardcoreoff
level-namehm
max-players30
auto-saveon
spawn-protection16
motd§l§b« Hemix§eMC »
announce-player-achievementson
allow-flightoff
spawn-animalson
spawn-mobson
force-gamemodeoff
pvpon
difficulty1
generator-settings
level-seed
level-typeDEFAULT
rcon.password******
view-distance8
enable-queryon
disable-logfileoff
server-port41720
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
debug.assertions.warn-if-enabledtrue
debug.level1
debug.commandsfalse
player.save-player-datatrue
player.anti-cheat.allow-movement-cheatsfalse
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.enabledtrue
anonymous-statistics.hoststats.pocketmine.net
auto-updater.enabledtrue
auto-updater.on-update.warn-consoletrue
auto-updater.on-update.warn-opstrue
auto-updater.preferred-channelbeta
auto-updater.suggest-channelstrue
auto-updater.hostwww.pocketmine.net
timings.hosttimings.pmmp.io
console.title-ticktrue
aliases
worlds
Find duplicates  |   Download