388498173
这是崩溃的文件日志。
  1. ---- Minecraft Crash Report ----
  2. // I let you down. Sorry :(

  3. Time: 19-1-9 下午9:30
  4. Description: mouseClicked event handler

  5. java.lang.IllegalStateException: failed to create a child event loop
  6.         at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:88)
  7.         at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:58)
  8.         at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:47)
  9.         at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:59)
  10.         at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:77)
  11.         at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:72)
  12.         at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:59)
  13.         at vf.f(SourceFile:55)
  14.         at yt.a(SourceFile:16)
  15.         at vf.a(SourceFile:136)
  16.         at cpk.a(SourceFile:1602)
  17.         at cwz.i(SourceFile:303)
  18.         at cwz.e(SourceFile:224)
  19.         at cwz.a(SourceFile:165)
  20.         at cqu.a(SourceFile:21)
  21.         at cqz.a(SourceFile:278)
  22.         at cre.a(SourceFile:46)
  23.         at cpl.b(SourceFile:84)
  24.         at ctp.a(SourceFile:430)
  25.         at cpl.a(SourceFile:84)
  26.         at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:36)
  27.         at org.lwjgl.system.JNI.invokeV(Native Method)
  28.         at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3029)
  29.         at cog.l(SourceFile:422)
  30.         at cog.c(SourceFile:280)
  31.         at cpk.a_(SourceFile:982)
  32.         at cpk.d(SourceFile:935)
  33.         at cpk.b(SourceFile:394)
  34.         at net.minecraft.client.main.Main.main(SourceFile:154)
  35. Caused by: io.netty.channel.ChannelException: failed to open a new selector
  36.         at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:177)
  37.         at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:151)
  38.         at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:127)
  39.         at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:36)
  40.         at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:84)
  41.         ... 28 more
  42. Caused by: java.io.IOException: Unable to establish loopback connection
  43.         at sun.nio.ch.PipeImpl$Initializer.run(Unknown Source)
  44.         at sun.nio.ch.PipeImpl$Initializer.run(Unknown Source)
  45.         at java.security.AccessController.doPrivileged(Native Method)
  46.         at sun.nio.ch.PipeImpl.<init>(Unknown Source)
  47.         at sun.nio.ch.SelectorProviderImpl.openPipe(Unknown Source)
  48.         at java.nio.channels.Pipe.open(Unknown Source)
  49.         at sun.nio.ch.WindowsSelectorImpl.<init>(Unknown Source)
  50.         at sun.nio.ch.WindowsSelectorProvider.openSelector(Unknown Source)
  51.         at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:175)
  52.         ... 32 more
  53. Caused by: java.net.SocketException: Operation not supported: bind
  54.         at sun.nio.ch.Net.bind0(Native Method)
  55.         at sun.nio.ch.Net.bind(Unknown Source)
  56.         at sun.nio.ch.Net.bind(Unknown Source)
  57.         at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source)
  58.         at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
  59.         at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
  60.         at sun.nio.ch.PipeImpl$Initializer$LoopbackConnector.run(Unknown Source)
  61.         ... 41 more


  62. A detailed walkthrough of the error, its code path and all known details is as follows:
  63. ---------------------------------------------------------------------------------------

  64. -- Head --
  65. Thread: Client thread
  66. Stacktrace:
  67.         at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:88)
  68.         at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:58)
  69.         at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:47)
  70.         at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:59)
  71.         at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:77)
  72.         at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:72)
  73.         at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:59)
  74.         at vf.f(SourceFile:55)
  75.         at yt.a(SourceFile:16)
  76.         at vf.a(SourceFile:136)
  77.         at cpk.a(SourceFile:1602)
  78.         at cwz.i(SourceFile:303)
  79.         at cwz.e(SourceFile:224)
  80.         at cwz.a(SourceFile:165)
  81.         at cqu.a(SourceFile:21)
  82.         at cqz.a(SourceFile:278)
  83.         at cre.a(SourceFile:46)
  84.         at cpl.b(SourceFile:84)

  85. -- Affected screen --
  86. Details:
  87.         Screen name: cwy
  88. Stacktrace:
  89.         at ctp.a(SourceFile:430)
  90.         at cpl.a(SourceFile:84)
  91.         at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:36)
  92.         at org.lwjgl.system.JNI.invokeV(Native Method)
  93.         at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3029)
  94.         at cog.l(SourceFile:422)
  95.         at cog.c(SourceFile:280)
  96.         at cpk.a_(SourceFile:982)
  97.         at cpk.d(SourceFile:935)
  98.         at cpk.b(SourceFile:394)
  99.         at net.minecraft.client.main.Main.main(SourceFile:154)

  100. -- System Details --
  101. Details:
  102.         Minecraft Version: 18w50a
  103.         Operating System: Windows 10 (amd64) version 10.0
  104.         Java Version: 1.8.0_191, Oracle Corporation
  105.         Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  106.         Memory: 7539957976 bytes (7190 MB) / 8413773824 bytes (8024 MB) up to 8589934592 bytes (8192 MB)
  107.         JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -XX:+UseG1GC -XX:-UseAdaptiveSizePolicy -XX:-OmitStackTraceInFastThrow -Xmn128m -Xmx8192m
  108.         Launched Version: 18w50a
  109.         LWJGL: 3.1.6 build 14
  110.         OpenGL: GeForce GTX 650 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 398.82, NVIDIA Corporation
  111.         GL Caps: Using GL 1.3 multitexturing.
  112. Using GL 1.3 texture combiners.
  113. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  114. Shaders are available because OpenGL 2.1 is supported.
  115. VBOs are available because OpenGL 1.5 is supported.

  116.         Using VBOs: Yes
  117.         Is Modded: Probably not. Jar signature remains and client brand is untouched.
  118.         Type: Client (map_client.txt)
  119.         Resource Packs:
  120.         Current Language: 简体中文 (中国)
  121.         CPU: 16x Intel(R) Xeon(R) CPU E5-2665 0 @ 2.40GHz
复制代码



388498173
本帖最后由 388498173 于 2019-1-10 22:01 编辑

用了最新版本的JAVA,然后用最新版本快照,就崩溃了。jre8u191-windows-x64.快照是19w02a