Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BugmanBugman/fbb9e12f58bc533dd754be9435be1754 to your computer and use it in GitHub Desktop.
Save BugmanBugman/fbb9e12f58bc533dd754be9435be1754 to your computer and use it in GitHub Desktop.
ava.lang.NoClassDefFoundError: org/zawamod/entity/base/ZAWABaseLand
at net.soggymustache.zawatrophies.TrophiesMain$Handlers.entityDrop(TrophiesMain.java:79) ~[TrophiesMain$Handlers.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1033_Handlers_entityDrop_LivingDropsEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.forgeBridge$post(EventBus.java:753) [EventBus.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.forgeBridge$post(EventBus.java:708) [EventBus.class:?]
at org.spongepowered.mod.event.SpongeToForgeEventFactory.createAndPostLivingDropsEventEvent(SpongeToForgeEventFactory.java:566) [SpongeToForgeEventFactory.class:1.12.2-2838-7.2.2]
at org.spongepowered.mod.event.SpongeToForgeEventFactory.createAndPostForgeEvent(SpongeToForgeEventFactory.java:263) [SpongeToForgeEventFactory.class:1.12.2-2838-7.2.2]
at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:337) [SpongeModEventManager.class:1.12.2-2838-7.2.2]
at org.spongepowered.mod.event.SpongeModEventManager.extendedPost(SpongeModEventManager.java:448) [SpongeModEventManager.class:1.12.2-2838-7.2.2]
at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:417) [SpongeModEventManager.class:1.12.2-2838-7.2.2]
at org.spongepowered.common.event.SpongeEventManager.post(SpongeEventManager.java:465) [SpongeEventManager.class:1.12.2-2838-7.2.2]
at org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:253) [SpongeImpl.class:1.12.2-2838-7.2.2]
at org.spongepowered.common.event.SpongeCommonEventFactory.callDropItemDestruct(SpongeCommonEventFactory.java:286) [SpongeCommonEventFactory.class:1.12.2-2838-7.2.2]
at org.spongepowered.common.event.tracking.phase.entity.EntityDeathState.unwind(EntityDeathState.java:126) [EntityDeathState.class:1.12.2-2838-7.2.2]
at org.spongepowered.common.event.tracking.phase.entity.EntityDeathState.unwind(EntityDeathState.java:44) [EntityDeathState.class:1.12.2-2838-7.2.2]
at org.spongepowered.common.event.tracking.PhaseTracker.completePhase(PhaseTracker.java:316) [spongeforge-1.12.2-2838-7.2.2.jar:1.12.2-2838-7.2.2]
at org.spongepowered.common.event.tracking.PhaseContext.close(PhaseContext.java:618) [PhaseContext.class:1.12.2-2838-7.2.2]
at org.spongepowered.common.event.tracking.phase.entity.EntityDeathContext.close(EntityDeathContext.java:54) [EntityDeathContext.class:1.12.2-2838-7.2.2]
at net.minecraft.entity.EntityLivingBase.attackEntityFrom(EntityLivingBase.java:4118) [vp.class:?]
at com.lycanitesmobs.core.entity.BaseCreatureEntity.attackEntityFrom(BaseCreatureEntity.java:3325) [BaseCreatureEntity.class:?]
at com.lycanitesmobs.core.entity.TameableCreatureEntity.attackEntityFrom(TameableCreatureEntity.java:637) [TameableCreatureEntity.class:?]
at net.minecraft.entity.Entity.redirect$zep000$impl$createLavaBlockDamageSource(Entity.java:7472) [vg.class:?]
at net.minecraft.entity.Entity.setOnFireFromLava(Entity.java:532) [vg.class:?]
at net.minecraft.entity.Entity.onEntityUpdate(Entity.java:497) [vg.class:?]
at net.minecraft.entity.EntityLivingBase.onEntityUpdate(EntityLivingBase.java:226) [vp.class:?]
at net.minecraft.entity.EntityLiving.onEntityUpdate(EntityLiving.java:208) [vq.class:?]
at net.minecraft.entity.Entity.onUpdate(Entity.java:389) [vg.class:?]
at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:2096) [vp.class:?]
at net.minecraft.entity.EntityLiving.onUpdate(EntityLiving.java:295) [vq.class:?]
at com.lycanitesmobs.core.entity.BaseCreatureEntity.onUpdate(BaseCreatureEntity.java:1738) [BaseCreatureEntity.class:?]
at org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:167) [spongeforge-1.12.2-2838-7.2.2.jar:1.12.2-2838-7.2.2]
at net.minecraft.world.WorldServer.redirect$zme000$onCallEntityUpdate(WorldServer.java:4738) [oo.class:?]
at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:1996) [amu.class:?]
at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:832) [oo.class:?]
at net.minecraft.world.World.updateEntity(World.java:1958) [amu.class:?]
at net.minecraft.world.World.updateEntities(World.java:1762) [amu.class:?]
at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:3928) [oo.class:?]
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:767) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:397) [nz.class:?]
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_251]
Caused by: java.lang.ClassNotFoundException: org.zawamod.entity.base.ZAWABaseLand
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_251]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_251]
... 42 more
Caused by: java.lang.NullPointerException
[17:22:26] [Server thread/ERROR] [FML]: Index: 13 Listeners:
[17:22:26] [Server thread/ERROR] [FML]: 0: HIGHEST
[17:22:26] [Server thread/ERROR] [FML]: 1: ASM: cofh.core.proxy.EventHandler@6aacd143 handleLivingDropsEvent(Lnet/minecraftforge/event/entity/living/LivingDropsEvent;)V
[17:22:26] [Server thread/ERROR] [FML]: 2: HIGH
[17:22:26] [Server thread/ERROR] [FML]: 3: ASM: com.rwtema.extrautils2.villagers.EntityAINinjaPoof$Handler@36aa42a1 getDrops(Lnet/minecraftforge/event/entity/living/LivingDropsEvent;)V
[17:22:26] [Server thread/ERROR] [FML]: 4: NORMAL
[17:22:26] [Server thread/ERROR] [FML]: 5: ASM: interface electroblob.wizardry.item.IConjuredItem onLivingDropsEvent(Lnet/minecraftforge/event/entity/living/LivingDropsEvent;)V
[17:22:26] [Server thread/ERROR] [FML]: 6: ASM: interface electroblob.wizardry.enchantment.Imbuement onLivingDropsEvent(Lnet/minecraftforge/event/entity/living/LivingDropsEvent;)V
[17:22:26] [Server thread/ERROR] [FML]: 7: ASM: net.darkhax.darkutils.features.shulkerpearl.FeatureShulkerPearlItem@32203ebe onLivingDrops(Lnet/minecraftforge/event/entity/living/LivingDropsEvent;)V
[17:22:26] [Server thread/ERROR] [FML]: 8: ASM: class crazypants.enderio.base.block.infinity.InfinityFogDropHandler onDrop(Lnet/minecraftforge/event/entity/living/LivingDropsEvent;)V
[17:22:26] [Server thread/ERROR] [FML]: 9: ASM: class com.github.sokyranthedragon.mia.events.EntityEvents onEntityDrops(Lnet/minecraftforge/event/entity/living/LivingDropsEvent;)V
[17:22:26] [Server thread/ERROR] [FML]: 10: ASM: class de.ellpeck.nyx.events.Events onEntityDrop(Lnet/minecraftforge/event/entity/living/LivingDropsEvent;)V
[17:22:26] [Server thread/ERROR] [FML]: 11: ASM: class net.insane96mcp.progressivebosses.events.LivingDrops EventLivingDrops(Lnet/minecraftforge/event/entity/living/LivingDropsEvent;)V
[17:22:26] [Server thread/ERROR] [FML]: 12: ASM: class net.daveyx0.summoner.common.capabilities.CapabilitySummonableEntity$EventHandler EntityDropsEvent(Lnet/minecraftforge/event/entity/living/LivingDropsEvent;)V
[17:22:26] [Server thread/ERROR] [FML]: 13: ASM: class net.soggymustache.zawatrophies.TrophiesMain$Handlers entityDrop(Lnet/minecraftforge/event/entity/living/LivingDropsEvent;)V
[17:22:26] [Server thread/ERROR] [FML]: 14: ASM: class its_meow.betteranimalsplus.common.CommonEventHandler onLivingDrop(Lnet/minecraftforge/event/entity/living/LivingDropsEvent;)V
[17:22:26] [Server thread/ERROR] [FML]: 15: ASM: shadows.spawn.SpawnerModule@3b7d6af7 handleCapturing(Lnet/minecraftforge/event/entity/living/LivingDropsEvent;)V
[17:22:26] [Server thread/ERROR] [FML]: 16: ASM: shadows.potion.PotionModule@29fe10dd drops(Lnet/minecraftforge/event/entity/living/LivingDropsEvent;)V
[17:22:26] [Server thread/ERROR] [FML]: 17: ASM: vazkii.quark.tweaks.feature.ShearableChickens@266af2e3 onEntityDrops(Lnet/minecraftforge/event/entity/living/LivingDropsEvent;)V
[17:22:26] [Server thread/ERROR] [FML]: 18: ASM: vazkii.quark.tweaks.feature.ChickensShedFeathers@307b2b4d onLivingDrops(Lnet/minecraftforge/event/entity/living/LivingDropsEvent;)V
[17:22:26] [Server thread/ERROR] [FML]: 19: ASM: vazkii.quark.misc.feature.SnowGolemPlayerHeads@7329eaf1 onDrops(Lnet/minecraftforge/event/entity/living/LivingDropsEvent;)V
[17:22:26] [Server thread/ERROR] [FML]: 20: ASM: vazkii.quark.misc.feature.BlackAsh@730a7147 onDrops(Lnet/minecraftforge/event/entity/living/LivingDropsEvent;)V
[17:22:26] [Server thread/ERROR] [FML]: 21: ASM: vazkii.quark.decoration.feature.TallowAndCandles@28e10733 onDrops(Lnet/minecraftforge/event/entity/living/LivingDropsEvent;)V
[17:22:26] [Server thread/ERROR] [FML]: 22: ASM: vazkii.quark.vanity.feature.WitchHat@152594f3 onDrops(Lnet/minecraftforge/event/entity/living/LivingDropsEvent;)V
[17:22:26] [Server thread/ERROR] [FML]: 23: ASM: ItemAthame{Name=bewitchment.athame} livingDrop(Lnet/minecraftforge/event/entity/living/LivingDropsEvent;)V
[17:22:26] [Server thread/ERROR] [FML]: 24: ASM: svenhjol.charm.tweaks.feature.WitchesDropDecay@388ab4dd onDrops(Lnet/minecraftforge/event/entity/living/LivingDropsEvent;)V
[17:22:26] [Server thread/ERROR] [FML]: 25: ASM: svenhjol.charm.tweaks.feature.WitchesDropLuck@7fc25e0 onDrops(Lnet/minecraftforge/event/entity/living/LivingDropsEvent;)V
[17:22:26] [Server thread/ERROR] [FML]: 26: ASM: svenhjol.charm.world.feature.EndermitePowder@7103bd84 onDrops(Lnet/minecraftforge/event/entity/living/LivingDropsEvent;)V
[17:22:26] [Server thread/ERROR] [FML]: 27: ASM: svenhjol.charm.world.feature.IllusionersInRoofedForest@76fdf71a onDrops(Lnet/minecraftforge/event/entity/living/LivingDropsEvent;)V
[17:22:26] [Server thread/ERROR] [FML]: 28: ASM: cofh.thermalfoundation.proxy.EventHandler@19918f6a handleLivingDropsEvent(Lnet/minecraftforge/event/entity/living/LivingDropsEvent;)V
[17:22:26] [Server thread/ERROR] [FML]: 29: ASM: endreborn.handlers.EventHandler@518124bd onEventDrop(Lnet/minecraftforge/event/entity/living/LivingDropsEvent;)V
[17:22:26] [Server thread/ERROR] [FML]: 30: ASM: zabi.minecraft.extraalchemy.potion.potion.PotionCheatDeath$PotionCheatDeathHandler@7516503b onLivingDrops(Lnet/minecraftforge/event/entity/living/LivingDropsEvent;)V
[17:22:26] [Server thread/ERROR] [FML]: 31: ASM: zabi.minecraft.extraalchemy.potion.potion.PotionBeheading$PotionBeheadingHandler@33f1b2cf onEntityKilled(Lnet/minecraftforge/event/entity/living/LivingDropsEvent;)V
[17:22:26] [Server thread/ERROR] [FML]: 32: ASM: class com.rwtema.extrautils2.blocks.BlockSpike$EventHandler killDrops(Lnet/minecraftforge/event/entity/living/LivingDropsEvent;)V
[17:22:26] [Server thread/ERROR] [FML]: 33: ASM: com.github.alexthe666.iceandfire.event.ServerEvents@39bbd282 onEntityDrop(Lnet/minecraftforge/event/entity/living/LivingDropsEvent;)V
[17:22:26] [Server thread/ERROR] [FML]: 34: ASM: com.lycanitesmobs.GameEventListener@4e2b9b75 onLivingDrops(Lnet/minecraftforge/event/entity/living/LivingDropsEvent;)V
[17:22:26] [Server thread/ERROR] [FML]: 35: ASM: net.darkhax.pillagers.Pillagers@418a87a9 onMobKilled(Lnet/minecraftforge/event/entity/living/LivingDropsEvent;)V
[17:22:26] [Server thread/ERROR] [FML]: 36: ASM: com.github.alexthe666.rats.server.events.ServerEvents@2db43993 onDrops(Lnet/minecraftforge/event/entity/living/LivingDropsEvent;)V
[17:22:26] [Server thread/ERROR] [FML]: 37: ASM: uniquee.handler.EntityEvents@4a902331 onEntityDrops(Lnet/minecraftforge/event/entity/living/LivingDropsEvent;)V
[17:22:26] [Server thread/ERROR] [FML]: 38: ASM: com.oitsjustjose.vtweaks.event.mobtweaks.MobDropBuffs@2b02632c registerTweak(Lnet/minecraftforge/event/entity/living/LivingDropsEvent;)V
[17:22:26] [Server thread/ERROR] [FML]: 39: ASM: com.oitsjustjose.vtweaks.event.mobtweaks.ChallengerMobs@525ac8fe registerEvent(Lnet/minecraftforge/event/entity/living/LivingDropsEvent;)V
[17:22:26] [Server thread/ERROR] [FML]: 40: ASM: shadows.wstweaks.util.Events@3e184029 handleDropsEvent(Lnet/minecraftforge/event/entity/living/LivingDropsEvent;)V
[17:22:26] [Server thread/ERROR] [FML]: 41: ASM: ItemWingsOfTheBats{Name=actuallyadditions.item_wings_of_the_bats} onEntityDropEvent(Lnet/minecraftforge/event/entity/living/LivingDropsEvent;)V
[17:22:26] [Server thread/ERROR] [FML]: 42: ASM: ItemSolidifiedExperience{Name=actuallyadditions.item_solidified_experience} onEntityDropEvent(Lnet/minecraftforge/event/entity/living/LivingDropsEvent;)V
[17:22:26] [Server thread/ERROR] [FML]: 43: ASM: de.ellpeck.actuallyadditions.mod.event.CommonEvents@7c058da3 onEntityDropEvent(Lnet/minecraftforge/event/entity/living/LivingDropsEvent;)V
[17:22:26] [Server thread/ERROR] [FML]: 44: ASM: c4.champions.common.EventHandlerCommon@5f1bf01e livingDrops(Lnet/minecraftforge/event/entity/living/LivingDropsEvent;)V
[17:22:26] [Server thread/ERROR] [FML]: 45: ASM: com.lothrazar.cyclicmagic.module.tweaks.MobChangesModule@3e6fec6e onLivingDropsEvent(Lnet/minecraftforge/event/entity/living/LivingDropsEvent;)V
[17:22:26] [Server thread/ERROR] [FML]: 46: ASM: com.Fishmod.mod_LavaCow.util.ModEventHandler@6aaac6d8 onEntityDrop(Lnet/minecraftforge/event/entity/living/LivingDropsEvent;)V
[17:22:26] [Server thread/ERROR] [FML]: 47: ASM: com.flemmli97.improvedmobs.handler.EventHandlerAI@48b2a00e pathDebug(Lnet/minecraftforge/event/entity/living/LivingEvent;)V
[17:22:26] [Server thread/ERROR] [FML]: 48: LOW
[17:22:26] [Server thread/ERROR] [FML]: 49: ASM: shadows.ench.EnchModule@6d32cb6f drops(Lnet/minecraftforge/event/entity/living/LivingDropsEvent;)V
[17:22:26] [Server thread/ERROR] [FML]: 50: LOWEST
[17:22:26] [Server thread/ERROR] [FML]: 51: ASM: class crazypants.enderio.base.item.darksteel.upgrade.direct.DirectUpgrade livingDropsEvent(Lnet/minecraftforge/event/entity/living/LivingDropsEvent;)V
[17:22:26] [Server thread/ERROR] [FML]: 52: ASM: class crazypants.enderio.base.handler.darksteel.SwordHandler onEntityDrop(Lnet/minecraftforge/event/entity/living/LivingDropsEvent;)V
[17:22:26] [Server thread/ERROR] [FML]: 53: ASM: class com.therandomlabs.randomtweaks.common.MiscEventHandler onLivingDrops(Lnet/minecraftforge/event/entity/living/LivingDropsEvent;)V
[17:22:26] [Server thread/ERROR] [Sponge]: /******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
[17:22:26] [Server thread/ERROR] [Sponge]: /* Completing incorrect phase */
[17:22:26] [Server thread/ERROR] [Sponge]: /******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
[17:22:26] [Server thread/ERROR] [Sponge]: /* Sponge's tracking system is very */
[17:22:26] [Server thread/ERROR] [Sponge]: /* dependent on knowing when a change to */
[17:22:26] [Server thread/ERROR] [Sponge]: /* any world takes place, however, we are */
[17:22:26] [Server thread/ERROR] [Sponge]: /* attempting to complete a "phase" other */
[17:22:26] [Server thread/ERROR] [Sponge]: /* than the one we most recently entered. */
[17:22:26] [Server thread/ERROR] [Sponge]: /* This is an error usually on Sponge's */
[17:22:26] [Server thread/ERROR] [Sponge]: /* part, so a report is required on the */
[17:22:26] [Server thread/ERROR] [Sponge]: /* issue tracker on GitHub. */
[17:22:26] [Server thread/ERROR] [Sponge]: /******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
[17:22:26] [Server thread/ERROR] [Sponge]: /* Expected to exit phase: Tick{Entity} */
[17:22:26] [Server thread/ERROR] [Sponge]: /* But instead found phase: Block{EntityDeath} */
[17:22:26] [Server thread/ERROR] [Sponge]: /* StackTrace: */
[17:22:26] [Server thread/ERROR] [Sponge]: /* java.lang.Exception: null */
[17:22:26] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.event.tracking.PhaseTracker.printIncorrectPhaseCompletion(PhaseTracker.java:395) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.event.tracking.PhaseTracker.completePhase(PhaseTracker.java:289) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.event.tracking.PhaseContext.close(PhaseContext.java:618) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:171) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.WorldServer.redirect$zme000$onCallEntityUpdate(WorldServer.java:4738) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.World.func_72866_a(World.java:1996) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.World.func_72870_g(World.java:1958) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.World.func_72939_s(World.java:1762) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:3928) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* java.lang.Thread.run(Unknown Source) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* Phases Remaining: */
[17:22:26] [Server thread/ERROR] [Sponge]: /* - Phase: Block{EntityDeath} */
[17:22:26] [Server thread/ERROR] [Sponge]: /* Context: */
[17:22:26] [Server thread/ERROR] [Sponge]: /* - Source: EntityGnekk['Gnekk'/235, l='world', x=184.03, y=10.54, z=410.94] */
[17:22:26] [Server thread/ERROR] [Sponge]: /* - DamageSource: BlockDamageSource{Name=lava, Type=minecraft:fire, BlockSnapshot=SpongeBlockSnapshot{worldUniqueId=2674760e-d32b-42b1-b7a9-1fa1e4bd9514, position=(183, 10, 410), blockState=minecraft:lava[level=0], extendedState=minecraft:lava[level=0]}, Location=Location{(183.0, 10.0, 410.0) in WorldServer{Name=world, DimensionId=0, DimensionType=minecraft:overworld}}} */
[17:22:26] [Server thread/ERROR] [Sponge]: /* - DamageSource: BlockDamageSource{Name=lava, Type=minecraft:fire, BlockSnapshot=SpongeBlockSnapshot{worldUniqueId=2674760e-d32b-42b1-b7a9-1fa1e4bd9514, position=(183, 10, 410), blockState=minecraft:lava[level=0], extendedState=minecraft:lava[level=0]}, Location=Location{(183.0, 10.0, 410.0) in WorldServer{Name=world, DimensionId=0, DimensionType=minecraft:overworld}}} */
[17:22:26] [Server thread/ERROR] [Sponge]: /* - Phase: Tick{Entity} */
[17:22:26] [Server thread/ERROR] [Sponge]: /* Context: */
[17:22:26] [Server thread/ERROR] [Sponge]: /* - Source: EntityGnekk['Gnekk'/235, l='world', x=184.03, y=10.54, z=410.94] */
[17:22:26] [Server thread/ERROR] [Sponge]: /* */
[17:22:26] [Server thread/ERROR] [Sponge]: /* StackTrace : */
[17:22:26] [Server thread/ERROR] [Sponge]: /* java.lang.Exception: Incorrect Phase */
[17:22:26] [Server thread/ERROR] [Sponge]: /* Completion */
[17:22:26] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.event.tracking.PhaseTracker.printIncorrectPhaseCompletion(PhaseTracker.java:398) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.event.tracking.PhaseTracker.completePhase(PhaseTracker.java:289) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.event.tracking.PhaseContext.close(PhaseContext.java:618) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:171) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.WorldServer.redirect$zme000$onCallEntityUpdate(WorldServer.java:4738) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.World.func_72866_a(World.java:1996) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.World.func_72870_g(World.java:1958) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.World.func_72939_s(World.java:1762) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:3928) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* java.lang.Thread.run(Unknown Source) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* */
[17:22:26] [Server thread/ERROR] [Sponge]: /* Minecraft : 1.12.2 */
[17:22:26] [Server thread/ERROR] [Sponge]: /* SpongeAPI : 7.2.0-d871149cb */
[17:22:26] [Server thread/ERROR] [Sponge]: /* Sponge : 1.12.2-7.2.2 */
[17:22:26] [Server thread/ERROR] [Sponge]: /* SpongeForge : 1.12.2-2838-7.2.2 */
[17:22:26] [Server thread/ERROR] [Sponge]: /* Minecraft Forge : 14.23.5.2854 */
[17:22:26] [Server thread/ERROR] [Sponge]: /******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
[17:22:26] [Server thread/WARN] [Sponge]: Add -Dsponge.debugcauseframes to your startup flags to enable further debugging output.
[17:22:26] [Server thread/ERROR] [Sponge]: /********************************************************************************************************/
[17:22:26] [Server thread/ERROR] [Sponge]: /* Cause Stack Frame Corruption! */
[17:22:26] [Server thread/ERROR] [Sponge]: /********************************************************************************************************/
[17:22:26] [Server thread/ERROR] [Sponge]: /* Found
frames left on the stack. Clearing them all. */
[17:22:26] [Server thread/ERROR] [Sponge]: /* */
[17:22:26] [Server thread/ERROR] [Sponge]: /* Please add -Dsponge.debugcauseframes=true to your startup flags to enable further debugging output. */
[17:22:26] [Server thread/ERROR] [Sponge]: /********************************************************************************************************/
[17:22:26] [Server thread/ERROR] [Sponge]: /************************************************************************************************************************************/
[17:22:26] [Server thread/ERROR] [Sponge]: /* Exception occurred during a PhaseState */
[17:22:26] [Server thread/ERROR] [Sponge]: /************************************************************************************************************************************/
[17:22:26] [Server thread/ERROR] [Sponge]: /* Sponge's tracking system makes a best */
[17:22:26] [Server thread/ERROR] [Sponge]: /* effort to not throw exceptions randomly */
[17:22:26] [Server thread/ERROR] [Sponge]: /* but sometimes it is inevitable. In most */
[17:22:26] [Server thread/ERROR] [Sponge]: /* cases, something else triggered this */
[17:22:26] [Server thread/ERROR] [Sponge]: /* exception and Sponge prevented a crash */
[17:22:26] [Server thread/ERROR] [Sponge]: /* by catching it. The following stacktrace */
[17:22:26] [Server thread/ERROR] [Sponge]: /* can be used to help pinpoint the cause. */
[17:22:26] [Server thread/ERROR] [Sponge]: /************************************************************************************************************************************/
[17:22:26] [Server thread/ERROR] [Sponge]: /* The PhaseState having an exception: Tick{Entity} */
[17:22:26] [Server thread/ERROR] [Sponge]: /* The PhaseContext: */
[17:22:26] [Server thread/ERROR] [Sponge]: /* - Source: EntityGnekk['Gnekk'/235, l='world', x=184.03, y=10.54, z=410.94] */
[17:22:26] [Server thread/ERROR] [Sponge]: /* org.spongepowered.asm.util.PrettyPrinter@2ac5901c */
[17:22:26] [Server thread/ERROR] [Sponge]: /* - Phase: Tick{Entity} */
[17:22:26] [Server thread/ERROR] [Sponge]: /* Context: */
[17:22:26] [Server thread/ERROR] [Sponge]: /* - Source: EntityGnekk['Gnekk'/235, l='world', x=184.03, y=10.54, z=410.94] */
[17:22:26] [Server thread/ERROR] [Sponge]: /* */
[17:22:26] [Server thread/ERROR] [Sponge]: /* StackTrace : */
[17:22:26] [Server thread/ERROR] [Sponge]: /* java.lang.NoClassDefFoundError: */
[17:22:26] [Server thread/ERROR] [Sponge]: /* org/zawamod/entity/base/ZAWABaseLand */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.soggymustache.zawatrophies.TrophiesMain$Handlers.entityDrop(TrophiesMain.java:79) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1033_Handlers_entityDrop_LivingDropsEvent.invoke(.dynamic) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraftforge.fml.common.eventhandler.EventBus.forgeBridge$post(EventBus.java:753) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraftforge.fml.common.eventhandler.EventBus.forgeBridge$post(EventBus.java:708) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* org.spongepowered.mod.event.SpongeToForgeEventFactory.createAndPostLivingDropsEventEvent(SpongeToForgeEventFactory.java:566) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* org.spongepowered.mod.event.SpongeToForgeEventFactory.createAndPostForgeEvent(SpongeToForgeEventFactory.java:263) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:337) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* org.spongepowered.mod.event.SpongeModEventManager.extendedPost(SpongeModEventManager.java:448) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:417) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.event.SpongeEventManager.post(SpongeEventManager.java:465) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:253) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.event.SpongeCommonEventFactory.callDropItemDestruct(SpongeCommonEventFactory.java:286) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.event.tracking.phase.entity.EntityDeathState.unwind(EntityDeathState.java:126) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.event.tracking.phase.entity.EntityDeathState.unwind(EntityDeathState.java:44) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.event.tracking.PhaseTracker.completePhase(PhaseTracker.java:316) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.event.tracking.PhaseContext.close(PhaseContext.java:618) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.event.tracking.phase.entity.EntityDeathContext.close(EntityDeathContext.java:54) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.entity.EntityLivingBase.attackEntityFrom(EntityLivingBase.java:4118) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* com.lycanitesmobs.core.entity.BaseCreatureEntity.attackEntityFrom(BaseCreatureEntity.java:3325) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* com.lycanitesmobs.core.entity.TameableCreatureEntity.attackEntityFrom(TameableCreatureEntity.java:637) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.entity.Entity.redirect$zep000$impl$createLavaBlockDamageSource(Entity.java:7472) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.entity.Entity.setOnFireFromLava(Entity.java:532) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.entity.Entity.onEntityUpdate(Entity.java:497) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.entity.EntityLivingBase.onEntityUpdate(EntityLivingBase.java:226) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.entity.EntityLiving.onEntityUpdate(EntityLiving.java:208) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.entity.Entity.onUpdate(Entity.java:389) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:2096) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.entity.EntityLiving.onUpdate(EntityLiving.java:295) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* com.lycanitesmobs.core.entity.BaseCreatureEntity.onUpdate(BaseCreatureEntity.java:1738) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:167) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.WorldServer.redirect$zme000$onCallEntityUpdate(WorldServer.java:4738) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.World.updateEntityWithOptionalForce(World.java:1996) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:832) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.World.updateEntity(World.java:1958) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.World.updateEntities(World.java:1762) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.WorldServer.updateEntities(WorldServer.java:3928) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:767) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:397) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* java.lang.Thread.run(Unknown Source) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* java.lang.ClassNotFoundException: */
[17:22:26] [Server thread/ERROR] [Sponge]: /* org.zawamod.entity.base.ZAWABaseLand */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* java.lang.ClassLoader.loadClass(Unknown Source) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* java.lang.ClassLoader.loadClass(Unknown Source) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.soggymustache.zawatrophies.TrophiesMain$Handlers.entityDrop(TrophiesMain.java:79) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1033_Handlers_entityDrop_LivingDropsEvent.invoke(.dynamic) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraftforge.fml.common.eventhandler.EventBus.forgeBridge$post(EventBus.java:753) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraftforge.fml.common.eventhandler.EventBus.forgeBridge$post(EventBus.java:708) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* org.spongepowered.mod.event.SpongeToForgeEventFactory.createAndPostLivingDropsEventEvent(SpongeToForgeEventFactory.java:566) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* org.spongepowered.mod.event.SpongeToForgeEventFactory.createAndPostForgeEvent(SpongeToForgeEventFactory.java:263) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:337) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* org.spongepowered.mod.event.SpongeModEventManager.extendedPost(SpongeModEventManager.java:448) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:417) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.event.SpongeEventManager.post(SpongeEventManager.java:465) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:253) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.event.SpongeCommonEventFactory.callDropItemDestruct(SpongeCommonEventFactory.java:286) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.event.tracking.phase.entity.EntityDeathState.unwind(EntityDeathState.java:126) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.event.tracking.phase.entity.EntityDeathState.unwind(EntityDeathState.java:44) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.event.tracking.PhaseTracker.completePhase(PhaseTracker.java:316) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.event.tracking.PhaseContext.close(PhaseContext.java:618) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.event.tracking.phase.entity.EntityDeathContext.close(EntityDeathContext.java:54) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.entity.EntityLivingBase.attackEntityFrom(EntityLivingBase.java:4118) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* com.lycanitesmobs.core.entity.BaseCreatureEntity.attackEntityFrom(BaseCreatureEntity.java:3325) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* com.lycanitesmobs.core.entity.TameableCreatureEntity.attackEntityFrom(TameableCreatureEntity.java:637) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.entity.Entity.redirect$zep000$impl$createLavaBlockDamageSource(Entity.java:7472) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.entity.Entity.setOnFireFromLava(Entity.java:532) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.entity.Entity.onEntityUpdate(Entity.java:497) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.entity.EntityLivingBase.onEntityUpdate(EntityLivingBase.java:226) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.entity.EntityLiving.onEntityUpdate(EntityLiving.java:208) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.entity.Entity.onUpdate(Entity.java:389) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:2096) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.entity.EntityLiving.onUpdate(EntityLiving.java:295) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* com.lycanitesmobs.core.entity.BaseCreatureEntity.onUpdate(BaseCreatureEntity.java:1738) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:167) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.WorldServer.redirect$zme000$onCallEntityUpdate(WorldServer.java:4738) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.World.updateEntityWithOptionalForce(World.java:1996) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:832) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.World.updateEntity(World.java:1958) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.World.updateEntities(World.java:1762) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.WorldServer.updateEntities(WorldServer.java:3928) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:767) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:397) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* java.lang.Thread.run(Unknown Source) */
[17:22:26] [Server thread/ERROR] [Sponge]: /* java.lang.NullPointerException: null */
[17:22:26] [Server thread/ERROR] [Sponge]: /* */
[17:22:26] [Server thread/ERROR] [Sponge]: /* Minecraft : 1.12.2 */
[17:22:26] [Server thread/ERROR] [Sponge]: /* SpongeAPI : 7.2.0-d871149cb */
[17:22:26] [Server thread/ERROR] [Sponge]: /* Sponge : 1.12.2-7.2.2 */
[17:22:26] [Server thread/ERROR] [Sponge]: /* SpongeForge : 1.12.2-2838-7.2.2 */
[17:22:26] [Server thread/ERROR] [Sponge]: /* Minecraft Forge : 14.23.5.2854 */
[17:22:26] [Server thread/ERROR] [Sponge]: /************************************************************************************************************************************/
[17:22:26] [Server thread/ERROR] [Sponge]: /*********************************************************************************************************************************************************************************************/
[17:22:26] [Server thread/ERROR] [Sponge]: /* Phases Not Completed */
[17:22:26] [Server thread/ERROR] [Sponge]: /*********************************************************************************************************************************************************************************************/
[17:22:26] [Server thread/ERROR] [Sponge]: /* One or more phases were started but were not properly completed by the end of the server tick. They will be automatically closed, but this is an issue that should be reported to Sponge. */
[17:22:26] [Server thread/ERROR] [Sponge]: /* - Phase: Tick{Entity} */
[17:22:26] [Server thread/ERROR] [Sponge]: /* Context: */
[17:22:26] [Server thread/ERROR] [Sponge]: /* - Source: EntityGnekk['Gnekk'/235, l='world', x=184.03, y=10.54, z=410.94] */
[17:22:26] [Server thread/ERROR] [Sponge]: /* */
[17:22:26] [Server thread/ERROR] [Sponge]: /* Minecraft : 1.12.2 */
[17:22:26] [Server thread/ERROR] [Sponge]: /* SpongeAPI : 7.2.0-d871149cb */
[17:22:26] [Server thread/ERROR] [Sponge]: /* Sponge : 1.12.2-7.2.2 */
[17:22:26] [Server thread/ERROR] [Sponge]: /* SpongeForge : 1.12.2-2838-7.2.2 */
[17:22:26] [Server thread/ERROR] [Sponge]: /* Minecraft Forge : 14.23.5.2854 */
[17:22:26] [Server thread/ERROR] [Sponge]: /*********************************************************************************************************************************************************************************************/
[17:22:26] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: Encountered an unexpected exception
java.lang.IllegalStateException: Cause Stack Frame Corruption! Attempted to pop a frame that was not on the stack.
at org.spongepowered.common.event.SpongeCauseStackManager.popCauseFrame(SpongeCauseStackManager.java:297) ~[SpongeCauseStackManager.class:1.12.2-2838-7.2.2]
at java.util.ArrayDeque$DeqIterator.forEachRemaining(Unknown Source) ~[?:1.8.0_251]
at org.spongepowered.common.event.tracking.PhaseContext.close(PhaseContext.java:632) ~[PhaseContext.class:1.12.2-2838-7.2.2]
at org.spongepowered.common.event.tracking.PhaseTracker.ensureEmpty(PhaseTracker.java:1280) ~[spongeforge-1.12.2-2838-7.2.2.jar:1.12.2-2838-7.2.2]
at net.minecraft.server.MinecraftServer.handler$zjp000$impl$completePhaseTracker(MinecraftServer.java:4528) ~[MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:713) ~[MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_251]
[17:22:26] [Server thread/DEBUG] [org.dimdev.utils.ModIdentifier]: org.spongepowered.common.event.SpongeCauseStackManager = org.spongepowered.common.event.SpongeCauseStackManager = jar:file:/C:/Users/alanc/Desktop/Forge%20Server/./mods/spongeforge-1.12.2-2838-7.2.2.jar!/org/spongepowered/common/event/SpongeCauseStackManager.class
[17:22:26] [Server thread/DEBUG] [org.dimdev.utils.ModIdentifier]: java.util.ArrayDeque$DeqIterator = java.util.ArrayDeque$DeqIterator = jar:file:/C:/Program%20Files/Java/jre1.8.0_251/lib/rt.jar!/java/util/ArrayDeque$DeqIterator.class
[17:22:26] [Server thread/DEBUG] [org.dimdev.utils.ModIdentifier]: org.spongepowered.common.event.tracking.PhaseContext = org.spongepowered.common.event.tracking.PhaseContext = jar:file:/C:/Users/alanc/Desktop/Forge%20Server/./mods/spongeforge-1.12.2-2838-7.2.2.jar!/org/spongepowered/common/event/tracking/PhaseContext.class
[17:22:26] [Server thread/DEBUG] [org.dimdev.utils.ModIdentifier]: org.spongepowered.common.event.tracking.PhaseTracker = org.spongepowered.common.event.tracking.PhaseTracker = jar:file:/C:/Users/alanc/Desktop/Forge%20Server/./mods/spongeforge-1.12.2-2838-7.2.2.jar!/org/spongepowered/common/event/tracking/PhaseTracker.class
[17:22:26] [Server thread/DEBUG] [org.dimdev.utils.ModIdentifier]: net.minecraft.server.MinecraftServer = net.minecraft.server.MinecraftServer = jar:file:/C:/Users/alanc/Desktop/Forge%20Server/minecraft_server.1.12.2.jar!/net/minecraft/server/MinecraftServer.class
[17:22:26] [Server thread/DEBUG] [org.dimdev.utils.ModIdentifier]: java.lang.Thread = java.lang.Thread = jar:file:/C:/Program%20Files/Java/jre1.8.0_251/lib/rt.jar!/java/lang/Thread.class
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment