Advertisement
Guest User

Sponge Crash Error

a guest
Apr 16th, 2018
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 65.32 KB | None | 0 0
  1. [07:14:02] [Server thread/WARN] [Sponge]: No entity type is registered for class net.minecraftforge.common.util.FakePlayer
  2. [07:14:02] [Server thread/ERROR] [Sponge]: /***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
  3. [07:14:02] [Server thread/ERROR] [Sponge]: /* Exception occurred during a PhaseState */
  4. [07:14:02] [Server thread/ERROR] [Sponge]: /***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
  5. [07:14:02] [Server thread/ERROR] [Sponge]: /* Sponge's tracking system makes a best effort to not throw exceptions randomly */
  6. [07:14:02] [Server thread/ERROR] [Sponge]: /* but sometimes it is inevitable. In most cases, something else triggered this */
  7. [07:14:02] [Server thread/ERROR] [Sponge]: /* exception and Sponge prevented a crash by catching it. The following stacktrace */
  8. [07:14:02] [Server thread/ERROR] [Sponge]: /* can be used to help pinpoint the cause. */
  9. [07:14:02] [Server thread/ERROR] [Sponge]: /***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
  10. [07:14:02] [Server thread/ERROR] [Sponge]: /* The PhaseState having an exception: TileEntityTickPhase */
  11. [07:14:02] [Server thread/ERROR] [Sponge]: /* The PhaseContext: */
  12. [07:14:02] [Server thread/ERROR] [Sponge]: /* - Owner: SpongeUser{isOnline=false, profile=com.mojang.authlib.GameProfile@2851638a[id=a635504f-0527-48a3-8ad4-a333361da743,name=Xeromessiah,properties={},legacy=false]} */
  13. [07:14:02] [Server thread/ERROR] [Sponge]: /* - Notifier: SpongeUser{isOnline=false, profile=com.mojang.authlib.GameProfile@2851638a[id=a635504f-0527-48a3-8ad4-a333361da743,name=Xeromessiah,properties={},legacy=false]} */
  14. [07:14:02] [Server thread/ERROR] [Sponge]: /* - Source: PowerCellNormalTileEntity{tileType=SpongeTileEntityType{id=rftools:rftools_powercell, name=rftools_powercell, TileEntityClass=class mcjty.rftools.blocks.powercell.PowerCellNormalTileEntity}, world=WorldServer{Name=world, DimensionId=0, DimensionType=minecraft:overworld, DimensionTypeId=0}, pos=BlockPos{x=14266, y=58, z=22487}, blockMetadata=0} */
  15. [07:14:02] [Server thread/ERROR] [Sponge]: /* - CapturedBlocks: CapturedBlocksSupplier{Captured=0} */
  16. [07:14:02] [Server thread/ERROR] [Sponge]: /* - BlockItemDrops: BlockItemDropsSupplier{Captured=0} */
  17. [07:14:02] [Server thread/ERROR] [Sponge]: /* - BlockItemEntityDrops: BlockItemEntityDropsSupplier{Captured=0} */
  18. [07:14:02] [Server thread/ERROR] [Sponge]: /* - CapturedItems: CapturedItemsSupplier{Captured=0} */
  19. [07:14:02] [Server thread/ERROR] [Sponge]: /* - CapturedEntities: CapturedEntitiesSupplier{Captured=0} */
  20. [07:14:02] [Server thread/ERROR] [Sponge]: /* - CapturedItemStack: CapturedItemStackSupplier{Captured=0} */
  21. [07:14:02] [Server thread/ERROR] [Sponge]: /* - EntityItemDrops: null */
  22. [07:14:02] [Server thread/ERROR] [Sponge]: /* - EntityItemEntityDrops: null */
  23. [07:14:02] [Server thread/ERROR] [Sponge]: /* - BlockEntitySpawns: CapturedBlockEntitySpawnSupplier{Captured=0} */
  24. [07:14:02] [Server thread/ERROR] [Sponge]: /* - CapturedBlockPosition: org.spongepowered.common.event.tracking.context.CaptureBlockPos@1f */
  25. [07:14:02] [Server thread/ERROR] [Sponge]: /* org.spongepowered.asm.util.PrettyPrinter@1b9fcce5 */
  26. [07:14:02] [Server thread/ERROR] [Sponge]: /***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
  27. [07:14:02] [Server thread/ERROR] [Sponge]: /* StackTrace: */
  28. [07:14:02] [Server thread/ERROR] [Sponge]: /* java.lang.ClassCastException: cofh.thermaldynamics.duct.tiles.TileDuctEnergy$Basic cannot be cast to zmaster587.advancedRocketry.tile.cables.TilePipe */
  29. [07:14:02] [Server thread/ERROR] [Sponge]: /* zmaster587.advancedRocketry.block.cable.BlockPipe.onNeighborChange(BlockPipe.java:94) */
  30. [07:14:02] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.World.func_175666_e(World.java:3808) */
  31. [07:14:02] [Server thread/ERROR] [Sponge]: /* net.minecraft.tileentity.TileEntity.func_70296_d(TileEntity.java:163) */
  32. [07:14:02] [Server thread/ERROR] [Sponge]: /* mcjty.rftools.blocks.powercell.PowerCellTileEntity.extractEnergyInternal(PowerCellTileEntity.java:522) */
  33. [07:14:02] [Server thread/ERROR] [Sponge]: /* mcjty.rftools.blocks.powercell.PowerCellTileEntity.sendOutEnergy(PowerCellTileEntity.java:314) */
  34. [07:14:02] [Server thread/ERROR] [Sponge]: /* mcjty.rftools.blocks.powercell.PowerCellTileEntity.func_73660_a(PowerCellTileEntity.java:263) */
  35. [07:14:02] [Server thread/ERROR] [Sponge]: /* org.spongepowered.common.event.tracking.TrackingUtil.tickTileEntity(TrackingUtil.java:247) */
  36. [07:14:02] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.WorldServer.updateTileEntity(WorldServer.java:3366) */
  37. [07:14:02] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.WorldServer.redirect$onUpdateTileEntities$zmb000(WorldServer.java:3353) */
  38. [07:14:02] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.World.func_72939_s(World.java:7623) */
  39. [07:14:02] [Server thread/ERROR] [Sponge]: /* net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2721) */
  40. [07:14:02] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765) */
  41. Exception in thread "Server Watchdog" /***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
  42. [07:14:02] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) */
  43. /* Exception occurred during a PhaseState */
  44. [07:14:02] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666) */
  45. /***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
  46. [07:14:02] [Server thread/ERROR] [Sponge]: /* net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524) */
  47. /* Sponge's tracking system makes a best effort to not throw exceptions randomly */
  48. [07:14:02] [Server thread/ERROR] [Sponge]: /* java.lang.Thread.run(Unknown Source) */
  49. /* but sometimes it is inevitable. In most cases, something else triggered this */
  50. [07:14:02] [Server thread/ERROR] [Sponge]: /* Phases Remaining: */
  51. /* exception and Sponge prevented a crash by catching it. The following stacktrace */
  52. [07:14:03] [Server thread/ERROR] [Sponge]: /* */
  53. /* can be used to help pinpoint the cause. */
  54. [07:14:03] [Server thread/ERROR] [Sponge]: /* Minecraft : 1.12.2 */
  55. /***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
  56. [07:14:03] [Server thread/ERROR] [Sponge]: /* SpongeAPI : 7.1.0-SNAPSHOT-e39726a */
  57. /* The PhaseState having an exception: TileEntityTickPhase */
  58. [07:14:03] [Server thread/ERROR] [Sponge]: /* SpongeForge : 1.12.2-2611-7.1.0-BETA-3002 */
  59. /* The PhaseContext: */
  60. /* - Owner: SpongeUser{isOnline=false, profile=com.mojang.authlib.GameProfile@2851638a[id=a635504f-0527-48a3-8ad4-a333361da743,name=Xeromessiah,properties={},legacy=false]} */
  61. [07:14:03] [Server thread/ERROR] [Sponge]: /* Minecraft Forge : 14.23.2.2627 */
  62. /* - Notifier: SpongeUser{isOnline=false, profile=com.mojang.authlib.GameProfile@2851638a[id=a635504f-0527-48a3-8ad4-a333361da743,name=Xeromessiah,properties={},legacy=false]} */
  63. [07:14:03] [Server thread/ERROR] [Sponge]: /***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
  64. /* - Source: PowerCellNormalTileEntity{tileType=SpongeTileEntityType{id=rftools:rftools_powercell, name=rftools_powercell, TileEntityClass=class mcjty.rftools.blocks.powercell.PowerCellNormalTileEntity}, world=WorldServer{Name=world, DimensionId=0, DimensionType=minecraft:overworld, DimensionTypeId=0}, pos=BlockPos{x=14266, y=58, z=22487}, blockMetadata=0} */
  65. /* - CapturedBlocks: CapturedBlocksSupplier{Captured=0} */
  66. /* - BlockItemDrops: BlockItemDropsSupplier{Captured=0} */
  67. /* - BlockItemEntityDrops: BlockItemEntityDropsSupplier{Captured=0} */
  68. /* - CapturedItems: CapturedItemsSupplier{Captured=0} */
  69. /* - CapturedEntities: CapturedEntitiesSupplier{Captured=0} */
  70. /* - CapturedItemStack: CapturedItemStackSupplier{Captured=0} */
  71. /* - EntityItemDrops: null */
  72. /* - EntityItemEntityDrops: null */
  73. /* - BlockEntitySpawns: CapturedBlockEntitySpawnSupplier{Captured=0} */
  74. /* - CapturedBlockPosition: org.spongepowered.common.event.tracking.context.CaptureBlockPos@1f */
  75. /* org.spongepowered.asm.util.PrettyPrinter@1b9fcce5 */
  76. /***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
  77. /* StackTrace: */
  78. /* java.lang.ClassCastException: cofh.thermaldynamics.duct.tiles.TileDuctEnergy$Basic cannot be cast to zmaster587.advancedRocketry.tile.cables.TilePipe */
  79. /* zmaster587.advancedRocketry.block.cable.BlockPipe.onNeighborChange(BlockPipe.java:94) */
  80. /* net.minecraft.world.World.func_175666_e(World.java:3808) */
  81. /* net.minecraft.tileentity.TileEntity.func_70296_d(TileEntity.java:163) */
  82. /* mcjty.rftools.blocks.powercell.PowerCellTileEntity.extractEnergyInternal(PowerCellTileEntity.java:522) */
  83. /* mcjty.rftools.blocks.powercell.PowerCellTileEntity.sendOutEnergy(PowerCellTileEntity.java:314) */
  84. /* mcjty.rftools.blocks.powercell.PowerCellTileEntity.func_73660_a(PowerCellTileEntity.java:263) */
  85. /* org.spongepowered.common.event.tracking.TrackingUtil.tickTileEntity(TrackingUtil.java:247) */
  86. /* net.minecraft.world.WorldServer.updateTileEntity(WorldServer.java:3366) */
  87. /* net.minecraft.world.WorldServer.redirect$onUpdateTileEntities$zmb000(WorldServer.java:3353) */
  88. /* net.minecraft.world.World.func_72939_s(World.java:7623) */
  89. /* net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2721) */
  90. /* net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:765) */
  91. /* net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396) */
  92. /* net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:666) */
  93. /* net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524) */
  94. /* java.lang.Thread.run(Unknown Source) */
  95. /* Phases Remaining: */
  96. /* */
  97. /* Minecraft : 1.12.2 */
  98. /* SpongeAPI : 7.1.0-SNAPSHOT-e39726a */
  99. /* SpongeForge : 1.12.2-2611-7.1.0-BETA-3002 */
  100. /* Minecraft Forge : 14.23.2.2627 */
  101. /***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
  102. [07:14:04] [Forestry Greenhouse/INFO] [forestry]: Starting greenhouse thread
  103. [07:14:04] [Server thread/INFO] [Astral Sorcery]: [AstralSorcery] Load CachedWorldData 'lightnetwork' for world 0
  104. [07:14:04] [Server thread/INFO] [Astral Sorcery]: [AstralSorcery] Loading of 'lightnetwork' for world 0 finished.
  105. [07:14:06] [Server thread/ERROR] [AE2:S]: [AppEng] Network Event caused exception:
  106. [07:14:06] [Server thread/ERROR] [AE2:S]: Class: appeng.tile.networking.TileController, Object: TileController{tileType=SpongeTileEntityType{id=appliedenergistics2:appliedenergistics2:controller, name=appliedenergistics2:controller, TileEntityClass=class appeng.tile.networking.TileController}, world=WorldServer{Name=world, DimensionId=0, DimensionType=minecraft:overworld, DimensionTypeId=0}, pos=BlockPos{x=-5943, y=64, z=22745}, blockMetadata=-1}
  107. [07:14:06] [Server thread/INFO] [AE2:S]: Exception:
  108. java.lang.reflect.InvocationTargetException: null
  109. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_161]
  110. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_161]
  111. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_161]
  112. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_161]
  113. at appeng.me.NetworkEventBus$EventMethod.invoke(NetworkEventBus.java:184) [NetworkEventBus$EventMethod.class:?]
  114. at appeng.me.NetworkEventBus$EventMethod.access$400(NetworkEventBus.java:166) [NetworkEventBus$EventMethod.class:?]
  115. at appeng.me.NetworkEventBus$MENetworkEventInfo.invoke(NetworkEventBus.java:215) [NetworkEventBus$MENetworkEventInfo.class:?]
  116. at appeng.me.NetworkEventBus$MENetworkEventInfo.access$200(NetworkEventBus.java:201) [NetworkEventBus$MENetworkEventInfo.class:?]
  117. at appeng.me.NetworkEventBus.postEventTo(NetworkEventBus.java:147) [NetworkEventBus.class:?]
  118. at appeng.me.Grid.postEventTo(Grid.java:228) [Grid.class:?]
  119. at appeng.me.cache.EnergyGridCache.addNode(EnergyGridCache.java:576) [EnergyGridCache.class:?]
  120. at appeng.me.GridCacheWrapper.addNode(GridCacheWrapper.java:55) [GridCacheWrapper.class:?]
  121. at appeng.me.Grid.add(Grid.java:205) [Grid.class:?]
  122. at appeng.me.GridNode.setGrid(GridNode.java:260) [GridNode.class:?]
  123. at appeng.me.GridPropagator.visitNode(GridPropagator.java:41) [GridPropagator.class:?]
  124. at appeng.me.GridNode.visitorNode(GridNode.java:582) [GridNode.class:?]
  125. at appeng.me.GridNode.beginVisit(GridNode.java:201) [GridNode.class:?]
  126. at appeng.me.GridConnection.create(GridConnection.java:279) [GridConnection.class:?]
  127. at appeng.me.GridNode.findConnections(GridNode.java:460) [GridNode.class:?]
  128. at appeng.me.GridNode.updateState(GridNode.java:221) [GridNode.class:?]
  129. at appeng.me.helpers.AENetworkProxy.getNode(AENetworkProxy.java:152) [AENetworkProxy.class:?]
  130. at appeng.me.helpers.AENetworkProxy.onReady(AENetworkProxy.java:143) [AENetworkProxy.class:?]
  131. at appeng.tile.grid.AENetworkPowerTile.onReady(AENetworkPowerTile.java:109) [AENetworkPowerTile.class:?]
  132. at appeng.tile.networking.TileController.onReady(TileController.java:70) [TileController.class:?]
  133. at appeng.hooks.TickHandler.onTick(TickHandler.java:218) [TickHandler.class:?]
  134. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1023_TickHandler_onTick_TickEvent.invoke(.dynamic) [?:?]
  135. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
  136. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:651) [EventBus.class:?]
  137. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:589) [EventBus.class:?]
  138. at net.minecraftforge.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:265) [FMLCommonHandler.class:?]
  139. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:710) [MinecraftServer.class:?]
  140. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524) [MinecraftServer.class:?]
  141. at java.lang.Thread.run(Unknown Source) [?:1.8.0_161]
  142. Caused by: java.lang.IllegalArgumentException: Cannot get property PropertyEnum{name=state, clazz=class appeng.block.networking.BlockController$ControllerBlockState, values=[offline, online, conflicted]} as it does not exist in ExtendedBlockState{block=appliedenergistics2:light_detector, properties=[facing, odd]}
  143. at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:201) ~[awu$a.class:?]
  144. at appeng.tile.networking.TileController.updateMeta(TileController.java:129) ~[TileController.class:?]
  145. at appeng.tile.networking.TileController.onPowerChange(TileController.java:191) ~[TileController.class:?]
  146. ... 33 more
  147. [07:14:06] [Server thread/ERROR] [FML]: Exception caught during firing event net.minecraftforge.fml.common.gameevent.TickEvent$ServerTickEvent@2e5371a2:
  148. java.lang.IllegalStateException: java.lang.reflect.InvocationTargetException
  149. at appeng.me.NetworkEventBus$EventMethod.invoke(NetworkEventBus.java:191) ~[NetworkEventBus$EventMethod.class:?]
  150. at appeng.me.NetworkEventBus$EventMethod.access$400(NetworkEventBus.java:166) ~[NetworkEventBus$EventMethod.class:?]
  151. at appeng.me.NetworkEventBus$MENetworkEventInfo.invoke(NetworkEventBus.java:215) ~[NetworkEventBus$MENetworkEventInfo.class:?]
  152. at appeng.me.NetworkEventBus$MENetworkEventInfo.access$200(NetworkEventBus.java:201) ~[NetworkEventBus$MENetworkEventInfo.class:?]
  153. at appeng.me.NetworkEventBus.postEventTo(NetworkEventBus.java:147) ~[NetworkEventBus.class:?]
  154. at appeng.me.Grid.postEventTo(Grid.java:228) ~[Grid.class:?]
  155. at appeng.me.cache.EnergyGridCache.addNode(EnergyGridCache.java:576) ~[EnergyGridCache.class:?]
  156. at appeng.me.GridCacheWrapper.addNode(GridCacheWrapper.java:55) ~[GridCacheWrapper.class:?]
  157. at appeng.me.Grid.add(Grid.java:205) ~[Grid.class:?]
  158. at appeng.me.GridNode.setGrid(GridNode.java:260) ~[GridNode.class:?]
  159. at appeng.me.GridPropagator.visitNode(GridPropagator.java:41) ~[GridPropagator.class:?]
  160. at appeng.me.GridNode.visitorNode(GridNode.java:582) ~[GridNode.class:?]
  161. at appeng.me.GridNode.beginVisit(GridNode.java:201) ~[GridNode.class:?]
  162. at appeng.me.GridConnection.create(GridConnection.java:279) ~[GridConnection.class:?]
  163. at appeng.me.GridNode.findConnections(GridNode.java:460) ~[GridNode.class:?]
  164. at appeng.me.GridNode.updateState(GridNode.java:221) ~[GridNode.class:?]
  165. at appeng.me.helpers.AENetworkProxy.getNode(AENetworkProxy.java:152) ~[AENetworkProxy.class:?]
  166. at appeng.me.helpers.AENetworkProxy.onReady(AENetworkProxy.java:143) ~[AENetworkProxy.class:?]
  167. at appeng.tile.grid.AENetworkPowerTile.onReady(AENetworkPowerTile.java:109) ~[AENetworkPowerTile.class:?]
  168. at appeng.tile.networking.TileController.onReady(TileController.java:70) ~[TileController.class:?]
  169. at appeng.hooks.TickHandler.onTick(TickHandler.java:218) ~[TickHandler.class:?]
  170. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1023_TickHandler_onTick_TickEvent.invoke(.dynamic) ~[?:?]
  171. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
  172. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:651) [EventBus.class:?]
  173. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:589) [EventBus.class:?]
  174. at net.minecraftforge.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:265) [FMLCommonHandler.class:?]
  175. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:710) [MinecraftServer.class:?]
  176. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524) [MinecraftServer.class:?]
  177. at java.lang.Thread.run(Unknown Source) [?:1.8.0_161]
  178. Caused by: java.lang.reflect.InvocationTargetException
  179. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_161]
  180. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_161]
  181. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_161]
  182. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_161]
  183. at appeng.me.NetworkEventBus$EventMethod.invoke(NetworkEventBus.java:184) ~[NetworkEventBus$EventMethod.class:?]
  184. ... 28 more
  185. Caused by: java.lang.IllegalArgumentException: Cannot get property PropertyEnum{name=state, clazz=class appeng.block.networking.BlockController$ControllerBlockState, values=[offline, online, conflicted]} as it does not exist in ExtendedBlockState{block=appliedenergistics2:light_detector, properties=[facing, odd]}
  186. at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:201) ~[awu$a.class:?]
  187. at appeng.tile.networking.TileController.updateMeta(TileController.java:129) ~[TileController.class:?]
  188. at appeng.tile.networking.TileController.onPowerChange(TileController.java:191) ~[TileController.class:?]
  189. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_161]
  190. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_161]
  191. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_161]
  192. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_161]
  193. at appeng.me.NetworkEventBus$EventMethod.invoke(NetworkEventBus.java:184) ~[NetworkEventBus$EventMethod.class:?]
  194. ... 28 more
  195. [07:14:06] [Server thread/ERROR] [FML]: Index: 43 Listeners:
  196. [07:14:06] [Server thread/ERROR] [FML]: 0: HIGHEST
  197. [07:14:06] [Server thread/ERROR] [FML]: 1: ASM: elec332.core.grid.internal.GridEventHandler@70f9e11d serverTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  198. [07:14:06] [Server thread/ERROR] [FML]: 2: NORMAL
  199. [07:14:06] [Server thread/ERROR] [FML]: 3: ASM: zmaster587.libVulpes.LibVulpes@2a58fb3f tick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  200. [07:14:06] [Server thread/ERROR] [FML]: 4: ASM: class blusunrize.immersiveengineering.common.blocks.BlockIETileProvider onTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  201. [07:14:06] [Server thread/ERROR] [FML]: 5: ASM: net.minecraftforge.common.ForgeInternalHandler@679dfcf8 onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  202. [07:14:06] [Server thread/ERROR] [FML]: 6: ASM: sponge onTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  203. [07:14:06] [Server thread/ERROR] [FML]: 7: ASM: ic2.core.TickHandler@10d1e1dc onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  204. [07:14:06] [Server thread/ERROR] [FML]: 8: ASM: com.brandon3055.brandonscore.handlers.ProcessHandler@6f0cba56 onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  205. [07:14:06] [Server thread/ERROR] [FML]: 9: ASM: pregenerator.impl.processor.ChunkProcessor@4953d3cf onServerTickEvent(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  206. [07:14:06] [Server thread/ERROR] [FML]: 10: ASM: pregenerator.impl.processor.deleter.DeleteProcessor@5f6d704a onServerTickEvent(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  207. [07:14:06] [Server thread/ERROR] [FML]: 11: ASM: pregenerator.impl.tracking.ServerTracker@6ed62fff onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  208. [07:14:06] [Server thread/ERROR] [FML]: 12: ASM: p455w0rdslib.handlers.ProcessHandler@736bbd54 onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  209. [07:14:06] [Server thread/ERROR] [FML]: 13: ASM: elec332.core.handler.TickHandler@2270ce70 onTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  210. [07:14:06] [Server thread/ERROR] [FML]: 14: ASM: com.brandon3055.draconicevolution.handlers.DEEventHandler@6d26de0c serverTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  211. [07:14:06] [Server thread/ERROR] [FML]: 15: ASM: codechicken.enderstorage.network.TankSynchroniser@2f006187 tickEnd(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  212. [07:14:06] [Server thread/ERROR] [FML]: 16: ASM: com.rwtema.extrautils2.items.DemonicIngotHandler@3e6088ba run(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  213. [07:14:06] [Server thread/ERROR] [FML]: 17: ASM: ItemUnstableIngots{Name=null} checkForExplosion(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  214. [07:14:06] [Server thread/ERROR] [FML]: 18: ASM: class com.rwtema.extrautils2.blocks.BlockTeleporter$EventHandler worldTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  215. [07:14:06] [Server thread/ERROR] [FML]: 19: ASM: class com.rwtema.extrautils2.power.energy.EnergyTransfer onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  216. [07:14:06] [Server thread/ERROR] [FML]: 20: ASM: com.rwtema.extrautils2.modcompat.XUTrait$TraitWithering@3e5aed3a onTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  217. [07:14:06] [Server thread/ERROR] [FML]: 21: ASM: com.rwtema.extrautils2.chunkloading.XUChunkLoaderManager@2bfbc9b6 serverTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  218. [07:14:06] [Server thread/ERROR] [FML]: 22: ASM: class mob_grinding_utils.capability.base.EntityCapabilityHandler onServerTickEvent(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  219. [07:14:06] [Server thread/ERROR] [FML]: 23: ASM: cofh.thermaldynamics.util.TickHandler@30277e4b onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  220. [07:14:06] [Server thread/ERROR] [FML]: 24: ASM: thut.api.entity.ai.AIThreadManager@54cc5fc0 tickEventServer(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  221. [07:14:06] [Server thread/ERROR] [FML]: 25: ASM: net.xalcon.torchmaster.common.TorchRegistry@4b43b5aa onGlobalTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  222. [07:14:06] [Server thread/ERROR] [FML]: 26: ASM: net.xalcon.torchmaster.common.TorchRegistry@726fc644 onGlobalTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  223. [07:14:06] [Server thread/ERROR] [FML]: 27: ASM: class aroma1997.backup.mc.EventListener tick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  224. [07:14:06] [Server thread/ERROR] [FML]: 28: ASM: hellfirepvp.astralsorcery.common.auxiliary.tick.TickManager@645fecfc serverTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  225. [07:14:06] [Server thread/ERROR] [FML]: 29: ASM: class com.rwtema.careerbees.effects.EffectBase tickCleanup(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  226. [07:14:06] [Server thread/ERROR] [FML]: 30: ASM: li.cil.oc.common.EventHandler$@1ae30a12 onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)Ljava/lang/Object;
  227. [07:14:06] [Server thread/ERROR] [FML]: 31: ASM: li.cil.oc.common.asm.SimpleComponentTickHandler@25f0e01a onTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  228. [07:14:06] [Server thread/ERROR] [FML]: 32: ASM: li.cil.oc.common.item.Tablet$@1f33dae4 onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  229. [07:14:06] [Server thread/ERROR] [FML]: 33: ASM: sonar.flux.FluxEvents@eb40e62 onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  230. [07:14:06] [Server thread/ERROR] [FML]: 34: ASM: zmaster587.advancedRocketry.event.PlanetEventHandler@30522737 tick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  231. [07:14:06] [Server thread/ERROR] [FML]: 35: ASM: zmaster587.advancedRocketry.event.CableTickHandler@1ce9f12 onTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  232. [07:14:06] [Server thread/ERROR] [FML]: 36: ASM: zmaster587.advancedRocketry.stations.SpaceObjectManager@5a19c283 onServerTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  233. [07:14:07] [Server thread/ERROR] [FML]: 37: ASM: aroma1997.core.util.registry.TickRegistry@29190a2a tick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  234. [07:14:07] [Server thread/ERROR] [FML]: 38: ASM: aroma1997.core.util.registry.TickRegistry@5efff62e tick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  235. [07:14:07] [Server thread/ERROR] [FML]: 39: ASM: com.rwtema.extrautils2.eventhandlers.RareSeedHandler@4f469ab8 tick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  236. [07:14:07] [Server thread/ERROR] [FML]: 40: ASM: com.rwtema.extrautils2.power.PowerManager@5f1a3864 tick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  237. [07:14:07] [Server thread/ERROR] [FML]: 41: ASM: com.rwtema.extrautils2.power.player.PlayerPowerManager@1fb6a6 tick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  238. [07:14:07] [Server thread/ERROR] [FML]: 42: ASM: Block{null} tickEnd(Lnet/minecraftforge/fml/common/gameevent/TickEvent;)V
  239. [07:14:07] [Server thread/ERROR] [FML]: 43: ASM: appeng.hooks.TickHandler@79015643 onTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent;)V
  240. [07:14:07] [Server thread/ERROR] [FML]: 44: LOWEST
  241. [07:14:07] [Server thread/ERROR] [FML]: 45: ASM: class codechicken.lib.internal.CCLLog onTickEnd(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ServerTickEvent;)V
  242. [07:14:07] [Server thread/ERROR]: Encountered an unexpected exception
  243. java.lang.RuntimeException: java.lang.IllegalStateException: java.lang.reflect.InvocationTargetException
  244. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:663) ~[EventBus.class:?]
  245. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:589) ~[EventBus.class:?]
  246. at net.minecraftforge.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:265) ~[FMLCommonHandler.class:?]
  247. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:710) ~[MinecraftServer.class:?]
  248. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:524) [MinecraftServer.class:?]
  249. at java.lang.Thread.run(Unknown Source) [?:1.8.0_161]
  250. Caused by: java.lang.IllegalStateException: java.lang.reflect.InvocationTargetException
  251. at appeng.me.NetworkEventBus$EventMethod.invoke(NetworkEventBus.java:191) ~[NetworkEventBus$EventMethod.class:?]
  252. at appeng.me.NetworkEventBus$EventMethod.access$400(NetworkEventBus.java:166) ~[NetworkEventBus$EventMethod.class:?]
  253. at appeng.me.NetworkEventBus$MENetworkEventInfo.invoke(NetworkEventBus.java:215) ~[NetworkEventBus$MENetworkEventInfo.class:?]
  254. at appeng.me.NetworkEventBus$MENetworkEventInfo.access$200(NetworkEventBus.java:201) ~[NetworkEventBus$MENetworkEventInfo.class:?]
  255. at appeng.me.NetworkEventBus.postEventTo(NetworkEventBus.java:147) ~[NetworkEventBus.class:?]
  256. at appeng.me.Grid.postEventTo(Grid.java:228) ~[Grid.class:?]
  257. at appeng.me.cache.EnergyGridCache.addNode(EnergyGridCache.java:576) ~[EnergyGridCache.class:?]
  258. at appeng.me.GridCacheWrapper.addNode(GridCacheWrapper.java:55) ~[GridCacheWrapper.class:?]
  259. at appeng.me.Grid.add(Grid.java:205) ~[Grid.class:?]
  260. at appeng.me.GridNode.setGrid(GridNode.java:260) ~[GridNode.class:?]
  261. at appeng.me.GridPropagator.visitNode(GridPropagator.java:41) ~[GridPropagator.class:?]
  262. at appeng.me.GridNode.visitorNode(GridNode.java:582) ~[GridNode.class:?]
  263. at appeng.me.GridNode.beginVisit(GridNode.java:201) ~[GridNode.class:?]
  264. at appeng.me.GridConnection.create(GridConnection.java:279) ~[GridConnection.class:?]
  265. at appeng.me.GridNode.findConnections(GridNode.java:460) ~[GridNode.class:?]
  266. at appeng.me.GridNode.updateState(GridNode.java:221) ~[GridNode.class:?]
  267. at appeng.me.helpers.AENetworkProxy.getNode(AENetworkProxy.java:152) ~[AENetworkProxy.class:?]
  268. at appeng.me.helpers.AENetworkProxy.onReady(AENetworkProxy.java:143) ~[AENetworkProxy.class:?]
  269. at appeng.tile.grid.AENetworkPowerTile.onReady(AENetworkPowerTile.java:109) ~[AENetworkPowerTile.class:?]
  270. at appeng.tile.networking.TileController.onReady(TileController.java:70) ~[TileController.class:?]
  271. at appeng.hooks.TickHandler.onTick(TickHandler.java:218) ~[TickHandler.class:?]
  272. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1023_TickHandler_onTick_TickEvent.invoke(.dynamic) ~[?:?]
  273. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
  274. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:651) ~[EventBus.class:?]
  275. ... 5 more
  276. Caused by: java.lang.reflect.InvocationTargetException
  277. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_161]
  278. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_161]
  279. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_161]
  280. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_161]
  281. [07:14:07] [System:Admin Activity] : Stopping the application.
  282. at appeng.me.NetworkEventBus$EventMethod.invoke(NetworkEventBus.java:184) ~[NetworkEventBus$EventMethod.class:?]
  283. [07:14:07] [Minecraft:Admin Info] : Application stop requested
  284. at appeng.me.NetworkEventBus$EventMethod.access$400(NetworkEventBus.java:166) ~[NetworkEventBus$EventMethod.class:?]
  285. at appeng.me.NetworkEventBus$MENetworkEventInfo.invoke(NetworkEventBus.java:215) ~[NetworkEventBus$MENetworkEventInfo.class:?]
  286. at appeng.me.NetworkEventBus$MENetworkEventInfo.access$200(NetworkEventBus.java:201) ~[NetworkEventBus$MENetworkEventInfo.class:?]
  287. at appeng.me.NetworkEventBus.postEventTo(NetworkEventBus.java:147) ~[NetworkEventBus.class:?]
  288. at appeng.me.Grid.postEventTo(Grid.java:228) ~[Grid.class:?]
  289. at appeng.me.cache.EnergyGridCache.addNode(EnergyGridCache.java:576) ~[EnergyGridCache.class:?]
  290. at appeng.me.GridCacheWrapper.addNode(GridCacheWrapper.java:55) ~[GridCacheWrapper.class:?]
  291. at appeng.me.Grid.add(Grid.java:205) ~[Grid.class:?]
  292. at appeng.me.GridNode.setGrid(GridNode.java:260) ~[GridNode.class:?]
  293. at appeng.me.GridPropagator.visitNode(GridPropagator.java:41) ~[GridPropagator.class:?]
  294. at appeng.me.GridNode.visitorNode(GridNode.java:582) ~[GridNode.class:?]
  295. at appeng.me.GridNode.beginVisit(GridNode.java:201) ~[GridNode.class:?]
  296. at appeng.me.GridConnection.create(GridConnection.java:279) ~[GridConnection.class:?]
  297. at appeng.me.GridNode.findConnections(GridNode.java:460) ~[GridNode.class:?]
  298. at appeng.me.GridNode.updateState(GridNode.java:221) ~[GridNode.class:?]
  299. at appeng.me.helpers.AENetworkProxy.getNode(AENetworkProxy.java:152) ~[AENetworkProxy.class:?]
  300. at appeng.me.helpers.AENetworkProxy.onReady(AENetworkProxy.java:143) ~[AENetworkProxy.class:?]
  301. at appeng.tile.grid.AENetworkPowerTile.onReady(AENetworkPowerTile.java:109) ~[AENetworkPowerTile.class:?]
  302. at appeng.tile.networking.TileController.onReady(TileController.java:70) ~[TileController.class:?]
  303. at appeng.hooks.TickHandler.onTick(TickHandler.java:218) ~[TickHandler.class:?]
  304. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1023_TickHandler_onTick_TickEvent.invoke(.dynamic) ~[?:?]
  305. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
  306. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:651) ~[EventBus.class:?]
  307. ... 5 more
  308. Caused by: java.lang.IllegalArgumentException: Cannot get property PropertyEnum{name=state, clazz=class appeng.block.networking.BlockController$ControllerBlockState, values=[offline, online, conflicted]} as it does not exist in ExtendedBlockState{block=appliedenergistics2:light_detector, properties=[facing, odd]}
  309. at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:201) ~[awu$a.class:?]
  310. at appeng.tile.networking.TileController.updateMeta(TileController.java:129) ~[TileController.class:?]
  311. at appeng.tile.networking.TileController.onPowerChange(TileController.java:191) ~[TileController.class:?]
  312. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_161]
  313. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_161]
  314. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_161]
  315. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_161]
  316. at appeng.me.NetworkEventBus$EventMethod.invoke(NetworkEventBus.java:184) ~[NetworkEventBus$EventMethod.class:?]
  317. at appeng.me.NetworkEventBus$EventMethod.access$400(NetworkEventBus.java:166) ~[NetworkEventBus$EventMethod.class:?]
  318. at appeng.me.NetworkEventBus$MENetworkEventInfo.invoke(NetworkEventBus.java:215) ~[NetworkEventBus$MENetworkEventInfo.class:?]
  319. at appeng.me.NetworkEventBus$MENetworkEventInfo.access$200(NetworkEventBus.java:201) ~[NetworkEventBus$MENetworkEventInfo.class:?]
  320. at appeng.me.NetworkEventBus.postEventTo(NetworkEventBus.java:147) ~[NetworkEventBus.class:?]
  321. at appeng.me.Grid.postEventTo(Grid.java:228) ~[Grid.class:?]
  322. at appeng.me.cache.EnergyGridCache.addNode(EnergyGridCache.java:576) ~[EnergyGridCache.class:?]
  323. at appeng.me.GridCacheWrapper.addNode(GridCacheWrapper.java:55) ~[GridCacheWrapper.class:?]
  324. at appeng.me.Grid.add(Grid.java:205) ~[Grid.class:?]
  325. at appeng.me.GridNode.setGrid(GridNode.java:260) ~[GridNode.class:?]
  326. at appeng.me.GridPropagator.visitNode(GridPropagator.java:41) ~[GridPropagator.class:?]
  327. at appeng.me.GridNode.visitorNode(GridNode.java:582) ~[GridNode.class:?]
  328. at appeng.me.GridNode.beginVisit(GridNode.java:201) ~[GridNode.class:?]
  329. at appeng.me.GridConnection.create(GridConnection.java:279) ~[GridConnection.class:?]
  330. at appeng.me.GridNode.findConnections(GridNode.java:460) ~[GridNode.class:?]
  331. at appeng.me.GridNode.updateState(GridNode.java:221) ~[GridNode.class:?]
  332. at appeng.me.helpers.AENetworkProxy.getNode(AENetworkProxy.java:152) ~[AENetworkProxy.class:?]
  333. at appeng.me.helpers.AENetworkProxy.onReady(AENetworkProxy.java:143) ~[AENetworkProxy.class:?]
  334. at appeng.tile.grid.AENetworkPowerTile.onReady(AENetworkPowerTile.java:109) ~[AENetworkPowerTile.class:?]
  335. at appeng.tile.networking.TileController.onReady(TileController.java:70) ~[TileController.class:?]
  336. at appeng.hooks.TickHandler.onTick(TickHandler.java:218) ~[TickHandler.class:?]
  337. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1023_TickHandler_onTick_TickEvent.invoke(.dynamic) ~[?:?]
  338. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
  339. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:651) ~[EventBus.class:?]
  340. ... 5 more
  341. [07:14:07] [Server thread/ERROR]: This crash report has been saved to: C:\Users\Administrator\AppData\Local\CubeCoders\AMP\Instances\Minecraft-1\Minecraft\.\crash-reports\crash-2018-04-16_07.14.07-server.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement