Pixelmon Mod - Bug tracker

[9.0.1] random crash storagemanager fix completed

Ticket description:
while mining out a badlands, after some time passes my single player world crashes stating it is because of a yamask. this crash happened twice after the 9.0.1 update, and both times due to a yamask?

---- Minecraft Crash Report ----
// Shall we play a game?

Time: 6/5/22 4:38 PM
Description: Ticking entity

java.lang.NullPointerException: Ticking entity
at com.pixelmonmod.pixelmon.api.storage.StorageManager.getParty(StorageManager.java:36) ~[?:1.16.5-9.0.1] {re:classloading}
at com.pixelmonmod.pixelmon.api.storage.StorageProxy.getParty(StorageProxy.java:59) ~[?:1.16.5-9.0.1] {re:classloading}
at com.pixelmonmod.pixelmon.quests.listeners.EntityListeners.onEvolve(EntityListeners.java:51) ~[?:1.16.5-9.0.1] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_1817_EntityListeners_onEvolve_Pre.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus$$Lambda$3362/2024208984.invoke(Unknown Source) ~[?:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
at com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.Evolution.doEvolution(Evolution.java:65) ~[?:1.16.5-9.0.1] {re:classloading}
at com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity.testTickingEvolution(PixelmonEntity.java:741) ~[?:1.16.5-9.0.1] {re:classloading}
at com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity.func_70071_h_(PixelmonEntity.java:413) ~[?:1.16.5-9.0.1] {re:classloading}
at net.minecraft.world.server.ServerWorld.func_217479_a(ServerWorld.java:611) ~[?:?] {re:mixin,pl:accesstransformer:B,xf:fml:forgeendertech:coremod,re:classloading,pl:accesstransformer:B,xf:fml:forgeendertech:coremod,pl:mixin:APP:architects_palette.mixins.json:ServerWorldMixin,pl:mixin:APP:quark.mixins.json:ServerWorldMixin,pl:mixin:A}
at net.minecraft.world.server.ServerWorld$$Lambda$27965/1895935387.accept(Unknown Source) ~[?:?] {}
at net.minecraft.world.World.func_217390_a(World.java:554) ~[?:?] {re:computing_frames,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:flywheel.mixins.json:TileWorldHookMixin,pl:mixin:A}
at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:404) ~[?:?] {re:mixin,pl:accesstransformer:B,xf:fml:forgeendertech:coremod,re:classloading,pl:accesstransformer:B,xf:fml:forgeendertech:coremod,pl:mixin:APP:architects_palette.mixins.json:ServerWorldMixin,pl:mixin:APP:quark.mixins.json:ServerWorldMixin,pl:mixin:A}
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:851) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:787) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:78) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:642) [?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:232) [?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at net.minecraft.server.MinecraftServer$$Lambda$27534/942221010.run(Unknown Source) [?:?] {}
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51] {}


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Server thread
Stacktrace:
at com.pixelmonmod.pixelmon.api.storage.StorageManager.getParty(StorageManager.java:36) ~[?:1.16.5-9.0.1] {re:classloading}
at com.pixelmonmod.pixelmon.api.storage.StorageProxy.getParty(StorageProxy.java:59) ~[?:1.16.5-9.0.1] {re:classloading}
at com.pixelmonmod.pixelmon.quests.listeners.EntityListeners.onEvolve(EntityListeners.java:51) ~[?:1.16.5-9.0.1] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_1817_EntityListeners_onEvolve_Pre.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus$$Lambda$3362/2024208984.invoke(Unknown Source) ~[?:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
at com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.Evolution.doEvolution(Evolution.java:65) ~[?:1.16.5-9.0.1] {re:classloading}
at com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity.testTickingEvolution(PixelmonEntity.java:741) ~[?:1.16.5-9.0.1] {re:classloading}
at com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity.func_70071_h_(PixelmonEntity.java:413) ~[?:1.16.5-9.0.1] {re:classloading}
at net.minecraft.world.server.ServerWorld.func_217479_a(ServerWorld.java:611) ~[?:?] {re:mixin,pl:accesstransformer:B,xf:fml:forgeendertech:coremod,re:classloading,pl:accesstransformer:B,xf:fml:forgeendertech:coremod,pl:mixin:APP:architects_palette.mixins.json:ServerWorldMixin,pl:mixin:APP:quark.mixins.json:ServerWorldMixin,pl:mixin:A}
at net.minecraft.world.server.ServerWorld$$Lambda$27965/1895935387.accept(Unknown Source) ~[?:?] {}
-- Entity being ticked --
Details:
Entity Type: pixelmon:pixelmon (com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity)
Entity ID: 62871
Entity Name: Yamask
Entity's Exact location: -3539.78, 69.00, -2486.49
Entity's Block location: World: (-3540,69,-2487), Chunk: (at 12,4,9 in -222,-156; contains blocks -3552,0,-2496 to -3537,255,-2481), Region: (-7,-5; contains chunks -224,-160 to -193,-129, blocks -3584,0,-2560 to -3073,255,-2049)
Entity's Momentum: 0.00, -0.08, 0.00
Entity's Passengers: []
Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
at net.minecraft.world.World.func_217390_a(World.java:554) ~[?:?] {re:computing_frames,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:flywheel.mixins.json:TileWorldHookMixin,pl:mixin:A}
at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:404) ~[?:?] {re:mixin,pl:accesstransformer:B,xf:fml:forgeendertech:coremod,re:classloading,pl:accesstransformer:B,xf:fml:forgeendertech:coremod,pl:mixin:APP:architects_palette.mixins.json:ServerWorldMixin,pl:mixin:APP:quark.mixins.json:ServerWorldMixin,pl:mixin:A}


-- Affected level --
Details:
All players: 1 total; [ServerPlayerEntity['Ryuuhime16'/70, l='ServerLevel[YES YES YES YES]', x=-3509.43, y=76.00, z=-2513.85]]
Chunk stats: ServerChunkCache: 4234
Level dimension: minecraft:overworld
Level spawn location: World: (32,87,64), Chunk: (at 0,5,0 in 2,4; contains blocks 32,0,64 to 47,255,79), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 2415282 game time, 1676264 day time
Level name: YES YES YES YES
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
Level weather: Rain time: 51602 (now: false), thunder time: 162914 (now: false)
Known server brands: forge
Level was modded: true
Level storage version: 0x04ABD - Anvil
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:851) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:787) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:78) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:642) [?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:232) [?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at net.minecraft.server.MinecraftServer$$Lambda$27534/942221010.run(Unknown Source) [?:?] {}
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51] {}


-- System Details --
Details:
Minecraft Version: 1.16.5
Minecraft Version ID: 1.16.5
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2303484280 bytes (2196 MB) / 4745441280 bytes (4525 MB) up to 6340476928 bytes (6046 MB)
CPUs: 8
JVM Flags: 10 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx6080m -Xms256m -XX:+UseConcMarkSweepGC -XX:ParallelGCThreads=4 -XX:+DisableExplicitGC -XX:+CMSIncrementalMode -XX:+UnlockExperimentalVMOptions -XX:MaxGCPauseMillis=35
ModLauncher: 8.1.3+8.1.3+main-8.1.x.c94d18ec
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/mixin-0.8.4.jar mixin PLUGINSERVICE
/eventbus-4.0.0.jar eventbus PLUGINSERVICE
/forge-1.16.5-36.2.34.jar object_holder_definalize PLUGINSERVICE
/forge-1.16.5-36.2.34.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
/forge-1.16.5-36.2.34.jar capability_inject_definalize PLUGINSERVICE
/forge-1.16.5-36.2.34.jar runtimedistcleaner PLUGINSERVICE
/mixin-0.8.4.jar mixin TRANSFORMATIONSERVICE
/forge-1.16.5-36.2.34.jar fml TRANSFORMATIONSERVICE
FML: 36.2
Forge: net.minecraftforge:36.2.34
FML Language Providers:
[email protected]
minecraft@1
[email protected]
[email protected]
Mod List:
create-stuff-additions1.16.5_v1.1.6.jar |Create Stuff Additions |create_stuff_additions |1.1.6 |DONE |Manifest: NOSIGNATURE
GetExpForEverything-v1.3.0-1.14-1.16.jar |Get experience for everything!|getexpforeverything |1.3.0 |DONE |Manifest: NOSIGNATURE
Architects-Palette-1.16.4-1.1.5.jar |Architect's Palette |architects_palette |1.1.2 |DONE |Manifest: NOSIGNATURE
autooredictconv-1.16.4-16.1.10.jar |Auto Ore Dictionary Converter |autooredictconv |16.1.10 |DONE |Manifest: NOSIGNATURE
macawsbridgesbyg-1.16.5-2.2.jar |Macaw's Bridges - Oh The Biome|macawsbridgesbyg |1.16.5-2.2 |DONE |Manifest: NOSIGNATURE
modnametooltip_1.16.2-1.15.0.jar |Mod Name Tooltip |modnametooltip |1.15.0 |DONE |Manifest: NOSIGNATURE
KleeSlabs_1.16.5-9.2.1.jar |KleeSlabs |kleeslabs |9.2.1 |DONE |Manifest: NOSIGNATURE
ForgeEndertech-1.16.5-7.2.2.0-build.0202.jar |Forge Endertech |forgeendertech |7.2.2.0 |DONE |Manifest: NOSIGNATURE
IronGenerators-1.6.0-final-1.16.x.jar |Iron Generators |irongenerators |1.3.0 |DONE |Manifest: NOSIGNATURE
Controlling-7.0.0.28.jar |Controlling |controlling |7.0.0.28 |DONE |Manifest: NOSIGNATURE
Placebo-1.16.5-4.7.0.jar |Placebo |placebo |4.7.0 |DONE |Manifest: NOSIGNATURE
dankstorage-1.16.5-3.21.jar |Dank Storage |dankstorage |1.16.5-3.21 |DONE |Manifest: NOSIGNATURE
MoreDyes-1.16.5-1.0.0.jar |MoreDyes |moredyes |1.16.5-1.0.0 |DONE |Manifest: NOSIGNATURE
mdecore-1.16.4-16.1.0.jar |MattDahEpic Core |mdecore |16.1.0 |DONE |Manifest: NOSIGNATURE
macawsbridgesbop-1.16.5-1.4.jar |Macaw's Bridges - Biome O' Ple|macawsbridgesbop |1.16.5-1.4 |DONE |Manifest: NOSIGNATURE
Bookshelf-Forge-1.16.5-10.4.32.jar |Bookshelf |bookshelf |10.4.32 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
botanypotstiers-1.16.5-1.141.jar |Botany Pots Tiers |botanypotstiers |1.16.5-1.141 |DONE |Manifest: NOSIGNATURE
biomeidfixer-1.16.5-1.0.1.s5.jar |Biome Id Fixer by Desagas |biomeidfixer |1.16.5-1.0.1.s5 |DONE |Manifest: NOSIGNATURE
buildinggadgets-1.16.5-3.8.2.jar |Building Gadgets |buildinggadgets |3.8.2 |DONE |Manifest: NOSIGNATURE
Apotheosis-1.16.5-4.8.99F.jar |Apotheosis |apotheosis |4.8.99F |DONE |Manifest: NOSIGNATURE
ironshulkerboxes-1.16.4-5.1.11.jar |Iron Shulker Boxes |ironshulkerbox |1.16.4-5.1.11 |DONE |Manifest: NOSIGNATURE
abyg-1.2-forge.jar |[BYG Addon] Enhanced Vanilla B|bygvanillabiomes |1.0.0 |DONE |Manifest: NOSIGNATURE
TwerkItMeal-1.3.9.jar |TwerkItMeal |twerkitmeal |1.3.9 |DONE |Manifest: NOSIGNATURE
Hwyla-forge-1.10.11-B78_1.16.2.jar |Waila |waila |1.10.11-B78_1.16.2 |DONE |Manifest: NOSIGNATURE
DCM_FORGE_V1.5.0_MC1.16.5.jar |Definitive Content Mod |definitive_content_mod |1.5.0 |DONE |Manifest: NOSIGNATURE
JustEnoughResources-1.16.5-0.12.1.128.jar |Just Enough Resources |jeresources |0.12.1.128 |DONE |Manifest: NOSIGNATURE
createfa-1.16.5_v1.0.7.jar |CreateFoodAdditions |createfa |1.0.7 |DONE |Manifest: NOSIGNATURE
refinedstorage-1.9.18.jar |Refined Storage |refinedstorage |1.9.18 |DONE |Manifest: NOSIGNATURE
createcafe-1.16.5-2.4.jar |Create Cafe |createcafe |1.16.5-2.4 |DONE |Manifest: NOSIGNATURE
RSInfinityBooster-1.16.5-1.1+13.jar |RSInfinityBooster |rsinfinitybooster |1.16.5-1.1+13 |DONE |Manifest: NOSIGNATURE
mcw-bridges-2.0.3-mc1.16.5.jar |Macaw's Bridges |mcwbridges |2.0.3 |DONE |Manifest: NOSIGNATURE
industrial-foregoing-1.16.5-3.2.14.6-14.jar |Industrial Foregoing |industrialforegoing |3.2.14.6 |DONE |Manifest: NOSIGNATURE
Compressium-1.16.5-1.2.3.jar |Compressium |compressium |1.2.custom |DONE |Manifest: NOSIGNATURE
valkyrielib-1.16.5-3.0.9.5.jar |ValkyrieLib |valkyrielib |1.16.5-3.0.9.5 |DONE |Manifest: NOSIGNATURE
envirocore-1.16.5-3.0.9.3.jar |Environmental Core |envirocore |1.16.5-3.0.9.3 |DONE |Manifest: NOSIGNATURE
envirotech-1.16.5-3.0.9.4.jar |Environmental Tech |envirotech |1.16.5-3.0.9.4 |DONE |Manifest: NOSIGNATURE
ironfurnaces-1.16.5-2.7.7.jar |Iron Furnaces |ironfurnaces |2.7.7 |DONE |Manifest: NOSIGNATURE
toughnessbar-6.1.jar |Toughness Bar |toughnessbar |6.1 |DONE |Manifest: NOSIGNATURE
silent-gear-1.16.5-2.6.30.jar |Silent Gear |silentgear |2.6.30 |DONE |Manifest: NOSIGNATURE
unearthed-1.3.0.jar |Unearthed |unearthed |1.2.2 |DONE |Manifest: NOSIGNATURE
supermartijn642corelib-1.0.18-forge-mc1.16.5.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.0.18 |DONE |Manifest: NOSIGNATURE
MysticalAdaptations-1.16.5-1.2.2.jar |Mystical Adaptations |mysticaladaptations |1.16.5-1.2.2 |DONE |Manifest: NOSIGNATURE
corail_woodcutter_extension_byg-1.0.0.jar |Corail Woodcutter: Extension B|corail_woodcutter_extension_by|1.0.0 |DONE |Manifest: NOSIGNATURE
curios-forge-1.16.5-4.0.5.3.jar |Curios API |curios |1.16.5-4.0.5.3 |DONE |Manifest: NOSIGNATURE
Patchouli-1.16.4-53.2.jar |Patchouli |patchouli |1.16.4-53.2 |DONE |Manifest: NOSIGNATURE
corail_woodcutter-1.16-2.0.2.jar |Corail Woodcutter |corail_woodcutter |2.0.2 |DONE |Manifest: NOSIGNATURE
arsomega-1.4.0.jar |Ars Omega |arsomega |1.16.5-1.3 |DONE |Manifest: NOSIGNATURE
OreExcavation-1.8.157.jar |Ore Excavation |oreexcavation |1.8.157 |DONE |Manifest: e7:68:1c:0d:b9:7e:cf:f8:f3:40:9c:84:c5:39:d7:a4:59:78:b0:6b:c3:fd:b7:4f:69:18:a3:88:e3:76:8c:3f
FramedBlocks-2.16.0.jar |FramedBlocks |framedblocks |2.16.0 |DONE |Manifest: NOSIGNATURE
blockcarpentry-1.16-0.4.1.jar |BlockCarpentry |blockcarpentry |1.16-0.4.1 |DONE |Manifest: NOSIGNATURE
elevatorid-1.16.5-1.7.13.jar |Elevator Mod |elevatorid |1.16.5-1.7.13 |DONE |Manifest: NOSIGNATURE
ExtraStorage-1.16.5-1.6.1.jar |Extra Storage |extrastorage |1.6.1 |DONE |Manifest: NOSIGNATURE
constructionwand-1.16.5-2.6.jar |Construction Wand |constructionwand |1.16.5-2.6 |DONE |Manifest: NOSIGNATURE
architectury-1.32.63.jar |Architectury |architectury |1.32.63 |DONE |Manifest: NOSIGNATURE
curiouselytra-forge-1.16.5-4.0.2.4.jar |Curious Elytra |curiouselytra |1.16.5-4.0.2.4 |DONE |Manifest: NOSIGNATURE
moreoverlays-1.18.18-mc1.16.5.jar |More Overlays Updated |moreoverlays |1.18.18-mc1.16.5 |DONE |Manifest: NOSIGNATURE
ItemPhysic_v1.4.18_mc1.16.5.jar |ItemPhysic |itemphysic |1.6.0 |DONE |Manifest: NOSIGNATURE
trashcans-1.0.15-forge-mc1.16.jar |Trash Cans |trashcans |1.0.15 |DONE |Manifest: NOSIGNATURE
FastLeafDecay-v25.2.jar |FastLeafDecay |fastleafdecay |v25.2 |DONE |Manifest: NOSIGNATURE
CodeChickenLib-1.16.5-4.0.7.445-universal.jar |CodeChicken Lib |codechickenlib |4.0.7.445 |DONE |Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
CBMultipart-1.16.5-3.0.4.123-universal.jar |CBMultipart |cb_multipart |3.0.4.123 |DONE |Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
ProjectRed-1.16.5-4.11.0-core.jar |ProjectRed Core |projectred-core |4.11.0 |DONE |Manifest: NOSIGNATURE
ProjectRed-1.16.5-4.11.0-illumination.jar |ProjectRed Illumination |projectred-illumination |4.11.0 |DONE |Manifest: NOSIGNATURE
ProjectRed-1.16.5-4.11.0-transmission.jar |ProjectRed Transmission |projectred-transmission |4.11.0 |DONE |Manifest: NOSIGNATURE
ProjectRed-1.16.5-4.11.0-exploration.jar |ProjectRed Exploration |projectred-exploration |4.11.0 |DONE |Manifest: NOSIGNATURE
ProjectRed-1.16.5-4.11.0-integration.jar |ProjectRed Integration |projectred-integration |4.11.0 |DONE |Manifest: NOSIGNATURE
geckolib-forge-1.16.5-3.0.73.jar |GeckoLib |geckolib3 |3.0.73 |DONE |Manifest: NOSIGNATURE
Cyclic-1.16.5-1.5.15.jar |Cyclic |cyclic |1.16.5-1.5.15 |DONE |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
QuarkOddities-1.16.3.jar |Quark Oddities |quarkoddities |1.16.3 |DONE |Manifest: NOSIGNATURE
Cucumber-1.16.5-4.1.12.jar |Cucumber Library |cucumber |4.1.12 |DONE |Manifest: NOSIGNATURE
flatbedrock-1.2.0-build.2+mc1.16.5.jar |Flat Bedrock |flatbedrock |1.2.0-build.2+mc1.16|DONE |Manifest: NOSIGNATURE
additionallanterns-1.0.1-mc1.16.jar |Additional Lanterns |additionallanterns |1.0.1 |DONE |Manifest: NOSIGNATURE
jei-1.16.5-7.7.1.152.jar |Just Enough Items |jei |7.7.1.152 |DONE |Manifest: NOSIGNATURE
JEIEnchantmentInfo-1.16.5-1.3.0.jar |JEI Enchantment Info |jeienchantmentinfo |1.16.5-1.3.0 |DONE |Manifest: NOSIGNATURE
metalbarrels-1.16.2-3.3b.jar |Metal Barrels |metalbarrels |1.16.2-3.3b |DONE |Manifest: NOSIGNATURE
AttributeFix-1.16.5-10.1.4.jar |AttributeFix |attributefix |10.1.4 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
Tiny-Coal-1.16.4-1.0.0.jar |Tiny Coal |tinycoal |1.0.0 |DONE |Manifest: NOSIGNATURE
caelus-forge-1.16.5-2.1.3.2.jar |Caelus API |caelus |1.16.5-2.1.3.2 |DONE |Manifest: NOSIGNATURE
bdlib-1.17.1.11-mc1.16.5.jar |BdLib |bdlib |1.17.1.11 |DONE |Manifest: NOSIGNATURE
WAWLA-1.16.5-8.0.9.jar |WAWLA |wawla |8.0.9 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
invtweaks-1.16.4-1.0.1.jar |Inventory Tweaks Renewed |invtweaks |1.16.4-1.0.1 |DONE |Manifest: NOSIGNATURE
createchunkloading-0.2.1.jar |Create Chunkloading |createchunkloading |0.2.0 |DONE |Manifest: NOSIGNATURE
Waystones_1.16.5-7.6.4.jar |Waystones |waystones |7.6.4 |DONE |Manifest: NOSIGNATURE
Clumps-6.0.0.28.jar |Clumps |clumps |6.0.0.28 |DONE |Manifest: NOSIGNATURE
journeymap-1.16.5-5.8.5p2.jar |Journeymap |journeymap |5.8.5p2 |DONE |Manifest: NOSIGNATURE
enviromats-1.16.5-2.0.9.0.jar |Environmental Materials |enviromats |2.0.9.0 |DONE |Manifest: NOSIGNATURE
NaturesCompass-1.16.5-1.9.1-forge.jar |Nature's Compass |naturescompass |1.16.5-1.9.1-forge |DONE |Manifest: NOSIGNATURE
framedcompactdrawers-1.16-2.2.1.jar |Framed Compacting Drawers |framedcompactdrawers |1.16-2.2.1 |DONE |Manifest: NOSIGNATURE
configured-1.5.2-1.16.5.jar |Configured |configured |1.5.2 |DONE |Manifest: NOSIGNATURE
LibX-1.16.3-1.0.76.jar |LibX |libx |1.16.3-1.0.76 |DONE |Manifest: NOSIGNATURE
create-confectionery1.16.5_v1.0.2.jar |Create Confectionery |create_confectionery |1.0.2 |DONE |Manifest: NOSIGNATURE
mapperbase-1.16.5-2.4.0.0.jar |Mapper Base |mapperbase |1.16.5-2.4.0.0 |DONE |Manifest: NOSIGNATURE
embellishcraft-1.16.5-3.4.0.0.jar |EmbellishCraft |embellishcraft |1.16.5-3.4.0.0 |DONE |Manifest: NOSIGNATURE
JEITweaker-1.16.5-1.1.0.49.jar |JEI Tweaker |jeitweaker |1.1.0.49 |DONE |Manifest: NOSIGNATURE
EnderStorage-1.16.5-2.8.0.170-universal.jar |EnderStorage |enderstorage |2.8.0.170 |DONE |Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
CraftTweaker-1.16.5-7.1.2.510.jar |CraftTweaker |crafttweaker |7.1.2.510 |DONE |Manifest: NOSIGNATURE
BotanyPots-1.16.5-7.1.39.jar |BotanyPots |botanypots |7.1.39 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
BotanyTrees-1.16.5-3.0.7.jar |BotanyTrees |botanytrees |3.0.7 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
extradisks-1.16.4-1.5.1.jar |Extra Disks |extradisks |1.5.1 |DONE |Manifest: NOSIGNATURE
forge-1.16.5-36.2.34-universal.jar |Forge |forge |36.2.34 |DONE |Manifest: 22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
WailaHarvestability-mc1.16.x-forge-1.1.15.jar |Waila Harvestability |wailaharvestability |1.1.15 |DONE |Manifest: NOSIGNATURE
inzheFoPCore-v.1.2.0.jar |inzheFoPs Core |inzhefopcore |1.0.0 |DONE |Manifest: NOSIGNATURE
MysticalAgriculture-1.16.5-4.2.6.jar |Mystical Agriculture |mysticalagriculture |4.2.6 |DONE |Manifest: NOSIGNATURE
MysticalAgradditions-1.16.5-4.2.4.jar |Mystical Agradditions |mysticalagradditions |4.2.4 |DONE |Manifest: NOSIGNATURE
ironchest-1.16.5-11.2.21.jar |Iron Chests |ironchest |1.16.5-11.2.21 |DONE |Manifest: NOSIGNATURE
CraftingTweaks_1.16.5-12.2.1.jar |Crafting Tweaks |craftingtweaks |12.2.1 |DONE |Manifest: NOSIGNATURE
ZeroCore2-1.16.5-2.1.17.jar |Zero CORE 2 |zerocore |1.16.5-2.1.17 |DONE |Manifest: NOSIGNATURE
ExtremeReactors2-1.16.5-2.0.44.jar |Extreme Reactors |bigreactors |1.16.5-2.0.44 |DONE |Manifest: NOSIGNATURE
Pixelmon-1.16.5-9.0.1-universal.jar |Pixelmon Mod |pixelmon |9.0.1 |DONE |Manifest: NOSIGNATURE
forge-1.16.5-36.2.34-client.jar |Minecraft |minecraft |1.16.5 |DONE |Manifest: NOSIGNATURE
EnchantmentDescriptions-1.16.5-7.0.19.jar |EnchantmentDescriptions |enchdesc |7.0.19 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
MouseTweaks-2.14-mc1.16.2.jar |Mouse Tweaks |mousetweaks |2.14 |DONE |Manifest: NOSIGNATURE
titanium-1.16.5-3.2.8.4-10.jar |Titanium |titanium |3.2.8.4 |DONE |Manifest: NOSIGNATURE
silent-lib-1.16.3-4.9.6.jar |Silent Lib |silentlib |4.9.6 |DONE |Manifest: NOSIGNATURE
allthemodium-1.5.18-1.16.5-36.1.23.jar |Allthemodium |allthemodium |1.5.18-1.16.5-36.1.2|DONE |Manifest: NOSIGNATURE
CreativeCore_v2.2.1_mc1.16.5.jar |CreativeCore |creativecore |2.0.0 |DONE |Manifest: NOSIGNATURE
AdLods-1.16.5-4.1.9.2-build.0217.jar |Large Ore Deposits |adlods |4.1.9.2 |DONE |Manifest: NOSIGNATURE
compacter-1.4.1.5-mc1.16.5.jar |Compacter |compacter |1.4.1.5 |DONE |Manifest: NOSIGNATURE
jeiintegration_1.16.5-7.1.0.22.jar |JEI Integration |jeiintegration |7.1.0.22 |DONE |Manifest: NOSIGNATURE
easy_villagers-1.16.5-1.0.13.jar |Easy Villagers |easy_villagers |1.16.5-1.0.13 |DONE |Manifest: NOSIGNATURE
flywheel-1.16-0.2.5.jar |Flywheel |flywheel |1.16-0.2.5 |DONE |Manifest: NOSIGNATURE
steampowered-1.16.5-1.2.0-hf1.jar |Create: Steam Powered |steampowered |1.16.5-1.2.0-hf1 |DONE |Manifest: NOSIGNATURE
create-mc1.16.5_v0.3.2g.jar |Create |create |v0.3.2g |DONE |Manifest: NOSIGNATURE
createdeco-1.1.2-1.16.5.jar |Create Deco |createdeco |1.1.2-1.16.5 |DONE |Manifest: NOSIGNATURE
createautomated-1.16.5-1.4.1a.jar |Create Automated |createautomated |1.16.5-1.4.1a |DONE |Manifest: NOSIGNATURE
JAOPCA-1.16.5-3.4.3.26.jar |JAOPCA |jaopca |3.4.3.26 |DONE |Manifest: NOSIGNATURE
polymorph-forge-1.16.5-0.40.jar |Polymorph |polymorph |1.16.5-0.40 |DONE |Manifest: NOSIGNATURE
AutoRegLib-1.6-49.jar |AutoRegLib |autoreglib |1.6-49 |DONE |Manifest: NOSIGNATURE
Quark-r2.4-322.jar |Quark |quark |r2.4-322 |DONE |Manifest: NOSIGNATURE
StorageDrawers-1.16.3-8.5.2.jar |Storage Drawers |storagedrawers |8.5.2 |DONE |Manifest: NOSIGNATURE
morestoragedrawers-1.16.5-1.1.2.jar |More Storage Drawers |morestoragedrawers |1.16.5-1.1.2 |DONE |Manifest: NOSIGNATURE
BiomesOPlenty-1.16.5-13.1.0.477-universal.jar |Biomes O' Plenty |biomesoplenty |1.16.5-13.1.0.477 |DONE |Manifest: NOSIGNATURE
embellishcraft-bop-1.16.5-3.4.0.jar |EmbellishCraft BoP Addon |embellishcraft-bop |1.16.5-3.4.0 |DONE |Manifest: NOSIGNATURE
Botania-1.16.5-420.2.jar |Botania |botania |1.16.5-420.2 |DONE |Manifest: NOSIGNATURE
ars_nouveau-1.16.5-1.25.1.jar |Ars Nouveau |ars_nouveau |1.25.1 |DONE |Manifest: NOSIGNATURE
ars_creo-1.16.5-1.0.0.jar |Ars Creo |ars_creo |1.0.0 |DONE |Manifest: NOSIGNATURE
create-supercharged1.16.5_v1.7.3.jar |Create: SuperCharged |createsupercharged |1.0.0 |DONE |Manifest: NOSIGNATURE
appleskin-forge-mc1.16.x-2.4.0.jar |AppleSkin |appleskin |2.4.0+mc1.16.4 |DONE |Manifest: NOSIGNATURE
ferritecore-2.1.0-forge.jar |Ferrite Core |ferritecore |2.1.0 |DONE |Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a
connectedglass-1.1.3-mc1.16.jar |Connected Glass |connectedglass |1.1.3 |DONE |Manifest: NOSIGNATURE
byg-1.3.5.jar |Oh The Biomes You'll Go |byg |1.3.4 |DONE |Manifest: NOSIGNATURE
SilentGems-1.16.3-3.7.16.jar |Silent's Gems 3 |silentgems |3.7.16 |DONE |Manifest: NOSIGNATURE
refinedstorageaddons-0.7.4.jar |Refined Storage Addons |refinedstorageaddons |0.7.4 |DONE |Manifest: NOSIGNATURE
CosmeticArmorReworked-1.16.5-v5.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.16.5-v5 |DONE |Manifest: 5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53
botanicalmachinery-1.16.4-0.4.6.jar |Botanical Machinery |botanicalmachinery |0.4.6 |DONE |Manifest: NOSIGNATURE
valhelsia_core-16.0.15.jar |Valhelsia Core |valhelsia_core |16.0.15 |DONE |Manifest: NOSIGNATURE
forbidden_arcanus-16.2.3.jar |Forbidden & Arcanus |forbidden_arcanus |16.2.3 |DONE |Manifest: NOSIGNATURE
overloadedarmorbar-5.1.0.jar |Overloaded Armor Bar |overloadedarmorbar |5.1.0 |DONE |Manifest: NOSIGNATURE
createaddition-1.16.5-20220129a.jar |Create Crafts & Additions |createaddition |1.16.5-20220129a |DONE |Manifest: NOSIGNATURE
xptome-1.16.5-v2.1.5.jar |XP Tome |xpbook |v2.1.5 |DONE |Manifest: NOSIGNATURE
FramedBlocks BlockEntity Warning: Not applicable
Crash Report UUID: 42c3e73a-88b6-43dd-9cf0-ae5fbf070cfd
Patchouli open book context: n/a
Player Count: 1 / 8; [ServerPlayerEntity['Ryuuhime16'/70, l='ServerLevel[YES YES YES YES]', x=-3509.43, y=76.00, z=-2513.85]]
Data Packs: vanilla, mod:create_stuff_additions, mod:getexpforeverything (incompatible), mod:architects_palette (incompatible), mod:autooredictconv, mod:macawsbridgesbyg, mod:kleeslabs (incompatible), mod:forgeendertech, mod:irongenerators, mod:controlling, mod:placebo (incompatible), mod:moredyes, mod:mdecore, mod:macawsbridgesbop, mod:bookshelf, mod:botanypotstiers (incompatible), mod:buildinggadgets, mod:apotheosis (incompatible), mod:ironshulkerbox (incompatible), mod:bygvanillabiomes, mod:twerkitmeal, mod:definitive_content_mod, mod:createfa, mod:refinedstorage, mod:createcafe, mod:mcwbridges, mod:industrialforegoing (incompatible), mod:valkyrielib, mod:envirocore (incompatible), mod:envirotech, mod:ironfurnaces, mod:toughnessbar (incompatible), mod:silentgear, mod:unearthed, mod:supermartijn642corelib, mod:curios, mod:patchouli (incompatible), mod:arsomega, mod:oreexcavation, mod:framedblocks (incompatible), mod:blockcarpentry (incompatible), mod:elevatorid, mod:constructionwand, mod:architectury, mod:curiouselytra, mod:moreoverlays, mod:itemphysic, mod:trashcans, mod:fastleafdecay, mod:codechickenlib (incompatible), mod:cb_multipart (incompatible), mod:projectred-core (incompatible), mod:projectred-illumination (incompatible), mod:projectred-transmission (incompatible), mod:projectred-exploration (incompatible), mod:projectred-integration (incompatible), mod:geckolib3 (incompatible), mod:cyclic (incompatible), mod:flatbedrock (incompatible), mod:additionallanterns, mod:jei, mod:jeienchantmentinfo, mod:metalbarrels (incompatible), mod:caelus, mod:bdlib, mod:createchunkloading (incompatible), mod:waystones (incompatible), mod:clumps, mod:journeymap (incompatible), mod:enviromats (incompatible), mod:naturescompass (incompatible), mod:framedcompactdrawers (incompatible), mod:configured, mod:botanypots, mod:botanytrees, mod:create_confectionery, mod:mapperbase (incompatible), mod:embellishcraft (incompatible), mod:enderstorage (incompatible), mod:forge, mod:inzhefopcore, mod:ironchest, mod:zerocore, mod:bigreactors, mod:pixelmon, mod:enchdesc, mod:mousetweaks, mod:titanium (incompatible), mod:silentlib (incompatible), mod:allthemodium, mod:creativecore, mod:adlods, mod:compacter, mod:flywheel, mod:steampowered, mod:create, mod:createdeco, mod:createautomated, mod:jaopca (incompatible), mod:autoreglib (incompatible), mod:quark (incompatible), mod:storagedrawers (incompatible), mod:morestoragedrawers, mod:biomesoplenty, mod:embellishcraft-bop (incompatible), mod:ars_nouveau, mod:ars_creo (incompatible), mod:createsupercharged, mod:appleskin, mod:ferritecore (incompatible), mod:connectedglass, mod:byg, mod:silentgems, mod:refinedstorageaddons, mod:cosmeticarmorreworked (incompatible), mod:valhelsia_core, mod:forbidden_arcanus (incompatible), mod:overloadedarmorbar (incompatible), mod:createaddition, inmemory:jaopca (incompatible), mod:modnametooltip, mod:biomeidfixer, mod:waila, mod:jeresources, mod:attributefix, mod:wawla, mod:wailaharvestability, mod:jeiintegration, mod:invtweaks (incompatible), mod:craftingtweaks (incompatible), mod:dankstorage, mod:mysticaladaptations (incompatible), mod:corail_woodcutter_extension_byg (incompatible), mod:corail_woodcutter (incompatible), mod:quarkoddities (incompatible), mod:cucumber, mod:mysticalagriculture, mod:mysticalagradditions, mod:libx, mod:easy_villagers, mod:polymorph, mod:botania, mod:botanicalmachinery, mod:tinycoal (incompatible), mod:jeitweaker, mod:crafttweaker, mod:rsinfinitybooster, mod:compressium (incompatible), mod:extrastorage, mod:extradisks, mod:xpbook
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'forge'


also sorry for the text dump, i could not figure out how to post the crash as a link.

Comments

#26183 Posted by SwitzerLad » 08 Jun 2022 04:10

please do not copy-paste an entire log in here. It's unreadable.

Use either https://pastebin.com/ or if the log's too big upload it to https://www.dropbox.com/, then put the link.

#26192 Posted by Ryuuhime16 » 08 Jun 2022 12:32

https://pastebin.com/5UQ6a4tA

i've never submitted a log before, and even stated i had no idea how to post a text file, again sorry, here it is now

#26199 Posted by SwitzerLad » 09 Jun 2022 12:16

All good. Can you provide your data as well? playerdata and pokemon data is needed

Put em in a dropbox and link it

#26306 Posted by SwitzerLad » 12 Jun 2022 05:02

thanks

I'll move this to our internal

#27663 Posted by LordSamosa » 08 Sep 2022 09:22

Ticket with additional information https://pixelmonmod.com/tracker.php?p=2&t=19015

#27886 Posted by LordSamosa » 21 Sep 2022 07:04

Fixed in 9.0.9. If this continues to be an issue, please make a new ticket. Closing.

Ticket details

  • Ticket ID: 18045
  • Project: Pixelmon Mod
  • Status: Fix completed
  • Component: Crash
  • Project version: 1.16.5-9.x.x
  • Priority: Normal
  • Severity: Normal
  • Forge/Sponge: (unknown)
  • What else would be useful to know?: (unknown)
  • Assigned to: SwitzerLad
  • Reported by: Ryuuhime16 (Send PM)
  • Reporter's tickets: (List all tickets)
  • Reported on: 07 Jun 2022 14:30
  • Ticket last visited by: LordSamosa on 18 Dec 2022 23:42
JOIN THE TEAM