Guest User

console log

a guest
Jul 31st, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.74 KB | None | 0 0
  1. [02:11:06] [Server thread/INFO]: Applying Transformer to vswe.stevesfactory.settings.Settings
  2. [02:11:06] [Server thread/INFO]: Applied LOAD_DEFAULT transformer
  3. [02:11:06] [Server thread/INFO]: Applying Transformer to vswe.stevesfactory.blocks.ConnectionBlock
  4. [02:11:06] [Server thread/INFO]: Applied GET_DESCRIPTION transformer
  5. [02:11:08] [Server thread/ERROR]: Exception caught during firing event cpw.mods.fml.common.gameevent.TickEvent$ServerTickEvent@682f70f8:
  6. java.lang.ArrayIndexOutOfBoundsException: 15789
  7. at cofh.thermalexpansion.item.ItemCapacitor.receiveEnergy(ItemCapacitor.java:182) ~[ItemCapacitor.class:?]
  8. at mekanism.common.util.ChargeUtils.canBeCharged(ChargeUtils.java:122) ~[ChargeUtils.class:?]
  9. at mekanism.common.tile.TileEntityEnergyCube.func_94041_b(TileEntityEnergyCube.java:124) ~[TileEntityEnergyCube.class:?]
  10. at mekanism.common.tile.TileEntityContainerBlock.func_102007_a(TileEntityContainerBlock.java:185) ~[TileEntityContainerBlock.class:?]
  11. at crazypants.util.ItemUtil.doInsertItem(ItemUtil.java:89) ~[ItemUtil.class:?]
  12. at crazypants.enderio.conduit.item.NetworkedInventory.insertItem(NetworkedInventory.java:265) ~[NetworkedInventory.class:?]
  13. at crazypants.enderio.conduit.item.NetworkedInventory.insertIntoTargets(NetworkedInventory.java:226) ~[NetworkedInventory.class:?]
  14. at crazypants.enderio.conduit.item.NetworkedInventory.doTransfer(NetworkedInventory.java:178) ~[NetworkedInventory.class:?]
  15. at crazypants.enderio.conduit.item.NetworkedInventory.transferItems(NetworkedInventory.java:151) ~[NetworkedInventory.class:?]
  16. at crazypants.enderio.conduit.item.NetworkedInventory.onTick(NetworkedInventory.java:98) ~[NetworkedInventory.class:?]
  17. at crazypants.enderio.conduit.item.ItemConduitNetwork.doTick(ItemConduitNetwork.java:208) ~[ItemConduitNetwork.class:?]
  18. at crazypants.enderio.conduit.item.ItemConduitNetwork.access$100(ItemConduitNetwork.java:23) ~[ItemConduitNetwork.class:?]
  19. at crazypants.enderio.conduit.item.ItemConduitNetwork$InnerTickHandler.tickEnd(ItemConduitNetwork.java:230) ~[ItemConduitNetwork$InnerTickHandler.class:?]
  20. at crazypants.enderio.conduit.ConduitNetworkTickHandler.tickEnd(ConduitNetworkTickHandler.java:47) ~[ConduitNetworkTickHandler.class:?]
  21. at crazypants.enderio.conduit.ConduitNetworkTickHandler.onServerTick(ConduitNetworkTickHandler.java:35) ~[ConduitNetworkTickHandler.class:?]
  22. at cpw.mods.fml.common.eventhandler.ASMEventHandler_303_ConduitNetworkTickHandler_onServerTick_ServerTickEvent.invoke(.dynamic) ~[?:?]
  23. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:1.7.10-R0.1-SNAPSHOT]
  24. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) [EventBus.class:1.7.10-R0.1-SNAPSHOT]
  25. at cpw.mods.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:251) [FMLCommonHandler.class:1.7.10-R0.1-SNAPSHOT]
  26. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:862) [MinecraftServer.class:?]
  27. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:669) [MinecraftServer.class:?]
  28. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_91]
  29. [02:11:08] [Server thread/ERROR]: Index: 6 Listeners:
  30. [02:11:08] [Server thread/ERROR]: 0: NORMAL
  31. [02:11:08] [Server thread/ERROR]: 1: ASM: ic2.core.TickHandler@a9a9730 onServerTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  32. [02:11:08] [Server thread/ERROR]: 2: ASM: com.brandon3055.brandonscore.common.handlers.ProcessHandler@4e5db1b6 onServerTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  33. [02:11:08] [Server thread/ERROR]: 3: ASM: mods.railcraft.client.sounds.SoundLimiterTicker@25fe3d14 tick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  34. [02:11:08] [Server thread/ERROR]: 4: ASM: team.chisel.item.chisel.ChiselController@6d91b078 openQueuedGui(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  35. [02:11:08] [Server thread/ERROR]: 5: ASM: crazypants.enderio.machine.spawner.BlockPoweredSpawner@1a2ee737 onServerTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  36. [02:11:08] [Server thread/ERROR]: 6: ASM: crazypants.enderio.conduit.ConduitNetworkTickHandler@5349063f onServerTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  37. [02:11:08] [Server thread/ERROR]: 7: ASM: codechicken.enderstorage.storage.liquid.TankSynchroniser@6cb33454 tickEnd(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  38. [02:11:08] [Server thread/ERROR]: 8: ASM: com.rwtema.funkylocomotion.EntityMovingEventHandler@6b7cf623 moveEntities(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  39. [02:11:08] [Server thread/ERROR]: 9: ASM: us.ichun.mods.ichunutil.common.core.TickHandlerServer@62f77da0 serverTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  40. [02:11:08] [Server thread/ERROR]: 10: ASM: pneumaticCraft.common.semiblock.SemiBlockManager@15aeaaed onServerTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  41. [02:11:08] [Server thread/ERROR]: 11: ASM: pneumaticCraft.common.HackTickHandler@3d663091 onServerTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  42. [02:11:08] [Server thread/ERROR]: 12: ASM: com.emoniph.witchery.common.ServerTickEvents@3335adf9 onServerTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  43. [02:11:08] [Server thread/ERROR]: 13: ASM: codechicken.wirelessredstone.core.WRCoreEventHandler@24400360 serverTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  44. [02:11:08] [Server thread/ERROR]: 14: ASM: GridTickHandler[Energy]@1155359825 tick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  45. [02:11:08] [Server thread/ERROR]: 15: ASM: GridTickHandler[Redstone]@499870452 tick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  46. [02:11:08] [Server thread/ERROR]: 16: ASM: GridTickHandler[Fluid]@1414969522 tick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  47. [02:11:08] [Server thread/ERROR]: 17: ASM: powercrystals.minefactoryreloaded.net.ConnectionHandler@34edb071 tick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  48. [02:11:08] [Server thread/ERROR]: 18: ASM: buildcraft.core.tablet.manager.TabletManagerServer@42224938 serverTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  49. [02:11:08] [Server thread/ERROR]: 19: ASM: dan200.computercraft.shared.proxy.ComputerCraftProxyCommon$ForgeHandlers@3143cc00 onServerTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  50. [02:11:08] [Server thread/ERROR]: 20: ASM: com.enderio.core.common.util.Scheduler@5af7ef9b onServerTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  51. [02:11:08] [Server thread/ERROR]: 21: ASM: Network Registry:
  52. [] onTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  53. [02:11:08] [Server thread/ERROR]: 22: ASM: crazypants.enderio.CommonProxy$TickTimer@1e08dc5f onTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  54. [02:11:08] [Server thread/ERROR]: 23: ASM: thaumic.tinkerer.common.potion.PotionEffectHandler@13ee21c6 onTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  55. [02:11:08] [Server thread/ERROR]: 24: ASM: micdoodle8.mods.galacticraft.planets.asteroids.tick.AsteroidsTickHandlerServer@2359d41b onServerTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  56. [02:11:08] [Server thread/ERROR]: 25: ASM: INSTANCE tickServer(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  57. [02:11:08] [Server thread/ERROR]: 26: ASM: logisticspipes.ticks.LPTickHandler@2b229033 serverTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  58. [02:11:08] [Server thread/ERROR]: 27: ASM: logisticspipes.ticks.QueuedTasks@79a52d1c tickEnd(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  59. [02:11:08] [Server thread/ERROR]: 28: ASM: morph.common.core.TickHandlerServer@3e90f094 serverTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  60. [02:11:08] [Server thread/ERROR]: 29: ASM: openblocks.common.ServerTickHandler@45c4d2b9 onServerTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  61. [02:11:08] [Server thread/ERROR]: 30: ASM: mcjty.rftools.dimension.DimensionTickEvent@5fe25d15 onServerTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  62. [02:11:08] [Server thread/ERROR]: 31: ASM: tombenpotter.sanguimancy.util.teleporting.TeleportingQueue@167d3abb serverTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  63. [02:11:08] [Server thread/ERROR]: 32: ASM: cofh.thermaldynamics.core.TickHandler@7e24353e onServerTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  64. [02:11:08] [Server thread/ERROR]: 33: ASM: codechicken.wirelessredstone.addons.WRAddonEventHandler@6d073f64 serverTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  65. [02:11:08] [Server thread/ERROR]: 34: ASM: codechicken.multipart.handler.MultipartEventHandler$@2abedd12 serverTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  66. [02:11:08] [Server thread/ERROR]: 35: ASM: micdoodle8.mods.galacticraft.core.tick.TickHandlerServer@66e2f128 onServerTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  67. [02:11:08] [Server thread/ERROR]: 36: ASM: crazypants.enderzoo.spawn.MobSpawnEventHandler@540e510e onServerTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  68. [02:11:08] [Server thread/ERROR]: 37: ASM: com.rwtema.extrautils.CommandTPSTimer@52e9b396 onServerTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  69. [02:11:08] [Server thread/ERROR]: 38: ASM: mrtjp.relocation.RelocationEventHandler$@5651ab4e serverTick(Lcpw/mods/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  70. [02:11:08] [Server thread/ERROR]: 39: ASM: vazkii.botania.common.block.BlockPistonRelay@1933b5ec tickEnd(Lcpw/mods/fml/common/gameevent/TickEvent;)V
  71. [02:11:08] [Server thread/ERROR]: 40: ASM: com.brandon3055.draconicevolution.common.handler.FMLEventHandler@22813a63 serverTickEvent(Lcpw/mods/fml/common/gameevent/TickEvent;)V
  72. [02:11:08] [Server thread/ERROR]: 41: ASM: appeng.hooks.TickHandler@60a4b21 onTick(Lcpw/mods/fml/common/gameevent/TickEvent;)V
  73. [02:11:08] [Server thread/ERROR]: Encountered an unexpected exception
  74. java.lang.ArrayIndexOutOfBoundsException: 15789
  75. at cofh.thermalexpansion.item.ItemCapacitor.receiveEnergy(ItemCapacitor.java:182) ~[ItemCapacitor.class:?]
  76. at mekanism.common.util.ChargeUtils.canBeCharged(ChargeUtils.java:122) ~[ChargeUtils.class:?]
  77. at mekanism.common.tile.TileEntityEnergyCube.func_94041_b(TileEntityEnergyCube.java:124) ~[TileEntityEnergyCube.class:?]
  78. at mekanism.common.tile.TileEntityContainerBlock.func_102007_a(TileEntityContainerBlock.java:185) ~[TileEntityContainerBlock.class:?]
  79. at crazypants.util.ItemUtil.doInsertItem(ItemUtil.java:89) ~[ItemUtil.class:?]
  80. at crazypants.enderio.conduit.item.NetworkedInventory.insertItem(NetworkedInventory.java:265) ~[NetworkedInventory.class:?]
  81. at crazypants.enderio.conduit.item.NetworkedInventory.insertIntoTargets(NetworkedInventory.java:226) ~[NetworkedInventory.class:?]
  82. at crazypants.enderio.conduit.item.NetworkedInventory.doTransfer(NetworkedInventory.java:178) ~[NetworkedInventory.class:?]
  83. at crazypants.enderio.conduit.item.NetworkedInventory.transferItems(NetworkedInventory.java:151) ~[NetworkedInventory.class:?]
  84. at crazypants.enderio.conduit.item.NetworkedInventory.onTick(NetworkedInventory.java:98) ~[NetworkedInventory.class:?]
  85. at crazypants.enderio.conduit.item.ItemConduitNetwork.doTick(ItemConduitNetwork.java:208) ~[ItemConduitNetwork.class:?]
  86. at crazypants.enderio.conduit.item.ItemConduitNetwork.access$100(ItemConduitNetwork.java:23) ~[ItemConduitNetwork.class:?]
  87. at crazypants.enderio.conduit.item.ItemConduitNetwork$InnerTickHandler.tickEnd(ItemConduitNetwork.java:230) ~[ItemConduitNetwork$InnerTickHandler.class:?]
  88. at crazypants.enderio.conduit.ConduitNetworkTickHandler.tickEnd(ConduitNetworkTickHandler.java:47) ~[ConduitNetworkTickHandler.class:?]
  89. at crazypants.enderio.conduit.ConduitNetworkTickHandler.onServerTick(ConduitNetworkTickHandler.java:35) ~[ConduitNetworkTickHandler.class:?]
  90. at cpw.mods.fml.common.eventhandler.ASMEventHandler_303_ConduitNetworkTickHandler_onServerTick_ServerTickEvent.invoke(.dynamic) ~[?:?]
  91. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54) ~[ASMEventHandler.class:1.7.10-R0.1-SNAPSHOT]
  92. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140) ~[EventBus.class:1.7.10-R0.1-SNAPSHOT]
  93. at cpw.mods.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:251) ~[FMLCommonHandler.class:1.7.10-R0.1-SNAPSHOT]
  94. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:862) ~[MinecraftServer.class:?]
  95. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:669) [MinecraftServer.class:?]
  96. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_91]
  97. [02:11:08] [Server thread/ERROR]: This crash report has been saved to: /home/Servers/Minecraft/Crackpack/./crash-reports/crash-2016-07-29_02.11.08-server.txt
  98. [02:11:08] [Server thread/INFO]: Stopping server
Advertisement
Add Comment
Please, Sign In to add comment