Guest User

Untitled

a guest
Jul 14th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1. Reported exception thrown!
  2. h: keyPressed event handler
  3. at cjp.a(SourceFile:435)
  4. at cfd.a(SourceFile:386)
  5. at cfd$$Lambda$828/2082627733.invoke(Unknown Source)
  6. at org.lwjgl.glfw.GLFWKeyCallbackI.callback(GLFWKeyCallbackI.java:37)
  7. at org.lwjgl.system.JNI.invokeV(Native Method)
  8. at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3029)
  9. at cfq.a(SourceFile:308)
  10. at cfg.c(SourceFile:872)
  11. at cfg.a(SourceFile:392)
  12. at net.minecraft.client.main.Main.main(SourceFile:144)
  13. Caused by: java.lang.IllegalStateException: failed to create a child event loop
  14. at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:88)
  15. at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:58)
  16. at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:47)
  17. at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:59)
  18. at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:77)
  19. at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:72)
  20. at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:59)
  21. at ua.f(SourceFile:55)
  22. at ua$$Lambda$1457/1221117730.get(Unknown Source)
  23. at xm.a(SourceFile:16)
  24. at ua.a(SourceFile:136)
  25. at cfg.a(SourceFile:1486)
  26. at cmk.j(SourceFile:305)
  27. at cmk.keyPressed(SourceFile:390)
  28. at cfd.a(SourceFile:388)
  29. at cfd$$Lambda$974/2066725105.run(Unknown Source)
  30. at cjp.a(SourceFile:430)
  31. ... 9 more
  32. Caused by: io.netty.channel.ChannelException: failed to open a new selector
  33. at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:177)
  34. at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:151)
  35. at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:127)
  36. at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:36)
  37. at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:84)
  38. ... 25 more
  39. Caused by: java.io.IOException: Unable to establish loopback connection
  40. at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:101)
  41. at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:68)
  42. at java.security.AccessController.doPrivileged(Native Method)
  43. at sun.nio.ch.PipeImpl.<init>(PipeImpl.java:170)
  44. at sun.nio.ch.SelectorProviderImpl.openPipe(SelectorProviderImpl.java:50)
  45. at java.nio.channels.Pipe.open(Pipe.java:155)
  46. at sun.nio.ch.WindowsSelectorImpl.<init>(WindowsSelectorImpl.java:127)
  47. at sun.nio.ch.WindowsSelectorProvider.openSelector(WindowsSelectorProvider.java:44)
  48. at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:175)
  49. ... 29 more
  50. Caused by: java.net.BindException: Address already in use: bind
  51. at sun.nio.ch.Net.bind0(Native Method)
  52. at sun.nio.ch.Net.bind(Net.java:437)
  53. at sun.nio.ch.Net.bind(Net.java:429)
  54. at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
  55. at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
  56. at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:67)
  57. at sun.nio.ch.PipeImpl$Initializer$LoopbackConnector.run(PipeImpl.java:124)
  58. at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:83)
  59. ... 37 more
Advertisement
Add Comment
Please, Sign In to add comment