Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.81 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Why did you do that?
  3.  
  4. Time: 7/22/19 8:25 AM
  5. Description: mouseClicked event handler
  6.  
  7. java.lang.IllegalStateException: failed to create a child event loop
  8. at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:88)
  9. at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:58)
  10. at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:47)
  11. at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:59)
  12. at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:77)
  13. at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:72)
  14. at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:59)
  15. at wb.f(SourceFile:55)
  16. at wb$$Lambda$2326/1372526568.get(Unknown Source)
  17. at zv.a(SourceFile:16)
  18. at wb.a(SourceFile:136)
  19. at cyc.a(SourceFile:1640)
  20. at dfu$a.e(SourceFile:380)
  21. at dfu$a.a(SourceFile:281)
  22. at dfu$a$$Lambda$1794/1338631997.proceed(Unknown Source)
  23. at dbj.b(SourceFile:47)
  24. at dbj$$Lambda$1797/336874697.onPress(Unknown Source)
  25. at czi.onPress(SourceFile:18)
  26. at czd.onClick(SourceFile:15)
  27. at czg.mouseClicked(SourceFile:154)
  28. at dad.mouseClicked(SourceFile:27)
  29. at cyd.b(SourceFile:86)
  30. at cyd$$Lambda$1759/938070417.run(Unknown Source)
  31. at dcl.wrapScreenError(SourceFile:441)
  32. at cyd.a(SourceFile:86)
  33. at cyd$$Lambda$1463/311344289.invoke(Unknown Source)
  34. at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:36)
  35. at org.lwjgl.system.JNI.invokeV(Native Method)
  36. at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3101)
  37. at cuo.k(SourceFile:408)
  38. at cuo.c(SourceFile:279)
  39. at cyc.b(SourceFile:1023)
  40. at cyc.e(SourceFile:976)
  41. at cyc.b(SourceFile:410)
  42. at net.minecraft.client.main.Main.main(SourceFile:155)
  43. Caused by: io.netty.channel.ChannelException: failed to open a new selector
  44. at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:177)
  45. at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:151)
  46. at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:127)
  47. at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:36)
  48. at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:84)
  49. ... 34 more
  50. Caused by: java.io.IOException: Unable to establish loopback connection
  51. at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:101)
  52. at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:68)
  53. at java.security.AccessController.doPrivileged(Native Method)
  54. at sun.nio.ch.PipeImpl.<init>(PipeImpl.java:170)
  55. at sun.nio.ch.SelectorProviderImpl.openPipe(SelectorProviderImpl.java:50)
  56. at java.nio.channels.Pipe.open(Pipe.java:155)
  57. at sun.nio.ch.WindowsSelectorImpl.<init>(WindowsSelectorImpl.java:127)
  58. at sun.nio.ch.WindowsSelectorProvider.openSelector(WindowsSelectorProvider.java:44)
  59. at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:175)
  60. ... 38 more
  61. Caused by: java.net.BindException: Cannot assign requested address: connect
  62. at sun.nio.ch.Net.connect0(Native Method)
  63. at sun.nio.ch.Net.connect(Net.java:458)
  64. at sun.nio.ch.Net.connect(Net.java:450)
  65. at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:648)
  66. at java.nio.channels.SocketChannel.open(SocketChannel.java:189)
  67. at sun.nio.ch.PipeImpl$Initializer$LoopbackConnector.run(PipeImpl.java:130)
  68. at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:83)
  69. ... 46 more
  70.  
  71.  
  72. A detailed walkthrough of the error, its code path and all known details is as follows:
  73. ---------------------------------------------------------------------------------------
  74.  
  75. -- Head --
  76. Thread: Client thread
  77. Stacktrace:
  78. at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:88)
  79. at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:58)
  80. at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:47)
  81. at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:59)
  82. at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:77)
  83. at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:72)
  84. at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:59)
  85. at wb.f(SourceFile:55)
  86. at wb$$Lambda$2326/1372526568.get(Unknown Source)
  87. at zv.a(SourceFile:16)
  88. at wb.a(SourceFile:136)
  89. at cyc.a(SourceFile:1640)
  90. at dfu$a.e(SourceFile:380)
  91. at dfu$a.a(SourceFile:281)
  92. at dfu$a$$Lambda$1794/1338631997.proceed(Unknown Source)
  93. at dbj.b(SourceFile:47)
  94. at dbj$$Lambda$1797/336874697.onPress(Unknown Source)
  95. at czi.onPress(SourceFile:18)
  96. at czd.onClick(SourceFile:15)
  97. at czg.mouseClicked(SourceFile:154)
  98. at dad.mouseClicked(SourceFile:27)
  99. at cyd.b(SourceFile:86)
  100. at cyd$$Lambda$1759/938070417.run(Unknown Source)
  101.  
  102. -- Affected screen --
  103. Details:
  104. Screen name: dbj
  105. Stacktrace:
  106. at dcl.wrapScreenError(SourceFile:441)
  107. at cyd.a(SourceFile:86)
  108. at cyd$$Lambda$1463/311344289.invoke(Unknown Source)
  109. at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:36)
  110. at org.lwjgl.system.JNI.invokeV(Native Method)
  111. at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3101)
  112. at cuo.k(SourceFile:408)
  113. at cuo.c(SourceFile:279)
  114. at cyc.b(SourceFile:1023)
  115. at cyc.e(SourceFile:976)
  116. at cyc.b(SourceFile:410)
  117. at net.minecraft.client.main.Main.main(SourceFile:155)
  118.  
  119. -- System Details --
  120. Details:
  121. Minecraft Version: 1.14.4
  122. Minecraft Version ID: 1.14.4
  123. Operating System: Windows 8.1 (amd64) version 6.3
  124. Java Version: 1.8.0_51, Oracle Corporation
  125. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  126. Memory: 1684478000 bytes (1606 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
  127. CPUs: 4
  128. JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  129. Launched Version: 1.14.4
  130. LWJGL: 3.2.2 build 10
  131. OpenGL: AMD Radeon R9 200 Series GL version 4.6.13547 Compatibility Profile Context 25.20.15031.1000, ATI Technologies Inc.
  132. GL Caps: Using GL 1.3 multitexturing.
  133. Using GL 1.3 texture combiners.
  134. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  135. Shaders are available because OpenGL 2.1 is supported.
  136. VBOs are available because OpenGL 1.5 is supported.
  137.  
  138. Using VBOs: Yes
  139. Is Modded: Probably not. Jar signature remains and client brand is untouched.
  140. Type: Client (map_client.txt)
  141. Resource Packs: vanilla, file/Faithful.zip
  142. Current Language: English (US)
  143. CPU: 4x Intel(R) Core(TM) i5-2310 CPU @ 2.90GHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement