Skip to content

[Bug] Crash on Intel MacOS #1257

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

Open
ryanzhaorx opened this issue Dec 28, 2024 · 2 comments
Open

[Bug] Crash on Intel MacOS #1257

ryanzhaorx opened this issue Dec 28, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@ryanzhaorx
Copy link

ryanzhaorx commented Dec 28, 2024

--- Game crash info ---
Client: FDPCLIENT b11 (git-7eec549)
Time: 2024-12-28T14:25:07.269
OS: Mac OS X (Version: 15.2, Arch: x86_64)
Java: 1.8.0_431 (Vendor: Oracle Corporation)
Available Processors: 8
Max Memory: 4096 MB
Free Memory: 477 MB
Total Memory: 1024 MB
--- Stacktrace ---
java.util.concurrent.ExecutionException: java.net.SocketException: Connection reset
at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:357)
at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1908)
at net.minecraft.client.Minecraft.handler$startGame$zzf000(Minecraft.java:3204)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:496)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:329)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(SocketInputStream.java:210)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:475)
at sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:469)
at sun.security.ssl.SSLSocketInputRecord.decode(SSLSocketInputRecord.java:159)
at sun.security.ssl.SSLTransport.decode(SSLTransport.java:111)
at sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1382)
at sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1295)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:417)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:389)
at okhttp3.internal.connection.RealConnection.connectTls(RealConnection.kt:379)
at okhttp3.internal.connection.RealConnection.establishProtocol(RealConnection.kt:337)
at okhttp3.internal.connection.RealConnection.connect(RealConnection.kt:209)
at okhttp3.internal.connection.ExchangeFinder.findConnection(ExchangeFinder.kt:226)
at okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(ExchangeFinder.kt:106)
at okhttp3.internal.connection.ExchangeFinder.find(ExchangeFinder.kt:74)
at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:255)
at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:95)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:83)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:76)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:109)
at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:201)
at okhttp3.internal.connection.RealCall.execute(RealCall.kt:154)
at net.ccbluex.liquidbounce.utils.io.HttpUtils.download(HttpUtils.kt:134)
at net.ccbluex.liquidbounce.utils.io.HttpUtils.download$default(HttpUtils.kt:132)
at net.ccbluex.liquidbounce.ui.font.Fonts.downloadFonts(Fonts.kt:129)
at net.ccbluex.liquidbounce.FDPClient$preload$1.invokeSuspend(FDPClient.kt:135)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at kotlinx.coroutines.internal.LimitedDispatcher.run(LimitedDispatcher.kt:42)
at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:95)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:570)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:749)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:677)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:664)
Suppressed: java.net.SocketException: Connection reset
... 39 more
Suppressed: java.net.SocketException: Connection reset
... 39 more
Suppressed: java.net.SocketException: Connection reset
... 39 more
Suppressed: java.net.SocketException: Connection reset
... 39 more
Suppressed: java.net.SocketException: Connection reset
... 39 more

@ryanzhaorx ryanzhaorx added the bug Something isn't working label Dec 28, 2024
@ryanzhaorx ryanzhaorx changed the title [Bug] Crash [Bug] Crash on Intel MacOS Dec 28, 2024
@ryanzhaorx
Copy link
Author

minecraft-exported-crash-info-2024-12-28T14-22-07.zip

This is the game crash information exported by HMCL launcher

@MukjepScarlet
Copy link
Collaborator

网络问题

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants