= 创作分享 =
你问我答
啥意思,pcl2启动失败,有大佬知道吗?
3523069796

啥意思,pcl2启动失败,有大佬知道吗?

3523069796 于 2024-3-5 20:56 ( 2月前 ) [复制链接] [只看楼主] [打印]
345 1
5RF
---- Minecraft Crash Report ----
// Who set us up the TNT?

Time: 2024-03-05 20:45:15
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:60)
        at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:49)
        at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:59)
        at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:87)
        at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:82)
        at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:69)
        at aob.g(SourceFile:54)
        at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:181)
        at aob.a(SourceFile:141)
        at evi.a(SourceFile:2241)
        at fib.a(SourceFile:131)
        at fhr.a(SourceFile:444)
        at fhr.a(SourceFile:426)
        at fib.a(SourceFile:219)
        at fhr.E(SourceFile:426)
        at fhr.b(SourceFile:379)
        at exg.b(SourceFile:95)
        at ewx.a(SourceFile:48)
        at exe.a(SourceFile:145)
        at eza.a(SourceFile:38)
        at evj.b(SourceFile:99)
        at fdb.a(SourceFile:414)
        at evj.a(SourceFile:99)
        at evj.c(SourceFile:180)
        at bir.execute(BlockableEventLoop.java:118)
        at evj.b(SourceFile:180)
        at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
        at org.lwjgl.system.JNI.invokeV(Native Method)
        at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3438)
        at com.mojang.blaze3d.systems.RenderSystem.pollEvents(RenderSystem.java:210)
        at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:225)
        at epf.e(Window.java:381)
        at evi.d(SourceFile:1349)
        at evi.f(SourceFile:888)
        at net.minecraft.client.main.Main.main(SourceFile:265)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:568)
        at net.minecraft.launchwrapper.Launch.launch(Launch.java:159)
        at net.minecraft.launchwrapper.Launch.main(Launch.java:30)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:568)
        at oolloo.jlw.Wrapper.invokeMain(Wrapper.java:71)
        at oolloo.jlw.Wrapper.main(Wrapper.java:51)
Caused by: io.netty.channel.ChannelException: failed to open a new selector
        at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:179)
        at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:146)
        at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:183)
        at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:38)
        at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:84)
        ... 47 more
Caused by: java.io.IOException: Unable to establish loopback connection
        at java.base/sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:101)
        at java.base/sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:67)
        at java.base/java.security.AccessController.doPrivileged(AccessController.java:569)
        at java.base/sun.nio.ch.PipeImpl.<init>(PipeImpl.java:195)
        at java.base/sun.nio.ch.WEPollSelectorImpl.<init>(WEPollSelectorImpl.java:78)
        at java.base/sun.nio.ch.WEPollSelectorProvider.openSelector(WEPollSelectorProvider.java:33)
        at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:177)
        ... 51 more
Caused by: java.net.SocketException: Address family not supported by protocol family: connect
        at java.base/sun.nio.ch.UnixDomainSockets.connect0(Native Method)
        at java.base/sun.nio.ch.UnixDomainSockets.connect(UnixDomainSockets.java:148)
        at java.base/sun.nio.ch.UnixDomainSockets.connect(UnixDomainSockets.java:144)
        at java.base/sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:851)
        at java.base/java.nio.channels.SocketChannel.open(SocketChannel.java:285)
        at java.base/sun.nio.ch.PipeImpl$Initializer$LoopbackConnector.run(PipeImpl.java:131)
        at java.base/sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:83)
        ... 57 more


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

-- Head --
Thread: Render thread
Stacktrace:
        at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:88)
        at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:60)
        at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:49)
        at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:59)
        at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:87)
        at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:82)
        at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:69)
        at aob.g(SourceFile:54)
        at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:181)
        at aob.a(SourceFile:141)
        at evi.a(SourceFile:2241)
        at fib.a(SourceFile:131)
        at fhr.a(SourceFile:444)
        at fhr.a(SourceFile:426)
        at fib.a(SourceFile:219)
        at fhr.E(SourceFile:426)
        at fhr.b(SourceFile:379)
        at exg.b(SourceFile:95)
        at ewx.a(SourceFile:48)
        at exe.a(SourceFile:145)
        at eza.a(SourceFile:38)
        at evj.b(SourceFile:99)
        at fdb.a(SourceFile:414)
        at evj.a(SourceFile:99)
        at evj.c(SourceFile:180)
        at bir.execute(BlockableEventLoop.java:118)
        at evj.b(SourceFile:180)
        at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
        at org.lwjgl.system.JNI.invokeV(Native Method)
        at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3438)
        at com.mojang.blaze3d.systems.RenderSystem.pollEvents(RenderSystem.java:210)
        at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:225)

-- Affected screen --
Details:
        Screen name: fhr
Stacktrace:
        at fdb.a(SourceFile:414)
        at evj.a(SourceFile:99)
        at evj.c(SourceFile:180)
        at bir.execute(BlockableEventLoop.java:118)
        at evj.b(SourceFile:180)
        at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)
        at org.lwjgl.system.JNI.invokeV(Native Method)
        at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3438)
        at com.mojang.blaze3d.systems.RenderSystem.pollEvents(RenderSystem.java:210)
        at com.mojang.blaze3d.systems.RenderSystem.flipFrame(RenderSystem.java:225)
        at epf.e(Window.java:381)
        at evi.d(SourceFile:1349)
        at evi.f(SourceFile:888)
        at net.minecraft.client.main.Main.main(SourceFile:265)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:568)
        at net.minecraft.launchwrapper.Launch.launch(Launch.java:159)
        at net.minecraft.launchwrapper.Launch.main(Launch.java:30)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:568)
        at oolloo.jlw.Wrapper.invokeMain(Wrapper.java:71)
        at oolloo.jlw.Wrapper.main(Wrapper.java:51)

-- Uptime --
Details:
        JVM uptime: 82.167s
        Wall uptime: 76.128s
        High-res time: 75.677s
        Client ticks: 1157 ticks / 57.850s
Stacktrace:
        at evi.d(SourceFile:2564)
        at evi.c(SourceFile:995)
        at evi.f(SourceFile:908)
        at net.minecraft.client.main.Main.main(SourceFile:265)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:568)
        at net.minecraft.launchwrapper.Launch.launch(Launch.java:159)
        at net.minecraft.launchwrapper.Launch.main(Launch.java:30)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:568)
        at oolloo.jlw.Wrapper.invokeMain(Wrapper.java:71)
        at oolloo.jlw.Wrapper.main(Wrapper.java:51)

-- Last reload --
Details:
        Reload number: 1
        Reload reason: initial
        Finished: Yes
        Packs: vanilla

-- System Details --
Details:
        Minecraft Version: 1.20.4
        Minecraft Version ID: 1.20.4
        Operating System: Windows 11 (amd64) version 10.0
        Java Version: 17.0.2, Eclipse Adoptium
        Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium
        Memory: 588227456 bytes (560 MiB) / 1600126976 bytes (1526 MiB) up to 4188012544 bytes (3994 MiB)
        CPUs: 16
        Processor Vendor: GenuineIntel
        Processor Name: 12th Gen Intel(R) Core(TM) i7-12650H
        Identifier: Intel64 Family 6 Model 154 Stepping 3
        Microarchitecture: Alder Lake
        Frequency (GHz): 2.69
        Number of physical packages: 1
        Number of physical CPUs: 10
        Number of logical CPUs: 16
        Graphics card #0 name: OrayIddDriver Device
        Graphics card #0 vendor: Shanghai Best Oray Information Technology Co., Ltd.
        Graphics card #0 VRAM (MB): 0.00
        Graphics card #0 deviceId: unknown
        Graphics card #0 versionInfo: DriverVersion=17.1.58.818
        Graphics card #1 name: NVIDIA GeForce RTX 4060 Laptop GPU
        Graphics card #1 vendor: NVIDIA (0x10de)
        Graphics card #1 VRAM (MB): 4095.00
        Graphics card #1 deviceId: 0x28a0
        Graphics card #1 versionInfo: DriverVersion=31.0.15.3179
        Graphics card #2 name: Intel(R) UHD Graphics
        Graphics card #2 vendor: Intel Corporation (0x8086)
        Graphics card #2 VRAM (MB): 1024.00
        Graphics card #2 deviceId: 0x46a3
        Graphics card #2 versionInfo: DriverVersion=31.0.101.4502
        Memory slot #0 capacity (MB): 8192.00
        Memory slot #0 clockSpeed (GHz): 3.20
        Memory slot #0 type: DDR4
        Memory slot #1 capacity (MB): 8192.00
        Memory slot #1 clockSpeed (GHz): 3.20
        Memory slot #1 type: DDR4
        Virtual memory max (MB): 19315.88
        Virtual memory used (MB): 17205.28
        Swap memory total (MB): 3200.00
        Swap memory used (MB): 219.16
        JVM Flags: 6 total; -XX:+UseG1GC -XX:-UseAdaptiveSizePolicy -XX:-OmitStackTraceInFastThrow -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmn256m -Xmx3993m
        Launched Version: 1.20.4-OptiFine_I7_pre3
        Launcher name: PCL
        Backend library: LWJGL version 3.3.2+13
        Backend API: Intel(R) UHD Graphics GL version 3.2.0 - Build 31.0.101.4502, Intel
        Window size: 2560x1334
        GL Caps: Using framebuffer using OpenGL 3.2
        GL debug messages:
        Using VBOs: Yes
        Is Modded: Definitely; Client brand changed to 'optifine'; Server jar signature invalidated
        Universe: 400921fb54442d18
        Type: Integrated Server (map_client.txt)
        Graphics mode: fancy
        Render Distance: 8/8 chunks
        Resource Packs:
        Current Language: zh_cn
        Locale: zh_CN
        CPU: 16x 12th Gen Intel(R) Core(TM) i7-12650H
        Server Running: true
        Player Count: 0 / 8; []
        Data Packs: vanilla
        Enabled Feature Flags: minecraft:vanilla
        World Generation: Stable
        OptiFine Version: OptiFine_1.20.4_HD_U_I7_pre3
        OptiFine Build: 20240304-141756
        Render Distance Chunks: 8
        Mipmaps: 4
        Anisotropic Filtering: 1
        Antialiasing: 0
        Multitexture: false
        Shaders: null
        OpenGlVersion: 3.2.0 - Build 31.0.101.4502
        OpenGlRenderer: Intel(R) UHD Graphics
        OpenGlVendor: Intel
        CpuCount: 16

发表于 2024-3-5 20:56:15 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

回复 | 举报

该帖共收到 1 条回复!
苍茫森林
建议将日志发送到 mclo.gs 帮助分析,并且在此发帖https://bbs.mcmod.cn/forum.php?mod=forumdisplay&fid=36
传说中有个与暮色森林相似的维度,叫苍茫森林。它在传闻中宁静祥和,却是个极恐怖的世界,会侵蚀任何胆敢闯入此地之人的心智。然而许多勇者依然敢于挑战苍茫森林,但都找寻无果。直到一天……(见个人中心查看原文)
发表于 2024-3-11 20:59:00 | 只看该作者

回复 | 举报

百科目前不允许匿名发帖哦~ 请先 [ 登陆 ][ 注册 ] 吧~

本版积分规则

发新帖
  • 回复
  • 点评
  • 评分

[ MC百科(mcmod.cn) 除另有声明,所有开放公共编辑的内容均使用 BY-NC-SA 3.0 协议 ]

Minecraft百科CC协议
快速回复 返回顶部 返回列表