Advertisement
Guest User

halp

a guest
Aug 3rd, 2019
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.26 KB | None | 0 0
  1.  
  2. at sun.nio.ch.SocketDispatcher.read0(Native Method) ~[?:1.8.0_221]
  3. at sun.nio.ch.SocketDispatcher.read(Unknown Source) ~[?:1.8.0_221]
  4. at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source) ~[?:1.8.0_221]
  5. at sun.nio.ch.IOUtil.read(Unknown Source) ~[?:1.8.0_221]
  6. at sun.nio.ch.SocketChannelImpl.read(Unknown Source) ~[?:1.8.0_221]
  7. at io.netty.buffer.PooledUnsafeDirectByteBuf.setBytes(PooledUnsafeDirectByteBuf.java:288) ~[PooledUnsafeDirectByteBuf.class:4.1.9.Final]
  8. at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1100) ~[AbstractByteBuf.class:4.1.9.Final]
  9. at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:372) ~[NioSocketChannel.class:4.1.9.Final]
  10. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:123) [AbstractNioByteChannel$NioByteUnsafe.class:4.1.9.Final]
  11. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:624) [NioEventLoop.class:4.1.9.Final]
  12. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:559) [NioEventLoop.class:4.1.9.Final]
  13. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:476) [NioEventLoop.class:4.1.9.Final]
  14. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:438) [NioEventLoop.class:4.1.9.Final]
  15. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) [SingleThreadEventExecutor$5.class:4.1.9.Final]
  16. at java.lang.Thread.run(Unknown Source) [?:1.8.0_221]
  17. [20:58:20] [Client thread/INFO]: Applying holder lookups
  18. [20:58:20] [Client thread/INFO]: Holder lookups applied
  19. [21:00:11] [Client thread/INFO]: Connecting to hub.scramblecraft.com, 25565
  20. [21:00:11] [Netty Client IO #1/INFO]: Aborting client handshake "VANILLA"
  21. [21:00:11] [Netty Client IO #1/INFO]: [Netty Client IO #1] Client side vanilla connection established
  22. [21:00:20] [Client thread/FATAL]: Error executing task
  23. java.util.concurrent.ExecutionException: java.lang.NullPointerException
  24. at java.util.concurrent.FutureTask.report(Unknown Source) ~[?:1.8.0_221]
  25. at java.util.concurrent.FutureTask.get(Unknown Source) ~[?:1.8.0_221]
  26. at net.minecraft.util.Util.func_181617_a(Util.java:48) [h.class:?]
  27. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1088) [bib.class:?]
  28. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398) [bib.class:?]
  29. at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
  30. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_221]
  31. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_221]
  32. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_221]
  33. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_221]
  34. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  35. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  36. Caused by: java.lang.NullPointerException
  37. at net.minecraft.stats.RecipeBook.func_194073_a(RecipeBook.java:27) ~[ql.class:?]
  38. at java.util.ArrayList.forEach(Unknown Source) ~[?:1.8.0_221]
  39. at net.minecraft.client.network.NetHandlerPlayClient.func_191980_a(NetHandlerPlayClient.java:1473) ~[brz.class:?]
  40. at net.minecraft.network.play.server.SPacketRecipeBook.func_148833_a(SourceFile:39) ~[js.class:?]
  41. at net.minecraft.network.play.server.SPacketRecipeBook.func_148833_a(SourceFile:12) ~[js.class:?]
  42. at net.minecraft.network.PacketThreadUtil$1.run(PacketThreadUtil.java:20) ~[hv$1.class:?]
  43. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:1.8.0_221]
  44. at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.8.0_221]
  45. at net.minecraft.util.Util.func_181617_a(Util.java:47) ~[h.class:?]
  46. ... 9 more
  47. [21:00:20] [Client thread/INFO]: [CHAT] KamiKazi_ has joined.
  48. [21:00:32] [Client thread/INFO]: [CHAT] Welcome, [Guest]KamiKazi_!
  49. [21:00:32] [Client thread/INFO]: [CHAT] Type /help for a list of commands.
  50. [21:00:32] [Client thread/INFO]: [CHAT] Type /list to see who else is online.
  51. [21:00:32] [Client thread/INFO]: [CHAT] Players online: 1 - World time: 6:03 AM
  52. [21:00:37] [Client thread/INFO]: Loaded 33 advancements
  53. [21:00:41] [Client thread/INFO]: Applying holder lookups
  54. [21:00:41] [Client thread/INFO]: Holder lookups applied
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement