Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.18 KB | None | 0 0
  1. [20:37:25] [Server thread/ERROR] [FML]: Exception caught during firing event net.minecraftforge.fml.common.gameevent.TickEvent$WorldTickEvent@3f7dec41:
  2. java.lang.NullPointerException: null
  3. at net.minecraft.entity.player.EntityPlayer.getTeam(EntityPlayer.java:2284) ~[aed.class:?]
  4. at net.minecraft.entity.player.EntityPlayer.getDisplayName(EntityPlayer.java:2291) ~[aed.class:?]
  5. at net.minecraft.util.CombatEntry.getDamageSrcDisplayName(SourceFile:57) ~[uo.class:?]
  6. at net.minecraft.util.CombatTracker.getDeathMessage(SourceFile:77) ~[uq.class:?]
  7. at org.spongepowered.common.event.SpongeCommonEventFactory.callDestructEntityEventDeath(SpongeCommonEventFactory.java:963) ~[SpongeCommonEventFactory.class:1.12.2-2825-7.1.7-RC3768]
  8. at net.minecraft.entity.EntityLivingBase.onDeath(EntityLivingBase.java:3327) ~[vp.class:?]
  9. at net.minecraft.entity.EntityLivingBase.attackEntityFrom(EntityLivingBase.java:3647) ~[vp.class:?]
  10. at net.minecraft.entity.monster.EntityMob.attackEntityFrom(EntityMob.java:70) ~[ade.class:?]
  11. at net.minecraft.world.Explosion.doExplosionA(Explosion.java:748) ~[amp.class:?]
  12. at net.minecraft.world.WorldServer.triggerInternalExplosion(WorldServer.java:2873) ~[oo.class:?]
  13. at net.minecraft.world.WorldServer.newExplosion(WorldServer.java:3456) ~[oo.class:?]
  14. at net.minecraft.world.World.createExplosion(World.java:2300) ~[amu.class:?]
  15. at atomicstryker.battletowers.common.AS_TowerDestroyer.update(AS_TowerDestroyer.java:87) ~[AS_TowerDestroyer.class:?]
  16. at atomicstryker.battletowers.common.ServerTickHandler.onTick(ServerTickHandler.java:33) ~[ServerTickHandler.class:?]
  17. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_515_ServerTickHandler_onTick_WorldTickEvent.invoke(.dynamic) ~[?:?]
  18. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
  19. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:756) [EventBus.class:?]
  20. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:706) [EventBus.class:?]
  21. at net.minecraftforge.fml.common.FMLCommonHandler.onPreWorldTick(FMLCommonHandler.java:287) [FMLCommonHandler.class:?]
  22. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:752) [MinecraftServer.class:?]
  23. at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:397) [nz.class:?]
  24. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668) [MinecraftServer.class:?]
  25. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
  26. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_202]
  27. [20:37:25] [Server thread/ERROR] [FML]: Index: 4 Listeners:
  28. [20:37:25] [Server thread/ERROR] [FML]: 0: NORMAL
  29. [20:37:25] [Server thread/ERROR] [FML]: 1: ASM: class vazkii.botania.common.core.handler.CommonTickHandler onTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  30. [20:37:25] [Server thread/ERROR] [FML]: 2: ASM: class crazypants.enderio.base.material.material.MaterialCraftingHandler onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  31. [20:37:25] [Server thread/ERROR] [FML]: 3: ASM: class com.wynprice.secretroomsmod.handler.EnergizedPasteHandler onEntityTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  32. [20:37:25] [Server thread/ERROR] [FML]: 4: ASM: atomicstryker.battletowers.common.ServerTickHandler@2a270c26 onTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  33. [20:37:25] [Server thread/ERROR] [FML]: 5: ASM: cofh.cofhworld.init.WorldTickHandler@147fb148 tickEnd(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  34. [20:37:25] [Server thread/ERROR] [FML]: 6: ASM: ic2.core.util.events.TickEventHandler@66b2dde onWorldTickEvent(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  35. [20:37:25] [Server thread/ERROR] [FML]: 7: ASM: micdoodle8.mods.galacticraft.planets.venus.event.EventHandlerVenus@56ac4d28 onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  36. [20:37:25] [Server thread/ERROR] [FML]: 8: ASM: com.buuz135.industrial.proxy.event.WorldTickHandler@185a437e onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  37. [20:37:25] [Server thread/ERROR] [FML]: 9: ASM: atomicstryker.infernalmobs.common.InfernalMobsCore@19f94f24 onTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  38. [20:37:25] [Server thread/ERROR] [FML]: 10: ASM: openmods.world.DelayedActionTickHandler@432befe1 onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  39. [20:37:25] [Server thread/ERROR] [FML]: 11: ASM: therealfarfetchd.quacklib.common.Proxy@ddb86ec worldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  40. [20:37:25] [Server thread/ERROR] [FML]: 12: ASM: org.silvercatcher.reforged.ReforgedEvents@130b8a12 onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  41. [20:37:25] [Server thread/ERROR] [FML]: 13: ASM: therealfarfetchd.rswires.common.Proxy@818d809 onTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  42. [20:37:25] [Server thread/ERROR] [FML]: 14: ASM: cofh.thermaldynamics.util.TickHandler@61a5f69c tick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  43. [20:37:25] [Server thread/ERROR] [FML]: 15: ASM: ItemGrassSeeds{Name=grassSeeds} onTickEnd(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  44. [20:37:25] [Server thread/ERROR] [FML]: 16: ASM: ItemTerraAxe{Name=terraAxe} onTickEnd(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  45. [20:37:25] [Server thread/ERROR] [FML]: 17: ASM: micdoodle8.mods.galacticraft.planets.asteroids.tick.AsteroidsTickHandlerServer@47511eb0 onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  46. [20:37:25] [Server thread/ERROR] [FML]: 18: ASM: com.creativemd.littletiles.common.events.LittleDoorHandler@62e1ccc3 tick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  47. [20:37:25] [Server thread/ERROR] [FML]: 19: ASM: com.progwml6.natura.world.worldgen.retrogen.TickHandlerWorldRetrogen@1fb5292f onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  48. [20:37:25] [Server thread/ERROR] [FML]: 20: ASM: codechicken.lib.world.WorldExtensionManager$WorldExtensionEventHandler@15710529 serverTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  49. [20:37:25] [Server thread/ERROR] [FML]: 21: ASM: micdoodle8.mods.galacticraft.core.tick.TickHandlerServer@1e661ce7 onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  50. [20:37:25] [Server thread/ERROR] [FML]: 22: ASM: Block{minecraft:air} tickEnd(Lnet/minecraftforge/fml/common/gameevent/TickEvent;)V
  51. [20:37:25] [Server thread/ERROR] [FML]: 23: ASM: ivorius.reccomplex.events.handlers.RCForgeEventHandler@7471c35e onTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent;)V
  52. [20:37:25] [Server thread/ERROR] [FML]: 24: ASM: appeng.hooks.TickHandler@4d57c883 onTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent;)V
  53. [20:37:25] [Server thread/ERROR] [FML]: 25: ASM: com.creativemd.creativecore.common.event.CreativeTickHandler@8479d52 onEventTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent;)V
  54. [20:37:25] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: Encountered an unexpected exception
  55. java.lang.NullPointerException: null
  56. at net.minecraft.entity.player.EntityPlayer.getTeam(EntityPlayer.java:2284) ~[aed.class:?]
  57. at net.minecraft.entity.player.EntityPlayer.getDisplayName(EntityPlayer.java:2291) ~[aed.class:?]
  58. at net.minecraft.util.CombatEntry.getDamageSrcDisplayName(SourceFile:57) ~[uo.class:?]
  59. at net.minecraft.util.CombatTracker.getDeathMessage(SourceFile:77) ~[uq.class:?]
  60. at org.spongepowered.common.event.SpongeCommonEventFactory.callDestructEntityEventDeath(SpongeCommonEventFactory.java:963) ~[SpongeCommonEventFactory.class:1.12.2-2825-7.1.7-RC3768]
  61. at net.minecraft.entity.EntityLivingBase.onDeath(EntityLivingBase.java:3327) ~[vp.class:?]
  62. at net.minecraft.entity.EntityLivingBase.attackEntityFrom(EntityLivingBase.java:3647) ~[vp.class:?]
  63. at net.minecraft.entity.monster.EntityMob.attackEntityFrom(EntityMob.java:70) ~[ade.class:?]
  64. at net.minecraft.world.Explosion.doExplosionA(Explosion.java:748) ~[amp.class:?]
  65. at net.minecraft.world.WorldServer.triggerInternalExplosion(WorldServer.java:2873) ~[oo.class:?]
  66. at net.minecraft.world.WorldServer.newExplosion(WorldServer.java:3456) ~[oo.class:?]
  67. at net.minecraft.world.World.createExplosion(World.java:2300) ~[amu.class:?]
  68. at atomicstryker.battletowers.common.AS_TowerDestroyer.update(AS_TowerDestroyer.java:87) ~[AS_TowerDestroyer.class:?]
  69. at atomicstryker.battletowers.common.ServerTickHandler.onTick(ServerTickHandler.java:33) ~[ServerTickHandler.class:?]
  70. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_515_ServerTickHandler_onTick_WorldTickEvent.invoke(.dynamic) ~[?:?]
  71. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
  72. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:756) ~[EventBus.class:?]
  73. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:706) ~[EventBus.class:?]
  74. at net.minecraftforge.fml.common.FMLCommonHandler.onPreWorldTick(FMLCommonHandler.java:287) ~[FMLCommonHandler.class:?]
  75. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:752) ~[MinecraftServer.class:?]
  76. at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:397) ~[nz.class:?]
  77. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668) ~[MinecraftServer.class:?]
  78. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
  79. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_202]
  80. [20:37:25] [Server thread/WARN] [org.dimdev.utils.ModIdentifier]: Failed to identify net.minecraftforge.fml.common.eventhandler.ASMEventHandler_515_ServerTickHandler_onTick_WorldTickEvent (untransformed name: net.minecraftforge.fml.common.eventhandler.ASMEventHandler_515_ServerTickHandler_onTick_WorldTickEvent)
  81. [20:37:25] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: This crash report has been saved to: /home/container/./crash-reports/crash-2019-06-13_20.37.25-server.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement