Advertisement
Guest User

Untitled

a guest
Feb 16th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.58 KB | None | 0 0
  1. 12:36:19] [Server thread/ERROR] [FML]: Exception caught during firing event net.minecraftforge.event.entity.living.LivingEvent$LivingUpdateEvent@71124333:
  2. java.lang.NullPointerException: null
  3. at java.util.Objects.requireNonNull(Unknown Source) ~[?:1.8.0_181]
  4. at mods.railcraft.common.util.inventory.InventoryAdaptor.of(InventoryAdaptor.java:96) ~[InventoryAdaptor.class:?]
  5. at mods.railcraft.common.util.inventory.InventoryAdaptor.of(InventoryAdaptor.java:87) ~[InventoryAdaptor.class:?]
  6. at mods.railcraft.common.util.inventory.InventoryComposite.lambda$of$0(InventoryComposite.java:62) ~[InventoryComposite.class:?]
  7. at java.util.stream.ReferencePipeline$7$1.accept(Unknown Source) ~[?:1.8.0_181]
  8. at java.util.Spliterators$ArraySpliterator.forEachRemaining(Unknown Source) ~[?:1.8.0_181]
  9. at java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[?:1.8.0_181]
  10. at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[?:1.8.0_181]
  11. at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(Unknown Source) ~[?:1.8.0_181]
  12. at java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[?:1.8.0_181]
  13. at java.util.stream.ReferencePipeline.collect(Unknown Source) ~[?:1.8.0_181]
  14. at mods.railcraft.common.util.inventory.InventoryComposite.of(InventoryComposite.java:63) ~[InventoryComposite.class:?]
  15. at mods.railcraft.common.items.firestone.FirestoneTickHandler.tick(FirestoneTickHandler.java:33) ~[FirestoneTickHandler.class:?]
  16. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_946_FirestoneTickHandler_tick_LivingUpdateEvent.invoke(.dynamic) ~[?:?]
  17. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
  18. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?]
  19. at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:575) [ForgeHooks.class:?]
  20. at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:2095) [vp.class:?]
  21. at net.minecraft.entity.EntityLiving.onUpdate(EntityLiving.java:295) [vq.class:?]
  22. at com.TheRPGAdventurer.ROTD.server.entity.EntityTameableDragon.onUpdate(EntityTameableDragon.java:883) [EntityTameableDragon.class:?]
  23. at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:1993) [amu.class:?]
  24. at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:832) [oo.class:?]
  25. at net.minecraft.world.World.updateEntity(World.java:1955) [amu.class:?]
  26. at net.minecraft.world.World.redirect$updateEntity$zba000(World.java:4117) [amu.class:?]
  27. at net.minecraft.world.World.updateEntities(World.java:1759) [amu.class:?]
  28. at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:613) [oo.class:?]
  29. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:767) [MinecraftServer.class:?]
  30. at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:397) [nz.class:?]
  31. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668) [MinecraftServer.class:?]
  32. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
  33. at java.lang.Thread.run(Unknown Source) [?:1.8.0_181]
  34. [12:36:19] [Server thread/ERROR] [FML]: Index: 15 Listeners:
  35. [12:36:19] [Server thread/ERROR] [FML]: 0: HIGHEST
  36. [12:36:19] [Server thread/ERROR] [FML]: 1: ASM: hellfirepvp.astralsorcery.common.util.effect.time.TimeStopController@44a44636 onLivingTickTest(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
  37. [12:36:19] [Server thread/ERROR] [FML]: 2: NORMAL
  38. [12:36:19] [Server thread/ERROR] [FML]: 3: ASM: class thaumcraft.common.lib.events.EntityEvents livingTick(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
  39. [12:36:19] [Server thread/ERROR] [FML]: 4: ASM: class thaumcraft.common.lib.events.PlayerEvents livingTick(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
  40. [12:36:19] [Server thread/ERROR] [FML]: 5: ASM: class twilightforest.TFEventListener livingUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)Z
  41. [12:36:19] [Server thread/ERROR] [FML]: 6: ASM: class vazkii.botania.common.core.handler.SheddingHandler onLivingUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
  42. [12:36:19] [Server thread/ERROR] [FML]: 7: ASM: net.darkhax.darkutils.features.shulkerpearl.FeatureShulkerPearlItem@6447a6b1 onEntityUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
  43. [12:36:19] [Server thread/ERROR] [FML]: 8: ASM: net.darkhax.darkutils.features.misc.FeatureSheepArmor@3e9f3ae1 onEntityUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
  44. [12:36:19] [Server thread/ERROR] [FML]: 9: ASM: class flaxbeard.immersivepetroleum.common.EventHandler test(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
  45. [12:36:19] [Server thread/ERROR] [FML]: 10: ASM: class T145.metalchests.core.ModLoader$ServerLoader changeSittingTaskForOcelots(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
  46. [12:36:19] [Server thread/ERROR] [FML]: 11: ASM: class net.insane96mcp.progressivebosses.events.LivingUpdate EventLivingUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
  47. [12:36:19] [Server thread/ERROR] [FML]: 12: ASM: com.brandon3055.brandonscore.handlers.BCEventHandler@6e15a9bd livingUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
  48. [12:36:19] [Server thread/ERROR] [FML]: 13: ASM: mods.railcraft.common.carts.MinecartRiderAIDisabler@264b4f99 entityTick(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
  49. [12:36:19] [Server thread/ERROR] [FML]: 14: ASM: mods.railcraft.common.carts.ShuntingAuraTickHandler@5f9e2787 tick(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
  50. [12:36:19] [Server thread/ERROR] [FML]: 15: ASM: mods.railcraft.common.items.firestone.FirestoneTickHandler@1bc20235 tick(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
  51. [12:36:19] [Server thread/ERROR] [FML]: 16: ASM: biomesoplenty.common.handler.PotionCurseHandler@7957bc35 onEntityUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
  52. [12:36:19] [Server thread/ERROR] [FML]: 17: ASM: INSTANCE onEntityUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
  53. [12:36:19] [Server thread/ERROR] [FML]: 18: ASM: class erebus.core.capabilities.base.EntityCapabilityHandler onEntityUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
  54. [12:36:19] [Server thread/ERROR] [FML]: 19: ASM: jackyy.exchangers.handler.EventsHandler@6e76f15 onLivingUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
  55. [12:36:19] [Server thread/ERROR] [FML]: 20: ASM: trinsdar.gravisuit.items.armor.ItemArmorGravisuit$GravisuitJetpack@300766cb updatePlayerAbilityStatus(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
  56. [12:36:19] [Server thread/ERROR] [FML]: 21: ASM: me.ichun.mods.gravitygun.common.core.EventHandlerServer@40f52d91 onLivingUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
  57. [12:36:19] [Server thread/ERROR] [FML]: 22: ASM: com.buuz135.industrial.proxy.event.MeatFeederTickHandler@31c982b onTick(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
  58. [12:36:19] [Server thread/ERROR] [FML]: 23: ASM: net.machinemuse.powersuits.event.PlayerUpdateHandler@77eb1b6a onPlayerUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
  59. [12:36:19] [Server thread/ERROR] [FML]: 24: ASM: org.squiddev.plethora.integration.vanilla.IntegrationVanilla@276b9bdb entityTick(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
  60. [12:36:19] [Server thread/ERROR] [FML]: 25: ASM: org.squiddev.plethora.gameplay.neural.ItemNeuralInterface@6cad3067 onEntityLivingUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
  61. [12:36:19] [Server thread/ERROR] [FML]: 26: ASM: me.ichun.mods.portalgun.common.core.EventHandlerServer@5e82a039 onLivingUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
  62. [12:36:19] [Server thread/ERROR] [FML]: 27: ASM: thundr.redstonerepository.util.ToolEventHandler@233b5bd2 onUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
  63. [12:36:19] [Server thread/ERROR] [FML]: 28: ASM: elucent.rootsclassic.event.EventComponentSpells@4ebc6838 onLivingTick(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
  64. [12:36:19] [Server thread/ERROR] [FML]: 29: ASM: Block{minecraft:air} onLivingUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
  65. [12:36:19] [Server thread/ERROR] [FML]: 30: ASM: vazkii.botania.common.item.equipment.bauble.ItemTravelBelt@679e7f15 updatePlayerStepStatus(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
  66. [12:36:19] [Server thread/ERROR] [FML]: 31: ASM: vazkii.botania.common.item.equipment.bauble.ItemFlightTiara@72a8de8c updatePlayerFlyStatus(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
  67. [12:36:19] [Server thread/ERROR] [FML]: 32: ASM: de.ellpeck.actuallyadditions.mod.items.ItemWingsOfTheBats@6f9ed99b livingUpdateEvent(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
  68. [12:36:19] [Server thread/ERROR] [FML]: 33: ASM: de.ellpeck.actuallyadditions.mod.items.ItemHairyBall@72b0b199 livingUpdateEvent(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
  69. [12:36:19] [Server thread/ERROR] [FML]: 34: ASM: com.legacy.aether.player.PlayerAetherEvents@6817cace onPlayerUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
  70. [12:36:19] [Server thread/ERROR] [FML]: 35: ASM: com.legacy.aether.events.AetherEntityEvents@4fdbd377 onEntityUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
  71. [12:36:19] [Server thread/ERROR] [FML]: 36: ASM: blusunrize.immersiveengineering.common.EventHandler@7365fdcb onLivingUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
  72. [12:36:19] [Server thread/ERROR] [FML]: 37: ASM: squeek.appleskin.network.SyncHandler@58c38052 onLivingUpdateEvent(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
  73. [12:36:19] [Server thread/ERROR] [FML]: 38: ASM: li.cil.oc.common.event.NanomachinesHandler$Common$@291d141c onLivingUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
  74. [12:36:19] [Server thread/ERROR] [FML]: 39: ASM: li.cil.oc.common.event.HoverBootsHandler$@6f224820 onLivingUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
  75. [12:36:19] [Server thread/ERROR] [FML]: 40: ASM: class thebetweenlands.common.handler.PuppetHandler onUpdateLiving(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
  76. [12:36:19] [Server thread/ERROR] [FML]: 41: ASM: class thebetweenlands.common.handler.PlayerPortalHandler teleportCheck(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
  77. [12:36:19] [Server thread/ERROR] [FML]: 42: ASM: thebetweenlands.common.handler.ElixirCommonHandler@45ec4baf onEntityUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
  78. [12:36:19] [Server thread/ERROR] [FML]: 43: ASM: class thebetweenlands.common.block.plant.BlockWeedwoodBush onLivingUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
  79. [12:36:19] [Server thread/ERROR] [FML]: 44: ASM: class thebetweenlands.common.herblore.elixir.PotionRootBound onEntityLivingUpdate(Lnet/minecraftforge/event/entity/living/LivingEvent$LivingUpdateEvent;)V
  80. [12:36:21] [Server thread/WARN] [enderio]: @Devs: See github for dev env setup; set INDEV if needed.
  81. [12:36:25] [Server thread/WARN] [org.dimdev.utils.ModIdentifier]: Failed to identify net.minecraftforge.fml.common.eventhandler.ASMEventHandler_946_FirestoneTickHandler_tick_LivingUpdateEvent (untransformed name: net.minecraftforge.fml.common.eventhandler.ASMEventHandler_946_FirestoneTickHandler_tick_LivingUpdateEvent)
  82. [12:36:27] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: Encountered an unexpected exception
  83. net.minecraft.util.ReportedException: Ticking entity
  84. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:773) ~[MinecraftServer.class:?]
  85. at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:397) ~[nz.class:?]
  86. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668) ~[MinecraftServer.class:?]
  87. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
  88. at java.lang.Thread.run(Unknown Source) [?:1.8.0_181]
  89. Caused by: java.lang.NullPointerException
  90. at java.util.Objects.requireNonNull(Unknown Source) ~[?:1.8.0_181]
  91. at mods.railcraft.common.util.inventory.InventoryAdaptor.of(InventoryAdaptor.java:96) ~[InventoryAdaptor.class:?]
  92. at mods.railcraft.common.util.inventory.InventoryAdaptor.of(InventoryAdaptor.java:87) ~[InventoryAdaptor.class:?]
  93. at mods.railcraft.common.util.inventory.InventoryComposite.lambda$of$0(InventoryComposite.java:62) ~[InventoryComposite.class:?]
  94. at java.util.stream.ReferencePipeline$7$1.accept(Unknown Source) ~[?:1.8.0_181]
  95. at java.util.Spliterators$ArraySpliterator.forEachRemaining(Unknown Source) ~[?:1.8.0_181]
  96. at java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[?:1.8.0_181]
  97. at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[?:1.8.0_181]
  98. at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(Unknown Source) ~[?:1.8.0_181]
  99. at java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[?:1.8.0_181]
  100. at java.util.stream.ReferencePipeline.collect(Unknown Source) ~[?:1.8.0_181]
  101. at mods.railcraft.common.util.inventory.InventoryComposite.of(InventoryComposite.java:63) ~[InventoryComposite.class:?]
  102. at mods.railcraft.common.items.firestone.FirestoneTickHandler.tick(FirestoneTickHandler.java:33) ~[FirestoneTickHandler.class:?]
  103. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_946_FirestoneTickHandler_tick_LivingUpdateEvent.invoke(.dynamic) ~[?:?]
  104. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
  105. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) ~[EventBus.class:?]
  106. at net.minecraftforge.common.ForgeHooks.onLivingUpdate(ForgeHooks.java:575) ~[ForgeHooks.class:?]
  107. at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:2095) ~[vp.class:?]
  108. at net.minecraft.entity.EntityLiving.onUpdate(EntityLiving.java:295) ~[vq.class:?]
  109. at com.TheRPGAdventurer.ROTD.server.entity.EntityTameableDragon.onUpdate(EntityTameableDragon.java:883) ~[EntityTameableDragon.class:?]
  110. at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:1993) ~[amu.class:?]
  111. at net.minecraft.world.WorldServer.updateEntityWithOptionalForce(WorldServer.java:832) ~[oo.class:?]
  112. at net.minecraft.world.World.updateEntity(World.java:1955) ~[amu.class:?]
  113. at net.minecraft.world.World.redirect$updateEntity$zba000(World.java:4117) ~[amu.class:?]
  114. at net.minecraft.world.World.updateEntities(World.java:1759) ~[amu.class:?]
  115. at net.minecraft.world.WorldServer.updateEntities(WorldServer.java:613) ~[oo.class:?]
  116. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:767) ~[MinecraftServer.class:?]
  117. ... 4 more
  118. [12:36:27] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: This crash report has been saved to: C:\Users\bakug\Desktop\Server\.\crash-reports\crash-2019-02-16_12.36.27-server.txt
  119. [12:36:27] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement