-
Notifications
You must be signed in to change notification settings - Fork 192
Description
--- Game crash info ---
Client: FDPCLIENT b16 (git-f478ad9)
Time: 2026-02-01T15:50:22.388
OS: Windows 10 (Version: 10.0, Arch: amd64)
Java: 1.8.0_471 (Vendor: Oracle Corporation)
Available Processors: 12
Max Memory: 4096 MB
Free Memory: 1151 MB
Total Memory: 2048 MB
--- Stacktrace ---
java.lang.IllegalStateException: Preload task error. Please check the cause below.
at net.minecraft.client.Minecraft.handler$startGame$zzg000(Minecraft.java:3205)
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(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: java.util.concurrent.ExecutionException: java.net.UnknownHostException: http
at java.util.concurrent.CompletableFuture.reportGet(Unknown Source)
at java.util.concurrent.CompletableFuture.get(Unknown Source)
at net.minecraft.client.Minecraft.handler$startGame$zzg000(Minecraft.java:3201)
... 9 more
Caused by: java.net.UnknownHostException: http
at java.net.InetAddress.getAllByName0(Unknown Source)
at java.net.InetAddress.getAllByName(Unknown Source)
at java.net.InetAddress.getAllByName(Unknown Source)
at okhttp3.Dns$Companion$DnsSystem.lookup(Dns.kt:50)
at okhttp3.internal.connection.RouteSelector.resetNextInetSocketAddress(RouteSelector.kt:171)
at okhttp3.internal.connection.RouteSelector.nextProxy(RouteSelector.kt:133)
at okhttp3.internal.connection.RouteSelector.next(RouteSelector.kt:71)
at okhttp3.internal.connection.RealRoutePlanner.planConnect$okhttp(RealRoutePlanner.kt:162)
at okhttp3.internal.connection.RealRoutePlanner.plan(RealRoutePlanner.kt:73)
at okhttp3.internal.connection.FastFallbackExchangeFinder.launchTcpConnect(FastFallbackExchangeFinder.kt:119)
at okhttp3.internal.connection.FastFallbackExchangeFinder.find(FastFallbackExchangeFinder.kt:62)
at okhttp3.internal.connection.RealCall.initExchange$okhttp(RealCall.kt:280)
at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.kt:32)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:126)
at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.kt:101)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:126)
at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.kt:85)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:126)
at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.kt:74)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:126)
at net.ccbluex.liquidbounce.utils.io.AddHeaderInterceptor.intercept(HttpUtils.kt:72)
at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.kt:126)
at okhttp3.internal.connection.RealCall.getResponseWithInterceptorChain$okhttp(RealCall.kt:208)
at okhttp3.internal.connection.RealCall.execute(RealCall.kt:160)
at net.ccbluex.liquidbounce.utils.io.HttpUtilsKt.head(HttpUtils.kt:84)
at net.ccbluex.liquidbounce.utils.io.Downloader.getFileSizeAndRangeSupport(HttpUtils.kt:216)
at net.ccbluex.liquidbounce.utils.io.Downloader.access$getFileSizeAndRangeSupport(HttpUtils.kt:163)
at net.ccbluex.liquidbounce.utils.io.Downloader$download$2.invokeSuspend(HttpUtils.kt:179)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:113)
at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:89)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:586)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:820)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:717)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:704)