Skip to content

Instantly share code, notes, and snippets.

@Vitali8
Created February 7, 2018 22:32
Show Gist options
  • Save Vitali8/ecb4e6c2d1715888360c66dad4210508 to your computer and use it in GitHub Desktop.
Save Vitali8/ecb4e6c2d1715888360c66dad4210508 to your computer and use it in GitHub Desktop.
Exception in server console
/*********************************************************************************************************************************/
/* Exception occurred during a PhaseState */
/*********************************************************************************************************************************/
/* Sponge's tracking system makes a best effort to not throw exceptions randomly */
/* but sometimes it is inevitable. In most cases, something else triggered this */
/* exception and Sponge prevented a crash by catching it. The following stacktrace */
/* can be used to help pinpoint the cause. */
/*********************************************************************************************************************************/
/* The PhaseState having an exception: EntityTickPhase */
/* The PhaseContext: */
/* - Owner: null */
/* - Notifier: null */
/* - Source: PsychoSteve['Psycho Steve'/46304, l='world', x=1045.24, y=10.17, z=214.95] */
/* - CapturedBlocks: CapturedBlocksSupplier{Captured=0} */
/* - BlockItemDrops: BlockItemDropsSupplier{Captured=0} */
/* - BlockItemEntityDrops: BlockItemEntityDropsSupplier{Captured=0} */
/* - CapturedItems: CapturedItemsSupplier{Captured=0} */
/* - CapturedEntities: CapturedEntitiesSupplier{Captured=0} */
/* - CapturedItemStack: CapturedItemStackSupplier{Captured=0} */
/* - EntityItemDrops: null */
/* - EntityItemEntityDrops: null */
/* - BlockEntitySpawns: CapturedBlockEntitySpawnSupplier{Captured=0} */
/* - CapturedBlockPosition: null */
/* org.spongepowered.asm.util.PrettyPrinter@2ad9765c */
/*********************************************************************************************************************************/
/* StackTrace: */
/* java.lang.ClassCastException: techguns.entities.npcs.PsychoSteve cannot be cast to net.minecraft.entity.player.EntityPlayerMP */
/* techguns.items.armors.GenericArmor.damageArmor(GenericArmor.java:469) */
/* org.spongepowered.mod.util.StaticMixinForgeHelper.acceptArmorModifier(StaticMixinForgeHelper.java:137) */
/* net.minecraft.entity.EntityLivingBase.applyArmorDamage(EntityLivingBase.java:5565) */
/* net.minecraft.entity.EntityLivingBase.damageEntityHook(EntityLivingBase.java:3652) */
/* net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:3454) */
/* net.minecraft.entity.monster.EntityMob.func_70097_a(EntityMob.java:70) */
/* net.minecraft.entity.Entity.func_70044_A(Entity.java:531) */
/* net.minecraft.entity.Entity.func_70030_z(Entity.java:496) */
/* net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:224) */
/* net.minecraft.entity.EntityLiving.func_70030_z(EntityLiving.java:208) */
/* net.minecraft.entity.Entity.func_70071_h_(Entity.java:388) */
/* net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:2087) */
/* net.minecraft.entity.EntityLiving.func_70071_h_(EntityLiving.java:295) */
/* net.minecraft.entity.monster.EntityMob.func_70071_h_(EntityMob.java:50) */
/* techguns.entities.npcs.GenericNPC.func_70071_h_(GenericNPC.java:370) */
/* org.spongepowered.common.event.tracking.TrackingUtil.tickEntity(TrackingUtil.java:166) */
/* net.minecraft.world.WorldServer.redirect$onCallEntityUpdate$zli000(WorldServer.java:2860) */
/* net.minecraft.world.World.func_72866_a(World.java:4151) */
/* net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:831) */
/* net.minecraft.world.World.func_72870_g(World.java:1952) */
/* net.minecraft.world.World.func_72939_s(World.java:6570) */
/* net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2224) */
/* net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765) */
/* net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) */
/* net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666) */
/* net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524) */
/* java.lang.Thread.run(Thread.java:748) */
/* Phases Remaining: */
/* */
/* Minecraft : 1.12.2 */
/* SpongeAPI : 7.1.0-SNAPSHOT-dcd7174 */
/* SpongeForge : 1.12.2-2586-7.1.0-BETA-2887 */
/* Minecraft Forge : 14.23.2.2611 */
/*********************************************************************************************************************************/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment