Advertisement
Guest User

Untitled

a guest
May 5th, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.72 KB | None | 0 0
  1. 05.05 18:21:09 [Server] Server thread/ERROR [AE2:S]: [AppEng] Network Event caused exception:
  2. 05.05 18:21:09 [Server] Server thread/ERROR [AE2:S]: Class: appeng.tile.networking.TileController, Object: appeng.tile.networking.TileController@8b27f4d
  3. 05.05 18:21:09 [Server] Server thread/INFO [AE2:S]: Exception:
  4. 05.05 18:21:09 [Server] INFO java.lang.reflect.InvocationTargetException
  5. 05.05 18:21:09 [Server] INFO at sun.reflect.GeneratedMethodAccessor45.invoke(Unknown Source) ~[?:?]
  6. 05.05 18:21:09 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_111]
  7. 05.05 18:21:09 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_111]
  8. 05.05 18:21:09 [Server] INFO at appeng.me.NetworkEventBus$EventMethod.invoke(NetworkEventBus.java:183) [NetworkEventBus$EventMethod.class:?]
  9. 05.05 18:21:09 [Server] INFO at appeng.me.NetworkEventBus$EventMethod.access$400(NetworkEventBus.java:165) [NetworkEventBus$EventMethod.class:?]
  10. 05.05 18:21:09 [Server] INFO at appeng.me.NetworkEventBus$MENetworkEventInfo.invoke(NetworkEventBus.java:214) [NetworkEventBus$MENetworkEventInfo.class:?]
  11. 05.05 18:21:09 [Server] INFO at appeng.me.NetworkEventBus$MENetworkEventInfo.access$200(NetworkEventBus.java:200) [NetworkEventBus$MENetworkEventInfo.class:?]
  12. 05.05 18:21:09 [Server] INFO at appeng.me.NetworkEventBus.postEventTo(NetworkEventBus.java:146) [NetworkEventBus.class:?]
  13. 05.05 18:21:09 [Server] INFO at appeng.me.Grid.postEventTo(Grid.java:228) [Grid.class:?]
  14. 05.05 18:21:09 [Server] INFO at appeng.me.cache.EnergyGridCache.addNode(EnergyGridCache.java:614) [EnergyGridCache.class:?]
  15. 05.05 18:21:09 [Server] INFO at appeng.me.GridCacheWrapper.addNode(GridCacheWrapper.java:55) [GridCacheWrapper.class:?]
  16. 05.05 18:21:09 [Server] INFO at appeng.me.Grid.add(Grid.java:205) [Grid.class:?]
  17. 05.05 18:21:09 [Server] INFO at appeng.me.GridNode.setGrid(GridNode.java:258) [GridNode.class:?]
  18. 05.05 18:21:09 [Server] INFO at appeng.me.Grid.<init>(Grid.java:71) [Grid.class:?]
  19. 05.05 18:21:09 [Server] INFO at appeng.me.GridNode.getInternalGrid(GridNode.java:153) [GridNode.class:?]
  20. 05.05 18:21:09 [Server] INFO at appeng.me.GridNode.updateState(GridNode.java:220) [GridNode.class:?]
  21. 05.05 18:21:09 [Server] INFO at appeng.me.helpers.AENetworkProxy.getNode(AENetworkProxy.java:152) [AENetworkProxy.class:?]
  22. 05.05 18:21:09 [Server] INFO at appeng.me.helpers.AENetworkProxy.onReady(AENetworkProxy.java:143) [AENetworkProxy.class:?]
  23. 05.05 18:21:09 [Server] INFO at appeng.tile.grid.AENetworkPowerTile.onReady(AENetworkPowerTile.java:108) [AENetworkPowerTile.class:?]
  24. 05.05 18:21:09 [Server] INFO at appeng.tile.networking.TileController.onReady(TileController.java:72) [TileController.class:?]
  25. 05.05 18:21:09 [Server] INFO at appeng.hooks.TickHandler.onTick(TickHandler.java:229) [TickHandler.class:?]
  26. 05.05 18:21:09 [Server] INFO at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_820_TickHandler_onTick_TickEvent.invoke(.dynamic) [?:?]
  27. 05.05 18:21:09 [Server] INFO at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) [ASMEventHandler.class:?]
  28. 05.05 18:21:09 [Server] INFO at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:635) [EventBus.class:?]
  29. 05.05 18:21:09 [Server] INFO at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:591) [EventBus.class:?]
  30. 05.05 18:21:09 [Server] INFO at net.minecraftforge.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:261) [FMLCommonHandler.class:?]
  31. 05.05 18:21:09 [Server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:657) [MinecraftServer.class:?]
  32. 05.05 18:21:09 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471) [MinecraftServer.class:?]
  33. 05.05 18:21:09 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
  34. 05.05 18:21:09 [Server] INFO 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 BlockStateContainer{block=tconstruct:seared_slab, properties=[half, type]}
  35. 05.05 18:21:09 [Server] INFO at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177229_b(BlockStateContainer.java:196) ~[art$a.class:?]
  36. 05.05 18:21:09 [Server] INFO at appeng.tile.networking.TileController.updateMeta(TileController.java:131) ~[TileController.class:?]
  37. 05.05 18:21:09 [Server] INFO at appeng.tile.networking.TileController.onPowerChange(TileController.java:193) ~[TileController.class:?]
  38. 05.05 18:21:09 [Server] INFO ... 29 more
  39. 05.05 18:21:09 [Server] Server thread/ERROR [FML]: Exception caught during firing event net.minecraftforge.fml.common.gameevent.TickEvent$ServerTickEvent@4af8c845:
  40. 05.05 18:21:09 [Server] INFO java.lang.IllegalStateException: java.lang.reflect.InvocationTargetException
  41. 05.05 18:21:09 [Server] INFO at appeng.me.NetworkEventBus$EventMethod.invoke(NetworkEventBus.java:190) ~[NetworkEventBus$EventMethod.class:?]
  42. 05.05 18:21:09 [Server] INFO at appeng.me.NetworkEventBus$EventMethod.access$400(NetworkEventBus.java:165) ~[NetworkEventBus$EventMethod.class:?]
  43. 05.05 18:21:09 [Server] INFO at appeng.me.NetworkEventBus$MENetworkEventInfo.invoke(NetworkEventBus.java:214) ~[NetworkEventBus$MENetworkEventInfo.class:?]
  44. 05.05 18:21:09 [Server] INFO at appeng.me.NetworkEventBus$MENetworkEventInfo.access$200(NetworkEventBus.java:200) ~[NetworkEventBus$MENetworkEventInfo.class:?]
  45. 05.05 18:21:09 [Server] INFO at appeng.me.NetworkEventBus.postEventTo(NetworkEventBus.java:146) ~[NetworkEventBus.class:?]
  46. 05.05 18:21:09 [Server] INFO at appeng.me.Grid.postEventTo(Grid.java:228) ~[Grid.class:?]
  47. 05.05 18:21:09 [Server] INFO at appeng.me.cache.EnergyGridCache.addNode(EnergyGridCache.java:614) ~[EnergyGridCache.class:?]
  48. 05.05 18:21:09 [Server] INFO at appeng.me.GridCacheWrapper.addNode(GridCacheWrapper.java:55) ~[GridCacheWrapper.class:?]
  49. 05.05 18:21:09 [Server] INFO at appeng.me.Grid.add(Grid.java:205) ~[Grid.class:?]
  50. 05.05 18:21:09 [Server] INFO at appeng.me.GridNode.setGrid(GridNode.java:258) ~[GridNode.class:?]
  51. 05.05 18:21:09 [Server] INFO at appeng.me.Grid.<init>(Grid.java:71) ~[Grid.class:?]
  52. 05.05 18:21:09 [Server] INFO at appeng.me.GridNode.getInternalGrid(GridNode.java:153) ~[GridNode.class:?]
  53. 05.05 18:21:09 [Server] INFO at appeng.me.GridNode.updateState(GridNode.java:220) ~[GridNode.class:?]
  54. 05.05 18:21:09 [Server] INFO at appeng.me.helpers.AENetworkProxy.getNode(AENetworkProxy.java:152) ~[AENetworkProxy.class:?]
  55. 05.05 18:21:09 [Multicraft] Skipped 120 lines due to rate limit (60/s)
  56. 05.05 18:21:09 [Server] Server thread/ERROR This crash report has been saved to: /./crash-reports/crash-2017-05-05_18.21.09-server.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement