您尚未登录,请登录后浏览更多内容! 登录 | 加入最MC

QQ登录

只需一步,快速开始

 找回密码
 加入最MC

QQ登录

只需一步,快速开始

查看: 1761|回复: 0
打印 上一主题 下一主题

[原版] 1.13.2加载地图时崩溃求解决方法

[复制链接]
  • TA的每日心情
    郁闷
    2019-6-17 12:34
  • 签到天数: 6 天

    [LV.2]偶尔看看I

    跳转到指定楼层
    楼主
    发表于 2019-6-14 10:35:08 | 只看该作者 |0人打赏回帖奖励 |倒序浏览 |阅读模式
    10MC币
    加载地图崩溃

    一开始以为是mod问题,后面换了好几个整合包都出现这种情况
    求解决方法

    日志如下
    ---- Minecraft Crash Report ----
    // Why is it breaking :(

    Time: 19-6-7 下午7:44
    Description: mouseClicked event handler

    java.lang.IllegalStateException: failed to create a child event loop
            at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:88)
            at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:58)
            at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:47)
            at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:59)
            at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:77)
            at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:72)
            at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:59)
            at ub.f(SourceFile:55)
            at xn.a(SourceFile:16)
            at ub.a(SourceFile:136)
            at cft.a(SourceFile:1490)
            at cmy.j(SourceFile:305)
            at cmy.a(SourceFile:24)
            at cmy$1.a(SourceFile:87)
            at cgu.mouseClicked(SourceFile:103)
            at chq.mouseClicked(SourceFile:46)
            at cmy.mouseClicked(SourceFile:397)
            at cfv.b(SourceFile:83)
            at ckd.a(SourceFile:430)
            at cfv.a(SourceFile:83)
            at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:36)
            at org.lwjgl.system.JNI.invokeV(Native Method)
            at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3108)
            at cgd.a(MainWindow.java:476)
            at cft.c(SourceFile:875)
            at cft.a(SourceFile:395)
            at net.minecraft.client.main.Main.main(SourceFile:144)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
            at java.lang.reflect.Method.invoke(Unknown Source)
            at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
            at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    Caused by: io.netty.channel.ChannelException: failed to open a new selector
            at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:177)
            at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:151)
            at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:127)
            at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:36)
            at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:84)
            ... 32 more
    Caused by: java.io.IOException: Unable to establish loopback connection
            at sun.nio.ch.PipeImpl$Initializer.run(Unknown Source)
            at sun.nio.ch.PipeImpl$Initializer.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at sun.nio.ch.PipeImpl.<init>(Unknown Source)
            at sun.nio.ch.SelectorProviderImpl.openPipe(Unknown Source)
            at java.nio.channels.Pipe.open(Unknown Source)
            at sun.nio.ch.WindowsSelectorImpl.<init>(Unknown Source)
            at sun.nio.ch.WindowsSelectorProvider.openSelector(Unknown Source)
            at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:175)
            ... 36 more
    Caused by: java.net.ConnectException: Connection timed out: connect
            at sun.nio.ch.Net.connect0(Native Method)
            at sun.nio.ch.Net.connect(Unknown Source)
            at sun.nio.ch.Net.connect(Unknown Source)
            at sun.nio.ch.SocketChannelImpl.connect(Unknown Source)
            at java.nio.channels.SocketChannel.open(Unknown Source)
            at sun.nio.ch.PipeImpl$Initializer$LoopbackConnector.run(Unknown Source)
            ... 45 more


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

    -- Head --
    Thread: Client thread
    Stacktrace:
            at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:88)
            at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:58)
            at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:47)
            at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:59)
            at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:77)
            at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:72)
            at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:59)
            at ub.f(SourceFile:55)
            at xn.a(SourceFile:16)
            at ub.a(SourceFile:136)
            at cft.a(SourceFile:1490)
            at cmy.j(SourceFile:305)
            at cmy.a(SourceFile:24)
            at cmy$1.a(SourceFile:87)
            at cgu.mouseClicked(SourceFile:103)
            at chq.mouseClicked(SourceFile:46)
            at cmy.mouseClicked(SourceFile:397)
            at cfv.b(SourceFile:83)

    -- Affected screen --
    Details:
            Screen name: cmy
    Stacktrace:
            at ckd.a(SourceFile:430)
            at cfv.a(SourceFile:83)
            at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:36)
            at org.lwjgl.system.JNI.invokeV(Native Method)
            at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3108)
            at cgd.a(MainWindow.java:476)
            at cft.c(SourceFile:875)
            at cft.a(SourceFile:395)
            at net.minecraft.client.main.Main.main(SourceFile:144)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
            at java.lang.reflect.Method.invoke(Unknown Source)
            at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
            at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

    -- System Details --
    Details:
            Minecraft Version: 1.13.2
            Operating System: Windows 10 (amd64) version 10.0
            Java Version: 1.8.0_211, Oracle Corporation
            Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
            Memory: 459783856 bytes (438 MB) / 922746880 bytes (880 MB) up to 3221225472 bytes (3072 MB)
            JVM Flags: 11 total; -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M -XX:-UseAdaptiveSizePolicy -XX:-OmitStackTraceInFastThrow -Xmn128m -Xmx3072m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
            Launched Version: HMCL 3.2.112
            LWJGL: 3.1.6 build 14
            OpenGL: GeForce GTX 1050/PCIe/SSE2 GL version 4.6.0 NVIDIA 430.39, NVIDIA Corporation
            GL Caps: Using GL 1.3 multitexturing.
    Using GL 1.3 texture combiners.
    Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
    Shaders are available because OpenGL 2.1 is supported.
    VBOs are available because OpenGL 1.5 is supported.

            Using VBOs: Yes
            Is Modded: Definitely; Client brand changed to 'rift'
            Type: Client (map_client.txt)
            Resource Packs: vanilla, file/ER2K 4k天空包(仅开高清修复时有效).zip (incompatible)
            Current Language: 简体中文 (中国)
            Profiler Position: N/A (disabled)
            CPU: 8x Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
            OptiFine Version: OptiFine_1.13.2_HD_U_E5
            OptiFine Build: 20181221-162116
            Render Distance Chunks: 12
            Mipmaps: 4
            Anisotropic Filtering: 1
            Antialiasing: 0
            Multitexture: false
            Shaders: BSL v7.1p5.zip
            OpenGlVersion: 4.6.0 NVIDIA 430.39
            OpenGlRenderer: GeForce GTX 1050/PCIe/SSE2
            OpenGlVendor: NVIDIA Corporation
            CpuCount: 8

    打赏

    0

    收藏

    0

    支持

    0

    反对

    0

    分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
    您需要登录后才可以回帖 登录 | 加入最MC

    本版积分规则