Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2014
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.92 KB | None | 0 0
  1. [07:00:38] [Server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@1ae13250)
  2. [07:00:38] [Server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@1ae13250)
  3. [07:00:38] [Server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@1ae13250)
  4. [07:00:38] [Server thread/INFO]: Preparing start region for level 0
  5. [07:00:39] [Server thread/INFO]: Preparing spawn area: 8%
  6. [07:00:40] [Server thread/INFO]: Preparing spawn area: 23%
  7. [07:00:41] [Server thread/INFO]: Preparing spawn area: 40%
  8. [07:00:42] [Server thread/INFO]: Preparing spawn area: 57%
  9. [07:00:43] [Server thread/INFO]: Preparing spawn area: 76%
  10. [07:00:44] [Server thread/INFO]: Preparing spawn area: 95%
  11. Aug 03, 2014 7:00:44 AM com.google.common.eventbus.EventBus$LoggingSubscriberExceptionHandler handleException
  12. SEVERE: Could not dispatch event: cpw.mods.fml.common.LoadController@4bce41e2 to public void cpw.mods.fml.common.LoadController.propogateStateMessage(cpw.mods.fml.common.event.FMLEvent)
  13. Aug 03, 2014 7:00:44 AM com.google.common.eventbus.EventBus$LoggingSubscriberExceptionHandler handleException
  14. SEVERE: Could not dispatch event: cpw.mods.fml.common.LoadController@4bce41e2 to public void cpw.mods.fml.common.LoadController.propogateStateMessage(cpw.mods.fml.common.event.FMLEvent)
  15. [07:00:45] [Server thread/INFO]: Changing view distance to 12, from 10
  16. [07:00:45] [Netty IO #3/INFO] [LiteLoader]: Injecting event onclickedair with 1 handlers in method func_147346_a in class net.minecraft.network.NetHandlerPlayServer
  17. [07:00:45] [Netty IO #3/INFO] [LiteLoader]: Injecting event onclickedair with 1 handlers in method func_147350_a in class net.minecraft.network.NetHandlerPlayServer
  18. [07:00:45] [Netty Client IO #1/INFO] [FML]: Server protocol version 1
  19. [07:00:45] [Netty IO #3/INFO] [FML]: Client protocol version 1
  20. [07:00:45] [Netty IO #3/INFO] [FML]: Client attempting to join with 97 mods : BuildCraftAPI|[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],ForestryAPI|[email protected],[email protected],[email protected],BuildCraft|[email protected],ForestryAPI|[email protected],BuildCraftAPI|[email protected],ForestryAPI|[email protected],secretroomsmod@@VERSION@,[email protected],BuildCraftAPI|[email protected],UniversalElectricity@@MAJOR@.@MINOR@.@REVIS@,CoFHAPI|[email protected],[email protected],CoFHAPI|[email protected],BuildCraftAPI|[email protected],ForestryAPI|[email protected],ForestryAPI|[email protected],CoFHAPI|[email protected],ForestryAPI|[email protected],ForestryAPI|[email protected],[email protected],[email protected],CoFHAPI|[email protected],[email protected],<CoFH ASM>@000,[email protected],[email protected],appliedenergistics2@rv0-stable-10,[email protected],[email protected],ProjRed|[email protected],[email protected],BuildCraftAPI|[email protected],BuildCraft|[email protected],[email protected],ProjRed|[email protected],AppliedEnergistics2-Core@rv0-stable-10,ForestryAPI|[email protected],[email protected],ProjRed|[email protected],[email protected],ForestryAPI|[email protected],[email protected]_1.7.2,[email protected],[email protected],ProjRed|[email protected],CoFHAPI|[email protected],ProjRed|[email protected],[email protected],ProjRed|[email protected],[email protected],ResonantEngine@@MAJOR@.@MINOR@.@REVIS@,ForestryAPI|[email protected],ForestryAPI|[email protected],BuildCraft|[email protected],[email protected],ProjRed|[email protected],[email protected],BuildCraft|[email protected],[email protected],BuildCraftAPI|[email protected],BuildCraftAPI|[email protected],[email protected],[email protected],[email protected],[email protected],ForestryAPI|[email protected],CoFHAPI|[email protected],BuildCraftAPI|[email protected],[email protected],CoFHAPI|[email protected],factorization notification [email protected],BuildCraftAPI|[email protected],CoFHAPI|[email protected],BuildCraftAPI|[email protected],BuildCraft|[email protected],MFFS@@MAJOR@.@MINOR@.@REVIS@,[email protected],appliedenergistics2|API@rv0,BuildCraftAPI|[email protected],[email protected],OpenComputers|[email protected],[email protected],[email protected],ForestryAPI|[email protected],[email protected],ProjRed|[email protected],BuildCraft|[email protected],[email protected],[email protected]
  21. [07:00:45] [Netty IO #3/ERROR] [FML]: NetworkDispatcher exception
  22. java.lang.NullPointerException
  23. at cpw.mods.fml.common.network.internal.FMLNetworkHandler.forwardHandshake(FMLNetworkHandler.java:175) ~[FMLNetworkHandler.class:?]
  24. at cpw.mods.fml.common.network.handshake.NetworkDispatcher.handleServerSideCustomPacket(NetworkDispatcher.java:297) ~[NetworkDispatcher.class:?]
  25. at cpw.mods.fml.common.network.handshake.NetworkDispatcher.channelRead0(NetworkDispatcher.java:181) ~[NetworkDispatcher.class:?]
  26. at cpw.mods.fml.common.network.handshake.NetworkDispatcher.channelRead0(NetworkDispatcher.java:43) ~[NetworkDispatcher.class:?]
  27. at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) ~[SimpleChannelInboundHandler.class:?]
  28. at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?]
  29. at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?]
  30. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) [DefaultChannelPipeline.class:?]
  31. at io.netty.channel.local.LocalChannel.finishPeerRead(LocalChannel.java:313) [LocalChannel.class:?]
  32. at io.netty.channel.local.LocalChannel.access$400(LocalChannel.java:43) [LocalChannel.class:?]
  33. at io.netty.channel.local.LocalChannel$6.run(LocalChannel.java:299) [LocalChannel$6.class:?]
  34. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:354) [SingleThreadEventExecutor.class:?]
  35. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:348) [NioEventLoop.class:?]
  36. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) [SingleThreadEventExecutor$2.class:?]
  37. at java.lang.Thread.run(Thread.java:744) [?:1.7.0_51]
  38. [07:00:45] [Netty Client IO #1/ERROR] [FML]: NetworkDispatcher exception
  39. java.lang.NullPointerException
  40. at cpw.mods.fml.common.network.internal.FMLNetworkHandler.forwardHandshake(FMLNetworkHandler.java:175) ~[FMLNetworkHandler.class:?]
  41. at cpw.mods.fml.common.network.handshake.NetworkDispatcher.handleClientSideCustomPacket(NetworkDispatcher.java:261) ~[NetworkDispatcher.class:?]
  42. at cpw.mods.fml.common.network.handshake.NetworkDispatcher.channelRead0(NetworkDispatcher.java:185) ~[NetworkDispatcher.class:?]
  43. at cpw.mods.fml.common.network.handshake.NetworkDispatcher.channelRead0(NetworkDispatcher.java:43) ~[NetworkDispatcher.class:?]
  44. at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:98) ~[SimpleChannelInboundHandler.class:?]
  45. at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) [DefaultChannelHandlerContext.class:?]
  46. at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) [DefaultChannelHandlerContext.class:?]
  47. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) [DefaultChannelPipeline.class:?]
  48. at io.netty.channel.local.LocalChannel.finishPeerRead(LocalChannel.java:313) [LocalChannel.class:?]
  49. at io.netty.channel.local.LocalChannel.access$400(LocalChannel.java:43) [LocalChannel.class:?]
  50. at io.netty.channel.local.LocalChannel$6.run(LocalChannel.java:299) [LocalChannel$6.class:?]
  51. at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:354) [SingleThreadEventExecutor.class:?]
  52. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:348) [NioEventLoop.class:?]
  53. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) [SingleThreadEventExecutor$2.class:?]
  54. at java.lang.Thread.run(Thread.java:744) [?:1.7.0_51]
  55. [07:00:45] [Server thread/INFO]: <PROFILE NAME> lost connection: TranslatableComponent{key='disconnect.genericReason', args=[Internal Exception: java.lang.NullPointerException], siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}}
  56. [07:00:45] [Server thread/INFO]: <PROFILE NAME> left the game
  57. [07:00:45] [Server thread/INFO]: Stopping singleplayer server as player logged out
  58. Aug 03, 2014 7:00:45 AM com.google.common.eventbus.EventBus$LoggingSubscriberExceptionHandler handleException
  59. SEVERE: Could not dispatch event: cpw.mods.fml.common.LoadController@4bce41e2 to public void cpw.mods.fml.common.LoadController.propogateStateMessage(cpw.mods.fml.common.event.FMLEvent)
  60. [07:00:45] [Server thread/INFO]: Stopping server
  61. [07:00:45] [Server thread/INFO]: Saving players
  62. [07:00:45] [Server thread/INFO]: Saving worlds
  63. [07:00:45] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
  64. [07:00:47] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
  65. [07:00:47] [Server thread/INFO]: Saving chunks for level 'New World'/The End
  66. [07:00:50] [Server thread/INFO] [FML]: Unloading dimension 0
  67. [07:00:50] [Server thread/INFO] [FML]: Unloading dimension -1
  68. [07:00:50] [Server thread/INFO] [FML]: Unloading dimension 1
  69. [07:00:50] [Server thread/WARN] [FML]: Can't revert to frozen GameData state without freezing first.
  70. [07:00:50] [Server thread/INFO] [FML]: Applying holder lookups
  71. [07:00:50] [Server thread/INFO] [FML]: Holder lookups applied
  72. Aug 03, 2014 7:00:50 AM com.google.common.eventbus.EventBus$LoggingSubscriberExceptionHandler handleException
  73. SEVERE: Could not dispatch event: cpw.mods.fml.common.LoadController@4bce41e2 to public void cpw.mods.fml.common.LoadController.propogateStateMessage(cpw.mods.fml.common.event.FMLEvent)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement