Azutte

Untitled

Dec 10th, 2015
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Ouch. That hurt :(
  3.  
  4. Time: 12/10/15 2:42 PM
  5. Description: Ticking memory connection
  6.  
  7. java.util.ConcurrentModificationException
  8. at java.util.ArrayList$Itr.checkForComodification(Unknown Source)
  9. at java.util.ArrayList$Itr.next(Unknown Source)
  10. at vazkii.botania.common.block.tile.string.TileRedStringInterceptor.onInteract(TileRedStringInterceptor.java:46)
  11. at vazkii.botania.common.block.string.BlockRedStringInterceptor.onInteract(BlockRedStringInterceptor.java:35)
  12. at cpw.mods.fml.common.eventhandler.ASMEventHandler_75_BlockRedStringInterceptor_onInteract_PlayerInteractEvent.invoke(.dynamic)
  13. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  14. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
  15. at net.minecraftforge.event.ForgeEventFactory.onPlayerInteract(ForgeEventFactory.java:100)
  16. at net.minecraft.server.management.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:353)
  17. at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:556)
  18. at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60)
  19. at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9)
  20. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
  21. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:165)
  22. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:659)
  23. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
  24. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
  25. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
  26. at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
  27.  
  28.  
  29. A detailed walkthrough of the error, its code path and all known details is as follows:
  30. ---------------------------------------------------------------------------------------
  31.  
  32. -- Head --
  33. Stacktrace:
  34. at java.util.ArrayList$Itr.checkForComodification(Unknown Source)
  35. at java.util.ArrayList$Itr.next(Unknown Source)
  36. at vazkii.botania.common.block.tile.string.TileRedStringInterceptor.onInteract(TileRedStringInterceptor.java:46)
  37. at vazkii.botania.common.block.string.BlockRedStringInterceptor.onInteract(BlockRedStringInterceptor.java:35)
  38. at cpw.mods.fml.common.eventhandler.ASMEventHandler_75_BlockRedStringInterceptor_onInteract_PlayerInteractEvent.invoke(.dynamic)
  39. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
  40. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
  41. at net.minecraftforge.event.ForgeEventFactory.onPlayerInteract(ForgeEventFactory.java:100)
  42. at net.minecraft.server.management.ItemInWorldManager.func_73078_a(ItemInWorldManager.java:353)
  43. at net.minecraft.network.NetHandlerPlayServer.func_147346_a(NetHandlerPlayServer.java:556)
  44. at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:60)
  45. at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.func_148833_a(SourceFile:9)
  46. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:212)
Advertisement
Add Comment
Please, Sign In to add comment