Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]I am unable to start the game. #5390

Closed
asdkwawjd opened this issue Jan 21, 2025 · 3 comments
Closed

[BUG]I am unable to start the game. #5390

asdkwawjd opened this issue Jan 21, 2025 · 3 comments
Labels
🐛 bug Something isn't working 🌑 nextgen

Comments

@asdkwawjd
Copy link

LiquidBounce Branch

Nextgen

LiquidBounce Build/Version

0.24.1 / Fabric 1.21.4

Operating System

Windows 10

Minecraft Version

1.21.4

Describe the bug

I only installed the Fabric API, Fabric Language Kotlin, and Liquid Bounce mods, and did not install any other mods.

Image

Steps to reproduce

Use a well-known launcher on the internet to start LiquidBounce.

Client Log

Suppressed: java.net.SocketException: Connection reset
                at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:318) ~[?:?]
                at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:346) ~[?:?]
                at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:796) ~[?:?]
                at java.base/java.net.Socket$SocketInputStream.read(Socket.java:1099) ~[?:?]
                at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:489) ~[?:?]
                at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:483) ~[?:?]
                at java.base/sun.security.ssl.SSLSocketInputRecord.decode(SSLSocketInputRecord.java:160) ~[?:?]
                at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:111) ~[?:?]
                at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1506) ~[?:?]
                at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1421) ~[?:?]
                at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:455) ~[?:?]
                at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:426) ~[?:?]
                at knot/okhttp3.internal.connection.ConnectPlan.connectTls(ConnectPlan.kt:346) ~[com_squareup_okhttp3_okhttp-5.0.0-alpha.14-3e249c39134666e2.jar:?]
                at knot/okhttp3.internal.connection.ConnectPlan.connectTlsEtc(ConnectPlan.kt:201) ~[com_squareup_okhttp3_okhttp-5.0.0-alpha.14-3e249c39134666e2.jar:?]
                at knot/okhttp3.internal.connection.FastFallbackExchangeFinder.find(FastFallbackExchangeFinder.kt:78) ~[com_squareup_okhttp3_okhttp-5.0.0-alpha.14-3e249c39134666e2.jar:?]
                at knot/okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:275) ~[com_squareup_okhttp3_okhttp-5.0.0-alpha.14-3e249c39134666e2.jar:?]
                at knot/okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32) ~[com_squareup_okhttp3_okhttp-5.0.0-alpha.14-3e249c39134666e2.jar:?]
                at knot/okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:126) ~[com_squareup_okhttp3_okhttp-5.0.0-alpha.14-3e249c39134666e2.jar:?]
                at knot/okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95) ~[com_squareup_okhttp3_okhttp-5.0.0-alpha.14-3e249c39134666e2.jar:?]
                at knot/okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:126) ~[com_squareup_okhttp3_okhttp-5.0.0-alpha.14-3e249c39134666e2.jar:?]
                at knot/okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83) ~[com_squareup_okhttp3_okhttp-5.0.0-alpha.14-3e249c39134666e2.jar:?]
                at knot/okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:126) ~[com_squareup_okhttp3_okhttp-5.0.0-alpha.14-3e249c39134666e2.jar:?]
                at knot/okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:72) ~[com_squareup_okhttp3_okhttp-5.0.0-alpha.14-3e249c39134666e2.jar:?]
                at knot/okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:126) ~[com_squareup_okhttp3_okhttp-5.0.0-alpha.14-3e249c39134666e2.jar:?]
                at knot/okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:203) ~[com_squareup_okhttp3_okhttp-5.0.0-alpha.14-3e249c39134666e2.jar:?]
                at knot/okhttp3.internal.connection.RealCall.execute(RealCall.kt:155) ~[com_squareup_okhttp3_okhttp-5.0.0-alpha.14-3e249c39134666e2.jar:?]
                at knot/net.ccbluex.liquidbounce.mcef.MCEFResourceManager.downloadFile(MCEFResourceManager.java:239) ~[mcef-1.3.2-1.21.4-bd3cdc4544073da8.jar:?]
                at knot/net.ccbluex.liquidbounce.mcef.MCEFResourceManager.downloadJcef(MCEFResourceManager.java:122) ~[mcef-1.3.2-1.21.4-bd3cdc4544073da8.jar:?]
                at knot/net.ccbluex.liquidbounce.integration.browser.supports.JcefBrowser.makeDependenciesAvailable$lambda$4(JcefBrowser.kt:76) ~[liquidbounce.jar:?]
                at knot/kotlin.concurrent.ThreadsKt$thread$thread$1.run(Thread.kt:30) [org_jetbrains_kotlin_kotlin-stdlib-2.1.0-4bc6dcd88c5d18b9.jar:?]

Screenshots

No response

@github-actions github-actions bot added 🌑 nextgen 🐛 bug Something isn't working labels Jan 21, 2025
@MukjepScarlet
Copy link
Contributor

网络问题

@lcxws
Copy link

lcxws commented Jan 21, 2025

网络有问题,连不上LB的服务器,建议梯子

@1zun4
Copy link
Member

1zun4 commented Jan 21, 2025

Use a VPN such as Cloudflare Warp.

@1zun4 1zun4 closed this as not planned Won't fix, can't repro, duplicate, stale Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working 🌑 nextgen
Projects
None yet
Development

No branches or pull requests

4 participants