Advertisement
RainOfPain125

crashlol

Jan 5th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.31 KB | None | 0 0
  1. [16:26:38] [Server thread/ERROR] [FML]: Exception caught during firing event net.minecraftforge.event.world.BlockEvent$HarvestDropsEvent@681f2086:
  2. java.lang.UnsupportedOperationException: null
  3. at com.google.common.collect.UnmodifiableIterator.remove(UnmodifiableIterator.java:46) ~[minecraft_server.1.12.2.jar:?]
  4. at crazypants.enderio.integration.tic.traits.TraitPickup.blockHarvestDrops(TraitPickup.java:26) ~[TraitPickup.class:?]
  5. at slimeknights.tconstruct.tools.TraitEvents.lambda$blockDropEvent$2(TraitEvents.java:50) ~[TraitEvents.class:?]
  6. at java.util.ArrayList.forEach(Unknown Source) ~[?:1.8.0_191]
  7. at slimeknights.tconstruct.tools.TraitEvents.blockDropEvent(TraitEvents.java:50) ~[TraitEvents.class:?]
  8. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_2481_TraitEvents_blockDropEvent_HarvestDropsEvent.invoke(.dynamic) ~[?:?]
  9. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
  10. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?]
  11. at net.minecraftforge.event.ForgeEventFactory.fireBlockHarvesting(ForgeEventFactory.java:321) [ForgeEventFactory.class:?]
  12. at net.minecraft.block.Block.func_180653_a(Block.java:572) [aow.class:?]
  13. at net.minecraft.block.Block.func_176226_b(Block.java:564) [aow.class:?]
  14. at net.minecraft.block.Block.func_180657_a(Block.java:735) [aow.class:?]
  15. at com.rwtema.extrautils2.backend.XUBlock.func_180657_a(XUBlock.java:350) [XUBlock.class:?]
  16. at net.minecraft.server.management.PlayerInteractionManager.func_180237_b(PlayerInteractionManager.java:327) [or.class:?]
  17. at net.minecraft.server.management.PlayerInteractionManager.func_73075_a(PlayerInteractionManager.java:109) [or.class:?]
  18. at net.minecraft.entity.player.EntityPlayerMP.func_70071_h_(EntityPlayerMP.java:316) [oq.class:?]
  19. at net.minecraft.world.World.func_72866_a(World.java:1993) [amu.class:?]
  20. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) [oo.class:?]
  21. at net.minecraft.world.World.func_72870_g(World.java:1955) [amu.class:?]
  22. at net.minecraft.world.WorldServer.func_184147_l(WorldServer.java:642) [oo.class:?]
  23. at net.minecraft.world.World.func_72939_s(World.java:1734) [amu.class:?]
  24. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613) [oo.class:?]
  25. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) [MinecraftServer.class:?]
  26. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) [nz.class:?]
  27. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
  28. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
  29. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  30. [16:26:38] [Server thread/ERROR] [FML]: Index: 28 Listeners:
  31. [16:26:38] [Server thread/ERROR] [FML]: 0: HIGHEST
  32. [16:26:38] [Server thread/ERROR] [FML]: 1: ASM: com.lothrazar.cyclicmagic.enchant.EnchantAutoSmelt@3bca81f0 onHarvestDrops(Lnet/minecraftforge/event/world/BlockEvent$HarvestDropsEvent;)V
  33. [16:26:38] [Server thread/ERROR] [FML]: 2: HIGH
  34. [16:26:38] [Server thread/ERROR] [FML]: 3: ASM: knightminer.ceramics.items.ItemClayShears@1490eb4a onBlockDrops(Lnet/minecraftforge/event/world/BlockEvent$HarvestDropsEvent;)V
  35. [16:26:38] [Server thread/ERROR] [FML]: 4: NORMAL
  36. [16:26:38] [Server thread/ERROR] [FML]: 5: ASM: class thaumcraft.common.lib.events.ToolEvents harvestBlockEvent(Lnet/minecraftforge/event/world/BlockEvent$HarvestDropsEvent;)V
  37. [16:26:38] [Server thread/ERROR] [FML]: 6: ASM: class thaumcraft.common.entities.construct.EntityArcaneBore harvestBlockEvent(Lnet/minecraftforge/event/world/BlockEvent$HarvestDropsEvent;)V
  38. [16:26:38] [Server thread/ERROR] [FML]: 7: ASM: class crazypants.enderio.base.item.darksteel.ItemDarkSteelCrook onHarvest(Lnet/minecraftforge/event/world/BlockEvent$HarvestDropsEvent;)V
  39. [16:26:38] [Server thread/ERROR] [FML]: 8: ASM: class crazypants.enderio.base.item.spawner.BrokenSpawnerHandler onHarvestDropsEvent(Lnet/minecraftforge/event/world/BlockEvent$HarvestDropsEvent;)V
  40. [16:26:38] [Server thread/ERROR] [FML]: 9: ASM: class twilightforest.TFEventListener harvestDrops(Lnet/minecraftforge/event/world/BlockEvent$HarvestDropsEvent;)V
  41. [16:26:38] [Server thread/ERROR] [FML]: 10: ASM: class twilightforest.item.ItemTFFieryPick onDrops(Lnet/minecraftforge/event/world/BlockEvent$HarvestDropsEvent;)V
  42. [16:26:38] [Server thread/ERROR] [FML]: 11: ASM: crafttweaker.mc1120.events.CommonEventHandler@519a7ed8 onBlockHarvestDropsEvent(Lnet/minecraftforge/event/world/BlockEvent$HarvestDropsEvent;)V
  43. [16:26:38] [Server thread/ERROR] [FML]: 12: ASM: com.rwtema.extrautils2.eventhandlers.DropsHandler@45e0e722 onDrop(Lnet/minecraftforge/event/world/BlockEvent$HarvestDropsEvent;)V
  44. [16:26:38] [Server thread/ERROR] [FML]: 13: ASM: biomesoplenty.common.handler.SilkTouchEventHandler@737d73a3 onSilkTouched(Lnet/minecraftforge/event/world/BlockEvent$HarvestDropsEvent;)V
  45. [16:26:38] [Server thread/ERROR] [FML]: 14: ASM: Arboriculture Module onHarvestDropsEvent(Lnet/minecraftforge/event/world/BlockEvent$HarvestDropsEvent;)V
  46. [16:26:38] [Server thread/ERROR] [FML]: 15: ASM: rustic.common.EventHandlerCommon@6f5ee408 onVineDropEvent(Lnet/minecraftforge/event/world/BlockEvent$HarvestDropsEvent;)V
  47. [16:26:38] [Server thread/ERROR] [FML]: 16: ASM: teamroots.embers.itemmod.ModifierSuperheater@3e1b747b onDrops(Lnet/minecraftforge/event/world/BlockEvent$HarvestDropsEvent;)V
  48. [16:26:38] [Server thread/ERROR] [FML]: 17: ASM: teamroots.roots.EventManager@85f3cd7 onBlockHarvested(Lnet/minecraftforge/event/world/BlockEvent$HarvestDropsEvent;)V
  49. [16:26:38] [Server thread/ERROR] [FML]: 18: ASM: vazkii.botania.common.item.equipment.tool.elementium.ItemElementiumPick@6d3d11fd onHarvestDrops(Lnet/minecraftforge/event/world/BlockEvent$HarvestDropsEvent;)V
  50. [16:26:38] [Server thread/ERROR] [FML]: 19: ASM: vazkii.botania.common.item.equipment.tool.ItemGlassPick@202c4a4a onBlockDrops(Lnet/minecraftforge/event/world/BlockEvent$HarvestDropsEvent;)V
  51. [16:26:38] [Server thread/ERROR] [FML]: 20: ASM: com.enderio.core.common.handlers.RightClickCropHandler@37698b68 onHarvestDrop(Lnet/minecraftforge/event/world/BlockEvent$HarvestDropsEvent;)V
  52. [16:26:38] [Server thread/ERROR] [FML]: 21: ASM: com.enderio.core.common.handlers.AutoSmeltHandler@1c635a42 handleBlockBreak(Lnet/minecraftforge/event/world/BlockEvent$HarvestDropsEvent;)V
  53. [16:26:38] [Server thread/ERROR] [FML]: 22: ASM: de.ellpeck.actuallyadditions.mod.event.CommonEvents@2e06e726 onBlockBreakEvent(Lnet/minecraftforge/event/world/BlockEvent$HarvestDropsEvent;)V
  54. [16:26:38] [Server thread/ERROR] [FML]: 23: ASM: techreborn.events.BlockBreakHandler@47cace63 onBlockHarvest(Lnet/minecraftforge/event/world/BlockEvent$HarvestDropsEvent;)V
  55. [16:26:38] [Server thread/ERROR] [FML]: 24: ASM: com.lothrazar.cyclicmagic.registry.module.WorldModule@3b1324b0 onHarvestDropsEvent(Lnet/minecraftforge/event/world/BlockEvent$HarvestDropsEvent;)V
  56. [16:26:38] [Server thread/ERROR] [FML]: 25: ASM: nc.handler.DropHandler@2fa8da43 addBlockDrop(Lnet/minecraftforge/event/world/BlockEvent$HarvestDropsEvent;)V
  57. [16:26:38] [Server thread/ERROR] [FML]: 26: ASM: shetiphian.terraqueous.common.misc.EventHandler$ForgeEventBus@5ae95032 harvestDropsEvent(Lnet/minecraftforge/event/world/BlockEvent$HarvestDropsEvent;)V
  58. [16:26:38] [Server thread/ERROR] [FML]: 27: ASM: class thebetweenlands.common.block.farming.BlockGenericDugSoil onHarvestBlock(Lnet/minecraftforge/event/world/BlockEvent$HarvestDropsEvent;)V
  59. [16:26:38] [Server thread/ERROR] [FML]: 28: ASM: slimeknights.tconstruct.tools.TraitEvents@316d1a1e blockDropEvent(Lnet/minecraftforge/event/world/BlockEvent$HarvestDropsEvent;)V
  60. [16:26:38] [Server thread/ERROR] [FML]: 29: ASM: com.rwtema.extrautils2.eventhandlers.RareSeedHandler@2377d5a3 onDrops(Lnet/minecraftforge/event/world/BlockEvent$HarvestDropsEvent;)V
  61. [16:26:38] [Server thread/ERROR] [FML]: 30: LOW
  62. [16:26:38] [Server thread/ERROR] [FML]: 31: ASM: cofh.core.proxy.EventHandler@3c34d144 handleHarvestDropsEvent(Lnet/minecraftforge/event/world/BlockEvent$HarvestDropsEvent;)V
  63. [16:26:38] [Server thread/ERROR] [FML]: 32: ASM: landmaster.plustic.traits.Global@4336ad05 blockDrops(Lnet/minecraftforge/event/world/BlockEvent$HarvestDropsEvent;)V
  64. [16:26:38] [Server thread/ERROR] [FML]: 33: ASM: vazkii.quark.tweaks.feature.GlassShards@12eb774 onDrops(Lnet/minecraftforge/event/world/BlockEvent$HarvestDropsEvent;)V
  65. [16:26:38] [Server thread/ERROR] [FML]: 34: ASM: hellfirepvp.astralsorcery.common.event.listener.EventHandlerServer@ec3b989 onHarvest(Lnet/minecraftforge/event/world/BlockEvent$HarvestDropsEvent;)V
  66. [16:26:38] [Server thread/ERROR] [FML]: 35: LOWEST
  67. [16:26:38] [Server thread/ERROR] [FML]: 36: ASM: com.buuz135.industrial.proxy.event.PlantInteractorHarvestDropsHandler@61b9c759 onHarvest(Lnet/minecraftforge/event/world/BlockEvent$HarvestDropsEvent;)V
  68. [16:26:38] [Server thread/ERROR] [FML]: 37: ASM: com.cjm721.overloaded.item.functional.ItemMultiTool@6629b331 teleportDrops(Lnet/minecraftforge/event/world/BlockEvent$HarvestDropsEvent;)V
  69. [16:26:38] [Server thread/INFO] [packcrashinfo]: No manfiest present, attempting to load the minecraftinstance.json file.
  70. [16:26:38] [Server thread/ERROR] [packcrashinfo]: No manifest or minecraftinstance.json present
  71. [16:26:38] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: Encountered an unexpected exception
  72. net.minecraft.util.ReportedException: Ticking player
  73. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:773) ~[MinecraftServer.class:?]
  74. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) ~[nz.class:?]
  75. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) ~[MinecraftServer.class:?]
  76. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
  77. at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
  78. Caused by: java.lang.UnsupportedOperationException
  79. at com.google.common.collect.UnmodifiableIterator.remove(UnmodifiableIterator.java:46) ~[minecraft_server.1.12.2.jar:?]
  80. at crazypants.enderio.integration.tic.traits.TraitPickup.blockHarvestDrops(TraitPickup.java:26) ~[TraitPickup.class:?]
  81. at slimeknights.tconstruct.tools.TraitEvents.lambda$blockDropEvent$2(TraitEvents.java:50) ~[TraitEvents.class:?]
  82. at java.util.ArrayList.forEach(Unknown Source) ~[?:1.8.0_191]
  83. at slimeknights.tconstruct.tools.TraitEvents.blockDropEvent(TraitEvents.java:50) ~[TraitEvents.class:?]
  84. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_2481_TraitEvents_blockDropEvent_HarvestDropsEvent.invoke(.dynamic) ~[?:?]
  85. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
  86. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) ~[EventBus.class:?]
  87. at net.minecraftforge.event.ForgeEventFactory.fireBlockHarvesting(ForgeEventFactory.java:321) ~[ForgeEventFactory.class:?]
  88. at net.minecraft.block.Block.func_180653_a(Block.java:572) ~[aow.class:?]
  89. at net.minecraft.block.Block.func_176226_b(Block.java:564) ~[aow.class:?]
  90. at net.minecraft.block.Block.func_180657_a(Block.java:735) ~[aow.class:?]
  91. at com.rwtema.extrautils2.backend.XUBlock.func_180657_a(XUBlock.java:350) ~[XUBlock.class:?]
  92. at net.minecraft.server.management.PlayerInteractionManager.func_180237_b(PlayerInteractionManager.java:327) ~[or.class:?]
  93. at net.minecraft.server.management.PlayerInteractionManager.func_73075_a(PlayerInteractionManager.java:109) ~[or.class:?]
  94. at net.minecraft.entity.player.EntityPlayerMP.func_70071_h_(EntityPlayerMP.java:316) ~[oq.class:?]
  95. at net.minecraft.world.World.func_72866_a(World.java:1993) ~[amu.class:?]
  96. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832) ~[oo.class:?]
  97. at net.minecraft.world.World.func_72870_g(World.java:1955) ~[amu.class:?]
  98. at net.minecraft.world.WorldServer.func_184147_l(WorldServer.java:642) ~[oo.class:?]
  99. at net.minecraft.world.World.func_72939_s(World.java:1734) ~[amu.class:?]
  100. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613) ~[oo.class:?]
  101. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767) ~[MinecraftServer.class:?]
  102. ... 4 more
  103. [16:26:38] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: This crash report has been saved to: C:\Users\Administrator\Desktop\Other MC\ATM3\.\crash-reports\crash-2019-01-05_16.26.38-server.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement