Advertisement
Guest User

Untitled

a guest
Apr 26th, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.06 KB | None | 0 0
  1. [18:33:16] [Server thread/INFO] [minecraft/DedicatedServer]: TheHolyException joined the game
  2. [18:33:18] [Server thread/INFO] [buildinggadgets]: Sending SyncedConfig to freshly logged in player TheHolyException.
  3. [18:33:18] [Server thread/INFO] [EnderCore]: Sending server configs to client for com.enderio.core.common.config.ConfigHandler
  4. [18:33:18] [Server thread/INFO] [FML]: Loading dimension 144 (world) (net.minecraft.server.dedicated.DedicatedServer@6f865d08)
  5. [18:33:18] [Server thread/INFO] [THAUMCRAFT]: Creating aura cache for world 144
  6. [18:33:18] [Server thread/INFO] [compactmachines3]: Loading saved data for machine world
  7. [18:33:18] [Server thread/INFO] [compactmachines3]: > 0 spawn points
  8. [18:33:18] [Server thread/INFO] [compactmachines3]: > Next machine id: 0
  9. [18:33:18] [Server thread/INFO] [compactmachines3]: > Players with beds in CM dimension: 0
  10. [18:33:18] [Thread-60/INFO] [chancecubes]: No custom rewards detected for the current user!
  11. [18:33:19] [Server thread/INFO] [Actually Additions]: Sending Player Data to player TheHolyException with UUID 9969dbdc-d54f-4280-a707-24a95a438b52.
  12. [18:33:19] [Server thread/INFO] [Mekanism]: Sent config to 'TheHolyException.'
  13. [18:33:19] [Server thread/WARN] [minecraft/MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 3204ms behind, skipping 64 tick(s)
  14. [18:33:20] [Thread-62/INFO] [THAUMCRAFT]: Starting aura thread for dim 144
  15. [18:33:20] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 144
  16. [18:33:20] [Server thread/INFO] [FML]: Unloading dimension 144
  17. [18:33:22] [Server thread/INFO] [packcrashinfo]: No manfiest present, attempting to load the minecraftinstance.json file.
  18. [18:33:22] [Server thread/ERROR] [packcrashinfo]: No manifest or minecraftinstance.json present
  19. [18:33:22] [Server thread/WARN] [org.dimdev.utils.ModIdentifier]: Failed to identify net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1403_TickHandler_tick_WorldTickEvent (untransformed name: net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1403_TickHandler_tick_WorldTickEvent)
  20. [18:33:22] [Server thread/ERROR] [FML]: Exception caught during firing event net.minecraftforge.fml.common.gameevent.TickEvent$WorldTickEvent@3826e29a:
  21. net.minecraft.util.ReportedException: Inserting
  22. at cofh.thermaldynamics.duct.item.DuctUnitItem.simTransferI(DuctUnitItem.java:727) ~[DuctUnitItem.class:?]
  23. at cofh.thermaldynamics.duct.item.DuctUnitItem.canRouteItem(DuctUnitItem.java:695) ~[DuctUnitItem.class:?]
  24. at cofh.thermaldynamics.duct.attachments.servo.ServoItem.findRouteForItem(ServoItem.java:323) ~[ServoItem.class:?]
  25. at cofh.thermaldynamics.duct.attachments.servo.ServoItem.getRouteForItem(ServoItem.java:419) ~[ServoItem.class:?]
  26. at cofh.thermaldynamics.duct.attachments.servo.ServoItem.handleItemSending(ServoItem.java:253) ~[ServoItem.class:?]
  27. at cofh.thermaldynamics.duct.attachments.servo.ServoItem.tick(ServoItem.java:215) ~[ServoItem.class:?]
  28. at cofh.thermaldynamics.duct.item.GridItem.tickGrid(GridItem.java:80) ~[GridItem.class:?]
  29. at cofh.thermaldynamics.util.WorldGridList.tickEnd(WorldGridList.java:62) ~[WorldGridList.class:?]
  30. at cofh.thermaldynamics.util.TickHandler.tick(TickHandler.java:93) ~[TickHandler.class:?]
  31. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1403_TickHandler_tick_WorldTickEvent.invoke(.dynamic) ~[?:?]
  32. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
  33. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?]
  34. at net.minecraftforge.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:274) [FMLCommonHandler.class:?]
  35. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:776) [MinecraftServer.class:?]
  36. at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:397) [nz.class:?]
  37. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668) [MinecraftServer.class:?]
  38. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
  39. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  40. Caused by: java.lang.NullPointerException
  41. at mekanism.common.tile.TileEntityFactory.inputProducesOutput(TileEntityFactory.java:445) ~[TileEntityFactory.class:?]
  42. at mekanism.common.tile.TileEntityFactory.canInsertItem(TileEntityFactory.java:519) ~[TileEntityFactory.class:?]
  43. at net.minecraftforge.items.wrapper.SidedInvWrapper.insertItem(SidedInvWrapper.java:143) ~[SidedInvWrapper.class:?]
  44. at net.minecraftforge.items.ItemHandlerHelper.insertItemStacked(ItemHandlerHelper.java:139) ~[ItemHandlerHelper.class:?]
  45. at cofh.core.util.helpers.InventoryHelper.insertStackIntoInventory(InventoryHelper.java:90) ~[InventoryHelper.class:?]
  46. at cofh.core.util.helpers.InventoryHelper.insertStackIntoInventory(InventoryHelper.java:85) ~[InventoryHelper.class:?]
  47. at cofh.thermaldynamics.duct.item.DuctUnitItem.simulateInsertItemStackIntoInventory(DuctUnitItem.java:142) ~[DuctUnitItem.class:?]
  48. at cofh.thermaldynamics.duct.item.DuctUnitItem.simTransfer(DuctUnitItem.java:753) ~[DuctUnitItem.class:?]
  49. at cofh.thermaldynamics.duct.item.DuctUnitItem.simTransferI(DuctUnitItem.java:719) ~[DuctUnitItem.class:?]
  50. ... 17 more
  51. [18:33:22] [Server thread/ERROR] [FML]: Index: 20 Listeners:
  52. [18:33:22] [Server thread/ERROR] [FML]: 0: NORMAL
  53. [18:33:22] [Server thread/ERROR] [FML]: 1: ASM: class thaumcraft.common.lib.events.ServerEvents worldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  54. [18:33:22] [Server thread/ERROR] [FML]: 2: ASM: class crazypants.enderio.base.material.material.MaterialCraftingHandler onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  55. [18:33:22] [Server thread/ERROR] [FML]: 3: ASM: class vazkii.botania.common.core.handler.CommonTickHandler onTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  56. [18:33:22] [Server thread/ERROR] [FML]: 4: ASM: class com.feed_the_beast.ftblib.lib.data.Universe onTickEvent(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  57. [18:33:22] [Server thread/ERROR] [FML]: 5: ASM: class com.feed_the_beast.ftbutilities.handlers.FTBUtilitiesServerEventHandler onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  58. [18:33:22] [Server thread/ERROR] [FML]: 6: ASM: class vazkii.psi.common.core.handler.AdditiveMotionHandler onPlayerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  59. [18:33:22] [Server thread/ERROR] [FML]: 7: ASM: class com.latmod.yabba.YabbaEventHandler tickServerWorld(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  60. [18:33:22] [Thread-62/INFO] [THAUMCRAFT]: Stopping aura thread for dim 144
  61. [18:33:22] [Server thread/ERROR] [FML]: 8: ASM: it.zerono.mods.zerocore.internal.common.MultiblockEventHandler@5c91df57 onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  62. [18:33:22] [Server thread/ERROR] [FML]: 9: ASM: morph.avaritia.handler.AvaritiaEventHandler@26032180 onTickEnd(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  63. [18:33:22] [Server thread/ERROR] [FML]: 10: ASM: INSTANCE onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  64. [18:33:22] [Server thread/ERROR] [FML]: 11: ASM: INSTANCE tick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  65. [18:33:22] [Server thread/ERROR] [FML]: 12: ASM: INSTANCE onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  66. [18:33:22] [Server thread/ERROR] [FML]: 13: ASM: com.valkyrieofnight.et.m_multiblocks.m_nanobot.manager.NBBManager@12b1cfb4 onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  67. [18:33:22] [Server thread/ERROR] [FML]: 14: ASM: com.zeitheron.hammercore.world.WorldGenHelper@2085d105 worldUpdate(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  68. [18:33:22] [Server thread/ERROR] [FML]: 15: ASM: com.buuz135.industrial.proxy.event.WorldTickHandler@3fd4b3a1 onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  69. [18:33:22] [Server thread/ERROR] [FML]: 16: ASM: mcjty.rftools.ForgeEventHandlers@7d89a884 onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  70. [18:33:22] [Server thread/ERROR] [FML]: 17: ASM: mcjty.rftools.ForgeEventHandlers@7d89a884 onPostWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  71. [18:33:22] [Server thread/ERROR] [FML]: 18: ASM: net.creeperhost.minetogether.serverstuffs.CreeperHostServer@3f3ca239 worldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  72. [18:33:22] [Server thread/ERROR] [FML]: 19: ASM: openmods.world.DelayedActionTickHandler@366997bd onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  73. [18:33:22] [Server thread/ERROR] [FML]: 20: ASM: cofh.thermaldynamics.util.TickHandler@460923dd tick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  74. [18:33:22] [Server thread/ERROR] [FML]: 21: ASM: codechicken.wirelessredstone.handler.WREventHandler@40649d76 worldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  75. [18:33:22] [Server thread/ERROR] [FML]: 22: ASM: mcjty.xnet.ForgeEventHandlers@7432b0ec onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  76. [18:33:22] [Server thread/ERROR] [FML]: 23: ASM: epicsquid.mysticallib.LibEvents@5a036b55 onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  77. [18:33:22] [Server thread/ERROR] [FML]: 24: ASM: epicsquid.mysticallib.LibEvents@5a036b55 onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  78. [18:33:22] [Server thread/ERROR] [FML]: 25: ASM: vazkii.botania.common.item.ItemGrassSeeds@76f8040b onTickEnd(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  79. [18:33:22] [Server thread/ERROR] [FML]: 26: ASM: vazkii.botania.common.item.equipment.tool.terrasteel.ItemTerraAxe@6fe46a2 onTickEnd(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  80. [18:33:22] [Server thread/ERROR] [FML]: 27: ASM: com.brandon3055.draconicevolution.world.WorldTickHandler@719155fa tickEnd(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  81. [18:33:22] [Server thread/ERROR] [FML]: 28: ASM: mekanism.common.CommonWorldTickHandler@5852f7cc onTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  82. [18:33:22] [Server thread/ERROR] [FML]: 29: ASM: blusunrize.immersiveengineering.common.world.IEWorldGen@a0c918e serverWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  83. [18:33:22] [Server thread/ERROR] [FML]: 30: ASM: blusunrize.immersiveengineering.common.EventHandler@1e190ebb onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  84. [18:33:22] [Server thread/ERROR] [FML]: 31: ASM: erogenousbeef.bigreactors.common.BigReactorsTickHandler@7b1b8f00 onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  85. [18:33:22] [Server thread/ERROR] [FML]: 32: ASM: mcjty.rftools.world.WorldTickHandler@7fdee6c5 tickEnd(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  86. [18:33:22] [Server thread/ERROR] [FML]: 33: ASM: reborncore.common.multiblock.MultiblockServerTickHandler@5e08c32d onWorldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  87. [18:33:22] [Server thread/ERROR] [FML]: 34: ASM: codechicken.lib.world.WorldExtensionManager$WorldExtensionEventHandler@1eac9b23 serverTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  88. [18:33:22] [Server thread/ERROR] [FML]: 35: ASM: net.quetzi.morpheus.helpers.MorpheusEventHandler@6c2555ca worldTickEvent(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  89. [18:33:22] [Server thread/ERROR] [FML]: 36: ASM: mrtjp.projectred.relocation.RelocationEventHandler$@f7ad01 worldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$WorldTickEvent;)V
  90. [18:33:22] [Server thread/ERROR] [FML]: 37: ASM: Block{minecraft:air} tickEnd(Lnet/minecraftforge/fml/common/gameevent/TickEvent;)V
  91. [18:33:22] [Server thread/ERROR] [FML]: 38: ASM: org.cyclops.integrateddynamics.core.TickHandler@16966869 onTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent;)V
  92. [18:33:22] [Server thread/ERROR] [FML]: 39: ASM: org.cyclops.integrateddynamics.core.NoteBlockEventReceiver@13b29a52 onTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent;)V
  93. [18:33:22] [Server thread/ERROR] [FML]: 40: ASM: lumien.randomthings.handler.RTEventHandler@1f4839c0 tick(Lnet/minecraftforge/fml/common/gameevent/TickEvent;)V
  94. [18:33:22] [Server thread/ERROR] [FML]: 41: ASM: appeng.hooks.TickHandler@ba47ed2 onTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent;)V
  95. [18:33:22] [Server thread/ERROR] [minecraft/MinecraftServer]: Encountered an unexpected exception
  96. net.minecraft.util.ReportedException: Inserting
  97. at cofh.thermaldynamics.duct.item.DuctUnitItem.simTransferI(DuctUnitItem.java:727) ~[DuctUnitItem.class:?]
  98. at cofh.thermaldynamics.duct.item.DuctUnitItem.canRouteItem(DuctUnitItem.java:695) ~[DuctUnitItem.class:?]
  99. at cofh.thermaldynamics.duct.attachments.servo.ServoItem.findRouteForItem(ServoItem.java:323) ~[ServoItem.class:?]
  100. at cofh.thermaldynamics.duct.attachments.servo.ServoItem.getRouteForItem(ServoItem.java:419) ~[ServoItem.class:?]
  101. at cofh.thermaldynamics.duct.attachments.servo.ServoItem.handleItemSending(ServoItem.java:253) ~[ServoItem.class:?]
  102. at cofh.thermaldynamics.duct.attachments.servo.ServoItem.tick(ServoItem.java:215) ~[ServoItem.class:?]
  103. at cofh.thermaldynamics.duct.item.GridItem.tickGrid(GridItem.java:80) ~[GridItem.class:?]
  104. at cofh.thermaldynamics.util.WorldGridList.tickEnd(WorldGridList.java:62) ~[WorldGridList.class:?]
  105. at cofh.thermaldynamics.util.TickHandler.tick(TickHandler.java:93) ~[TickHandler.class:?]
  106. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1403_TickHandler_tick_WorldTickEvent.invoke(.dynamic) ~[?:?]
  107. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
  108. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) ~[EventBus.class:?]
  109. at net.minecraftforge.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:274) ~[FMLCommonHandler.class:?]
  110. at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:776) ~[MinecraftServer.class:?]
  111. at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:397) ~[nz.class:?]
  112. at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668) ~[MinecraftServer.class:?]
  113. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
  114. at java.lang.Thread.run(Unknown Source) [?:1.8.0_211]
  115. Caused by: java.lang.NullPointerException
  116. at mekanism.common.tile.TileEntityFactory.inputProducesOutput(TileEntityFactory.java:445) ~[TileEntityFactory.class:?]
  117. at mekanism.common.tile.TileEntityFactory.canInsertItem(TileEntityFactory.java:519) ~[TileEntityFactory.class:?]
  118. at net.minecraftforge.items.wrapper.SidedInvWrapper.insertItem(SidedInvWrapper.java:143) ~[SidedInvWrapper.class:?]
  119. at net.minecraftforge.items.ItemHandlerHelper.insertItemStacked(ItemHandlerHelper.java:139) ~[ItemHandlerHelper.class:?]
  120. at cofh.core.util.helpers.InventoryHelper.insertStackIntoInventory(InventoryHelper.java:90) ~[InventoryHelper.class:?]
  121. at cofh.core.util.helpers.InventoryHelper.insertStackIntoInventory(InventoryHelper.java:85) ~[InventoryHelper.class:?]
  122. at cofh.thermaldynamics.duct.item.DuctUnitItem.simulateInsertItemStackIntoInventory(DuctUnitItem.java:142) ~[DuctUnitItem.class:?]
  123. at cofh.thermaldynamics.duct.item.DuctUnitItem.simTransfer(DuctUnitItem.java:753) ~[DuctUnitItem.class:?]
  124. at cofh.thermaldynamics.duct.item.DuctUnitItem.simTransferI(DuctUnitItem.java:719) ~[DuctUnitItem.class:?]
  125. ... 17 more
  126. [18:33:22] [Server thread/ERROR] [minecraft/MinecraftServer]: This crash report has been saved to: C:\Users\Administrator\Documents\Servers\Minecraft\StoneBlock2\.\crash-reports\crash-2019-04-26_18.33.22-server.txt
  127. [18:33:22] [Server thread/INFO] [minecraft/MinecraftServer]: Stopping server
  128. [18:33:22] [Server thread/INFO] [minecraft/MinecraftServer]: Saving players
  129. [18:33:23] [Server thread/INFO] [minecraft/MinecraftServer]: Saving worlds
  130. [18:33:23] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'world'/overworld
  131. [18:33:23] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'world'/ExtraUtils2_Quarry_Dim
  132. [18:33:23] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'world'/Spectre
  133. [18:33:23] [Server thread/INFO] [minecraft/MinecraftServer]: Saving chunks for level 'world'/Storage Cell
  134. [18:33:23] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 0
  135. [18:33:23] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world -9999
  136. [18:33:23] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world -343800852
  137. [18:33:23] [Server thread/INFO] [THAUMCRAFT]: Removing aura cache for world 2
  138. [18:33:23] [Server thread/INFO] [FML]: Unloading dimension 0
  139. [18:33:23] [Server thread/INFO] [FML]: Unloading dimension -9999
  140. [18:33:23] [Server thread/INFO] [FML]: Unloading dimension -343800852
  141. [18:33:23] [Server thread/INFO] [FML]: Unloading dimension 2
  142. [18:33:23] [Server thread/INFO] [Actually Additions]: Unloaded WorldData!
  143. [18:33:23] [Server thread/INFO] [fluxnetworks]: FluxNetworkData has been unloaded
  144. [18:33:23] [Server thread/INFO] [fluxnetworks]: Cleared Network Caches
  145. [18:33:23] [Server thread/INFO] [mcjty.lib.varia.Logging]: Cleaning up all world data: 1 data blobs
  146. [18:33:23] [Server thread/INFO] [FML]: The state engine was in incorrect state SERVER_STOPPING and forced into state SERVER_STOPPED. Errors may have been discarded.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement