CCBlueX / LiquidBounce

A free mixin-based injection hacked client for Minecraft using the Fabric API
https://liquidbounce.net/
GNU General Public License v3.0
1.47k stars 474 forks source link

[BUG] menu buttons wont appear #2281

Closed 7n7e7o7 closed 7 months ago

7n7e7o7 commented 7 months ago

LiquidBounce Branch

Nextgen

LiquidBounce Build/Version

latest nightly build

Operating System

Windows 10

Minecraft Version

1.20.4

Describe the bug

menu buttons won't appear on startup

Steps to reproduce

just start minecraft

Client Log

2024-03-09T16:18:44.038043Z  INFO liquidlauncher::app::gui: [17:18:44] [Download-2/ERROR]: Failed to fetch user properties
com.mojang.authlib.exceptions.InvalidCredentialsException: Status: 401
    at com.mojang.authlib.exceptions.MinecraftClientHttpException.toAuthenticationException(MinecraftClientHttpException.java:59) ~[authlib-6.0.52.jar:?]
    at com.mojang.authlib.yggdrasil.YggdrasilUserApiService.fetchProperties(YggdrasilUserApiService.java:150) ~[authlib-6.0.52.jar:?]
    at net.minecraft.class_310.method_55608(class_310.java:467) ~[client-intermediary.jar:?]
    at java.util.concurrent.CompletableFuture$AsyncSupply.run(Unknown Source) ~[?:?]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[?:?]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[?:?]
    at java.lang.Thread.run(Unknown Source) ~[?:?]
Caused by: com.mojang.authlib.exceptions.MinecraftClientHttpException: Status: 401
    at com.mojang.authlib.minecraft.client.MinecraftClient.readInputStream(MinecraftClient.java:100) ~[authlib-6.0.52.jar:?]
    at com.mojang.au
2024-03-09T16:18:44.038164Z  INFO liquidlauncher::app::gui: thlib.minecraft.client.MinecraftClient.get(MinecraftClient.java:57) ~[authlib-6.0.52.jar:?]
    at com.mojang.authlib.yggdrasil.YggdrasilUserApiService.fetchProperties(YggdrasilUserApiService.java:121) ~[authlib-6.0.52.jar:?]
    ... 5 more

2024-03-09T16:18:44.234994Z  INFO liquidlauncher::app::gui: [17:18:44] [Via-Mappingloader-0/INFO]: Using FastUtil Long2ObjectOpenHashMap for block connections

2024-03-09T16:18:44.506237Z  INFO liquidlauncher::app::gui: [17:18:44] [ForkJoinPool.commonPool-worker-1/INFO]: Loading translations...

2024-03-09T16:18:44.527301Z  INFO liquidlauncher::app::gui: [17:18:44] [ForkJoinPool.commonPool-worker-1/INFO]: Registering protocols...

2024-03-09T16:18:44.849749Z  INFO liquidlauncher::app::gui: [17:18:44] [Render thread/INFO]: [Indigo] Different rendering plugin detected; not applying Indigo.

2024-03-09T16:18:44.907701Z  INFO liquidlauncher::app::gui: [17:18:44] [Render thread/WARN]: ClothConfig API not found, cannot provide config screen factory.

2024-03-09T16:18:46.019541Z  INFO liquidlauncher::app::gui: [17:18:46] [Worker-Main-1/INFO]: Checking mod updates...

2024-03-09T16:18:46.653751Z  INFO liquidlauncher::app::gui: [17:18:46] [Worker-Main-1/INFO]: Update available for 'modmenu@9.0.0-pre.1', (-> 9.0.0)

2024-03-09T16:18:46.655684Z  INFO liquidlauncher::app::gui: [17:18:46] [Worker-Main-1/INFO]: Update available for 'moddetectionpreventer@1.0.0', (-> 1.1.0)

2024-03-09T16:18:46.655857Z  INFO liquidlauncher::app::gui: [17:18:46] [Worker-Main-1/INFO]: Update available for 'sodium@0.5.5', (-> mc1.20.4-0.5.8)

2024-03-09T16:18:46.656040Z  INFO liquidlauncher::app::gui: [17:18:46] [Worker-Main-1/INFO]: Update available for 'fabric-language-kotlin@1.10.17+kotlin.1.9.22', (-> 1.10.19+kotlin.1.9.23)

2024-03-09T16:18:46.656321Z  INFO liquidlauncher::app::gui: [17:18:46] [Worker-Main-1/INFO]: Update available for 'fabric-api@0.91.3+1.20.4', (-> 0.96.4+1.20.4)

2024-03-09T16:18:46.776747Z  INFO liquidlauncher::app::gui: [17:18:46] [ForkJoinPool.commonPool-worker-1/INFO]: Started resource pack HTTP server on http://127.0.0.1:54018/

2024-03-09T16:18:47.223620Z  INFO liquidlauncher::app::gui: [17:18:47] [ForkJoinPool.commonPool-worker-1/INFO]: ViaVersion detected lowest supported version by the proxy: 1.7.2-1.7.5 (4)

2024-03-09T16:18:47.223812Z  INFO liquidlauncher::app::gui: [17:18:47] [ForkJoinPool.commonPool-worker-1/INFO]: Highest supported version by the proxy: 23w51b (766)

2024-03-09T16:18:47.248256Z  INFO liquidlauncher::app::gui: [17:18:47] [ForkJoinPool.commonPool-worker-1/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]

2024-03-09T16:18:47.287100Z  INFO liquidlauncher::app::gui: [17:18:47] [Render thread/INFO]: Backend library: LWJGL version 3.3.2-snapshot

2024-03-09T16:18:47.678410Z  INFO liquidlauncher::app::gui: [17:18:47] [Render thread/INFO]: OpenGL Vendor: ATI Technologies Inc.

2024-03-09T16:18:47.678596Z  INFO liquidlauncher::app::gui: [17:18:47] [Render thread/INFO]: OpenGL Renderer: Radeon RX 570 Series

2024-03-09T16:18:47.678805Z  INFO liquidlauncher::app::gui: [17:18:47] [Render thread/INFO]: OpenGL Version: 3.3.0 Core Profile Context 24.1.1.231127

2024-03-09T16:18:49.230107Z  INFO liquidlauncher::app::gui: [17:18:49] [Render thread/INFO]: Launching LiquidBounce v0.1.5 by CCBlueX

2024-03-09T16:18:49.465435Z  INFO liquidlauncher::app::gui: [17:18:49] [Render thread/INFO]: Loaded language en_us

2024-03-09T16:18:49.467462Z  INFO liquidlauncher::app::gui: [17:18:49] [Render thread/INFO]: Loaded language de_de

2024-03-09T16:18:49.474993Z  INFO liquidlauncher::app::gui: [17:18:49] [Render thread/INFO]: Loaded language ja_jp

2024-03-09T16:18:49.478707Z  INFO liquidlauncher::app::gui: [17:18:49] [Render thread/INFO]: Loaded language zh_cn

2024-03-09T16:18:49.483075Z  INFO liquidlauncher::app::gui: [17:18:49] [Render thread/INFO]: Loaded language ru_ru

2024-03-09T16:18:49.487003Z  INFO liquidlauncher::app::gui: [17:18:49] [Render thread/INFO]: Loaded language en_pt

2024-03-09T16:18:49.488854Z  INFO liquidlauncher::app::gui: [17:18:49] [Render thread/INFO]: Loaded language pt_br

2024-03-09T16:18:52.093264Z ERROR liquidlauncher::app::gui: [To redirect Truffle log output to a file use one of the following options:
* '--log.file=<path>' if the option is passed using a guest language launcher.
* '-Dpolyglot.log.file=<path>' if the option is passed using the host Java launcher.
* Configure logging using the polyglot embedding API.]
[engine] WARNING: The polyglot context is using an implementation that does not support runtime compilation.
The guest application code will therefore be executed in interpreted mode only.
Execution only in interpreted mode will strongly impact the guest application performance.
For more information on using GraalVM see https://www.graalvm.org/java/quickstart/.
To disable this warning the '--engine.WarnInterpreterOnly=false' option or use the '-Dpolyglot.engine.WarnInterpreterOnly=false' system property.

2024-03-09T16:18:53.264636Z  INFO liquidlauncher::app::gui: [17:18:53] [Via Async Scheduler 0/INFO]: Finished mapping loading, shutting down loader executor!

2024-03-09T16:18:54.364136Z  INFO liquidlauncher::app::gui: [17:18:54] [Render thread/WARN]: MyModule is missing fallback description key liquidbounce.module.myModule.description

2024-03-09T16:18:54.399224Z  INFO liquidlauncher::app::gui: [17:18:54] [Render thread/INFO]: [ScriptAPI] Successfully loaded script 'TestScript.js'.

2024-03-09T16:18:55.225404Z  INFO liquidlauncher::app::gui: [17:18:55] [Render thread/INFO]: Successfully extracted default theme

2024-03-09T16:18:55.246058Z  INFO liquidlauncher::app::gui: [17:18:55] [Render thread/INFO]: Inserted 9 components

2024-03-09T16:18:55.251733Z  INFO liquidlauncher::app::gui: [17:18:55] [Render thread/INFO]: Successfully loaded config 'enemies'.

2024-03-09T16:18:55.262852Z  INFO liquidlauncher::app::gui: [17:18:55] [Render thread/INFO]: (Chat) 

2024-03-09T16:18:55.355226Z  INFO liquidlauncher::app::gui: [17:18:55] [Render thread/ERROR]: Unable to deserialize choice Glow
java.lang.IllegalStateException: Choice Glow not found
    at net.ccbluex.liquidbounce.config.ConfigSystem.deserializeValue(ConfigSystem.kt:253) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.config.ConfigSystem.deserializeConfigurable(ConfigSystem.kt:228) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.config.ConfigSystem.deserializeValue(ConfigSystem.kt:263) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.config.ConfigSystem.deserializeConfigurable(ConfigSystem.kt:228) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.config.ConfigSystem.deserializeConfigurable(ConfigSystem.kt:203) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.config.ConfigSystem.deserializeConfigurable$default(ConfigSystem.kt:201) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.config.ConfigSystem.load(ConfigSystem.kt:144) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.LiquidBounce$startHandler$1.invoke(LiquidBounce.kt:161) ~[LiquidBounce.jar:?
2024-03-09T16:18:55.355359Z  INFO liquidlauncher::app::gui: ]
    at net.ccbluex.liquidbounce.LiquidBounce$startHandler$1.invoke(LiquidBounce.kt:111) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.event.EventManager.callEvent(EventManager.kt:182) ~[LiquidBounce.jar:?]
    at net.minecraft.class_310.handler$bmi000$liquidbounce$startClient(class_310.java:9851) ~[client-intermediary.jar:?]
    at net.minecraft.class_310.<init>(class_310.java:675) ~[client-intermediary.jar:?]
    at net.minecraft.client.main.Main.main(Main.java:223) ~[fabric-loader-0.15.3-1.20.4.jar:?]
    at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) ~[fabric-loader-0.15.3.jar:?]
    at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) ~[fabric-loader-0.15.3.jar:?]
    at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) ~[fabric-loader-0.15.3.jar:?]

2024-03-09T16:18:55.357454Z  INFO liquidlauncher::app::gui: [17:18:55] [Render thread/ERROR]: Unable to deserialize choice Outline
java.lang.IllegalStateException: Choice Outline not found
    at net.ccbluex.liquidbounce.config.ConfigSystem.deserializeValue(ConfigSystem.kt:253) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.config.ConfigSystem.deserializeConfigurable(ConfigSystem.kt:228) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.config.ConfigSystem.deserializeValue(ConfigSystem.kt:263) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.config.ConfigSystem.deserializeConfigurable(ConfigSystem.kt:228) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.config.ConfigSystem.deserializeConfigurable(ConfigSystem.kt:203) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.config.ConfigSystem.deserializeConfigurable$default(ConfigSystem.kt:201) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.config.ConfigSystem.load(ConfigSystem.kt:144) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.LiquidBounce$startHandler$1.invoke(LiquidBounce.kt:161) ~[LiquidBounce
2024-03-09T16:18:55.357575Z  INFO liquidlauncher::app::gui: .jar:?]
    at net.ccbluex.liquidbounce.LiquidBounce$startHandler$1.invoke(LiquidBounce.kt:111) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.event.EventManager.callEvent(EventManager.kt:182) ~[LiquidBounce.jar:?]
    at net.minecraft.class_310.handler$bmi000$liquidbounce$startClient(class_310.java:9851) ~[client-intermediary.jar:?]
    at net.minecraft.class_310.<init>(class_310.java:675) ~[client-intermediary.jar:?]
    at net.minecraft.client.main.Main.main(Main.java:223) ~[fabric-loader-0.15.3-1.20.4.jar:?]
    at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) ~[fabric-loader-0.15.3.jar:?]
    at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) ~[fabric-loader-0.15.3.jar:?]
    at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) ~[fabric-loader-0.15.3.jar:?]

2024-03-09T16:18:55.362968Z  INFO liquidlauncher::app::gui: [17:18:55] [Render thread/ERROR]: Unable to deserialize choice Glow
java.lang.IllegalStateException: Choice Glow not found
    at net.ccbluex.liquidbounce.config.ConfigSystem.deserializeValue(ConfigSystem.kt:253) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.config.ConfigSystem.deserializeConfigurable(ConfigSystem.kt:228) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.config.ConfigSystem.deserializeValue(ConfigSystem.kt:263) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.config.ConfigSystem.deserializeConfigurable(ConfigSystem.kt:228) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.config.ConfigSystem.deserializeConfigurable(ConfigSystem.kt:203) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.config.ConfigSystem.deserializeConfigurable$default(ConfigSystem.kt:201) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.config.ConfigSystem.load(ConfigSystem.kt:144) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.LiquidBounce$startHandler$1.invoke(LiquidBounce.kt:161) ~[LiquidBounce.jar:?
2024-03-09T16:18:55.363069Z  INFO liquidlauncher::app::gui: ]
    at net.ccbluex.liquidbounce.LiquidBounce$startHandler$1.invoke(LiquidBounce.kt:111) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.event.EventManager.callEvent(EventManager.kt:182) ~[LiquidBounce.jar:?]
    at net.minecraft.class_310.handler$bmi000$liquidbounce$startClient(class_310.java:9851) ~[client-intermediary.jar:?]
    at net.minecraft.class_310.<init>(class_310.java:675) ~[client-intermediary.jar:?]
    at net.minecraft.client.main.Main.main(Main.java:223) ~[fabric-loader-0.15.3-1.20.4.jar:?]
    at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) ~[fabric-loader-0.15.3.jar:?]
    at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) ~[fabric-loader-0.15.3.jar:?]
    at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) ~[fabric-loader-0.15.3.jar:?]

2024-03-09T16:18:55.365157Z  INFO liquidlauncher::app::gui: [17:18:55] [Render thread/ERROR]: Unable to deserialize choice Outline
java.lang.IllegalStateException: Choice Outline not found
    at net.ccbluex.liquidbounce.config.ConfigSystem.deserializeValue(ConfigSystem.kt:253) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.config.ConfigSystem.deserializeConfigurable(ConfigSystem.kt:228) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.config.ConfigSystem.deserializeValue(ConfigSystem.kt:263) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.config.ConfigSystem.deserializeConfigurable(ConfigSystem.kt:228) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.config.ConfigSystem.deserializeConfigurable(ConfigSystem.kt:203) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.config.ConfigSystem.deserializeConfigurable$default(ConfigSystem.kt:201) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.config.ConfigSystem.load(ConfigSystem.kt:144) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.LiquidBounce$startHandler$1.invoke(LiquidBounce.kt:161) ~[LiquidBounce
2024-03-09T16:18:55.365278Z  INFO liquidlauncher::app::gui: .jar:?]
    at net.ccbluex.liquidbounce.LiquidBounce$startHandler$1.invoke(LiquidBounce.kt:111) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.event.EventManager.callEvent(EventManager.kt:182) ~[LiquidBounce.jar:?]
    at net.minecraft.class_310.handler$bmi000$liquidbounce$startClient(class_310.java:9851) ~[client-intermediary.jar:?]
    at net.minecraft.class_310.<init>(class_310.java:675) ~[client-intermediary.jar:?]
    at net.minecraft.client.main.Main.main(Main.java:223) ~[fabric-loader-0.15.3-1.20.4.jar:?]
    at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) ~[fabric-loader-0.15.3.jar:?]
    at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) ~[fabric-loader-0.15.3.jar:?]
    at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) ~[fabric-loader-0.15.3.jar:?]

2024-03-09T16:18:55.370128Z  INFO liquidlauncher::app::gui: [17:18:55] [Render thread/INFO]: Successfully loaded config 'modules'.

2024-03-09T16:18:55.376475Z  INFO liquidlauncher::app::gui: [17:18:55] [Render thread/INFO]: Successfully loaded config 'commands'.

2024-03-09T16:18:55.385817Z  INFO liquidlauncher::app::gui: [17:18:55] [Render thread/INFO]: Successfully loaded config 'friends'.

2024-03-09T16:18:55.397489Z  INFO liquidlauncher::app::gui: [17:18:55] [Render thread/ERROR]: Unable to deserialize value proxy
com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was BEGIN_ARRAY at path $
    at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:397) ~[gson-2.10.1.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1227) ~[gson-2.10.1.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1329) ~[gson-2.10.1.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1271) ~[gson-2.10.1.jar:?]
    at net.ccbluex.liquidbounce.config.Value.deserializeFrom(Value.kt:218) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.config.ConfigSystem.deserializeValue(ConfigSystem.kt:273) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.config.ConfigSystem.deserializeConfigurable(ConfigSystem.kt:228) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.config.ConfigSystem.deserializeConfigurable(ConfigSystem.kt:203) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.config.Conf
2024-03-09T16:18:55.397600Z  INFO liquidlauncher::app::gui: igSystem.deserializeConfigurable$default(ConfigSystem.kt:201) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.config.ConfigSystem.load(ConfigSystem.kt:144) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.LiquidBounce$startHandler$1.invoke(LiquidBounce.kt:161) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.LiquidBounce$startHandler$1.invoke(LiquidBounce.kt:111) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.event.EventManager.callEvent(EventManager.kt:182) ~[LiquidBounce.jar:?]
    at net.minecraft.class_310.handler$bmi000$liquidbounce$startClient(class_310.java:9851) ~[client-intermediary.jar:?]
    at net.minecraft.class_310.<init>(class_310.java:675) ~[client-intermediary.jar:?]
    at net.minecraft.client.main.Main.main(Main.java:223) ~[fabric-loader-0.15.3-1.20.4.jar:?]
    at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) ~[fabric-loader-0.15.3.jar:?]
    at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) ~[fabric-loader-0.15.3.
2024-03-09T16:18:55.397779Z  INFO liquidlauncher::app::gui: jar:?]
    at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) ~[fabric-loader-0.15.3.jar:?]
Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was BEGIN_ARRAY at path $
    at com.google.gson.internal.bind.JsonTreeReader.expect(JsonTreeReader.java:165) ~[gson-2.10.1.jar:?]
    at com.google.gson.internal.bind.JsonTreeReader.beginObject(JsonTreeReader.java:89) ~[gson-2.10.1.jar:?]
    at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:386) ~[gson-2.10.1.jar:?]
    ... 18 more

Screenshots

No response

1zun4 commented 7 months ago

Is this really the full log?

SenkJu commented 7 months ago

This is a known issue. We don't know yet what causes it. Did restarting the game fix the problem?

7n7e7o7 commented 7 months ago
[17:32:54] [main/INFO]: Loading Minecraft 1.20.4 with Fabric Loader 0.15.3
[17:32:54] [ForkJoinPool-1-worker-8/WARN]: Mod org_cloudburstmc_netty_netty-transport-raknet uses the version 1.0.0.CR1-SNAPSHOT which isn't compatible with Loader's extended semantic version format (Could not parse version number component 'CR1'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version
[17:32:54] [main/INFO]: Loading 108 mods:
    - fabric-api 0.91.3+1.20.4
       |-- fabric-api-lookup-api-v1 1.6.45+78d798af4f
       |-- fabric-biome-api-v1 13.0.15+78d798af4f
       |-- fabric-block-api-v1 1.0.14+78d798af4f
       |-- fabric-block-view-api-v2 1.0.3+78d798af4f
       |-- fabric-blockrenderlayer-v1 1.1.45+78d798af4f
       |-- fabric-client-tags-api-v1 1.1.6+78d798af4f
       |-- fabric-command-api-v1 1.2.40+f71b366f4f
       |-- fabric-commands-v0 0.2.57+df3654b34f
       |-- fabric-containers-v0 0.1.81+df3654b34f
       |-- fabric-content-registries-v0 5.0.9+78d798af4f
       |-- fabric-convention-tags-v1 1.5.9+78d798af4f
       |-- fabric-crash-report-info-v1 0.2.22+78d798af4f
       |-- fabric-data-generation-api-v1 13.1.17+78d798af4f
       |-- fabric-dimensions-v1 2.1.60+78d798af4f
       |-- fabric-entity-events-v1 1.5.28+4ced05924f
       |-- fabric-events-interaction-v0 0.6.14+78d798af4f
       |-- fabric-events-lifecycle-v0 0.2.71+df3654b34f
       |-- fabric-game-rule-api-v1 1.0.45+78d798af4f
       |-- fabric-item-api-v1 2.1.34+78d798af4f
       |-- fabric-item-group-api-v1 4.0.20+78d798af4f
       |-- fabric-key-binding-api-v1 1.0.40+78d798af4f
       |-- fabric-keybindings-v0 0.2.38+df3654b34f
       |-- fabric-loot-api-v2 2.1.4+78d798af4f
       |-- fabric-message-api-v1 6.0.4+78d798af4f
       |-- fabric-mining-level-api-v1 2.1.59+78d798af4f
       |-- fabric-model-loading-api-v1 1.0.7+78d798af4f
       |-- fabric-models-v0 0.4.6+9386d8a74f
       |-- fabric-object-builder-api-v1 13.0.7+78d798af4f
       |-- fabric-recipe-api-v1 2.0.15+78d798af4f
       |-- fabric-renderer-api-v1 3.2.3+78d798af4f
       |-- fabric-renderer-indigo 1.5.3+78d798af4f
       |-- fabric-renderer-registries-v1 3.2.50+df3654b34f
       |-- fabric-rendering-data-attachment-v1 0.3.41+73761d2e4f
       |-- fabric-rendering-fluids-v1 3.0.32+78d798af4f
       |-- fabric-rendering-v0 1.1.53+df3654b34f
       |-- fabric-rendering-v1 3.0.12+78d798af4f
       |-- fabric-resource-conditions-api-v1 2.3.13+78d798af4f
       |-- fabric-screen-api-v1 2.0.16+78d798af4f
       |-- fabric-screen-handler-api-v1 1.3.50+78d798af4f
       |-- fabric-sound-api-v1 1.0.16+78d798af4f
       |-- fabric-transfer-api-v1 4.0.6+78d798af4f
       \-- fabric-transitive-access-wideners-v1 5.0.13+78d798af4f
    - fabric-language-kotlin 1.10.17+kotlin.1.9.22
       |-- org_jetbrains_kotlin_kotlin-reflect 1.9.22
       |-- org_jetbrains_kotlin_kotlin-stdlib 1.9.22
       |-- org_jetbrains_kotlin_kotlin-stdlib-jdk7 1.9.22
       |-- org_jetbrains_kotlin_kotlin-stdlib-jdk8 1.9.22
       |-- org_jetbrains_kotlinx_atomicfu-jvm 0.23.1
       |-- org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm 1.7.3
       |-- org_jetbrains_kotlinx_kotlinx-coroutines-jdk8 1.7.3
       |-- org_jetbrains_kotlinx_kotlinx-datetime-jvm 0.5.0
       |-- org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm 1.6.2
       |-- org_jetbrains_kotlinx_kotlinx-serialization-core-jvm 1.6.2
       \-- org_jetbrains_kotlinx_kotlinx-serialization-json-jvm 1.6.2
    - fabricloader 0.15.3
       \-- mixinextras 0.3.2
    - java 17
    - liquidbounce 0.1.5
    - minecraft 1.20.4
    - moddetectionpreventer 1.0.0
    - modmenu 9.0.0-pre.1
    - nochatreports 1.20.4-v2.5.0
    - sodium 0.5.5
    - viafabricplus 3.0.6
       |-- com_google_code_findbugs_jsr305 3.0.2
       |-- com_vdurmont_semver4j 3.1.0
       |-- com_viaversion_viabackwards-common 4.10.0-23w51b-SNAPSHOT
       |-- com_viaversion_viaversion-common 4.10.0-23w51b-SNAPSHOT
       |-- de_florianmichael_classic4j 2.0.1
       |-- fabric-api-base 0.4.36+78d798af4f
       |-- fabric-command-api-v2 2.2.20+78d798af4f
       |-- fabric-lifecycle-events-v1 2.2.30+78d798af4f
       |-- fabric-networking-api-v1 3.1.5+b7e146354f
       |-- fabric-particles-v1 1.1.7+78d798af4f
       |-- fabric-registry-sync-v0 4.0.16+78d798af4f
       |-- fabric-resource-loader-v0 0.11.16+78d798af4f
       |-- io_jsonwebtoken_jjwt-api 0.12.3
       |-- io_jsonwebtoken_jjwt-gson 0.12.3
       |-- io_jsonwebtoken_jjwt-impl 0.12.3
       |-- net_jodah_expiringmap 0.5.10
       |-- net_lenni0451_mcping 1.4.0
       |-- net_lenni0451_mcstructs-bedrock_forms 1.2.0
       |-- net_lenni0451_mcstructs-bedrock_text 1.2.0
       |-- net_lenni0451_reflect 1.3.1
       |-- net_raphimc_minecraftauth 3.1.0
       |-- net_raphimc_viaaprilfools 2.0.11-SNAPSHOT
       |-- net_raphimc_viabedrock 0.0.4-SNAPSHOT
       |-- net_raphimc_vialegacy 2.2.22-SNAPSHOT
       |-- net_raphimc_vialoader 2.2.13-SNAPSHOT
       |-- org_cloudburstmc_netty_netty-transport-raknet 1.0.0.CR1-SNAPSHOT
       |-- org_iq80_leveldb_leveldb 0.12
       |-- org_iq80_leveldb_leveldb-api 0.12
       |-- org_lz4_lz4-pure-java 1.8.0
       \-- org_yaml_snakeyaml 2.2
    - yet_another_config_lib_v3 3.3.2+1.20.4
       |-- com_twelvemonkeys_common_common-image 3.10.0
       |-- com_twelvemonkeys_common_common-io 3.10.0
       |-- com_twelvemonkeys_common_common-lang 3.10.0
       |-- com_twelvemonkeys_imageio_imageio-core 3.10.0
       |-- com_twelvemonkeys_imageio_imageio-metadata 3.10.0
       |-- com_twelvemonkeys_imageio_imageio-webp 3.10.0
       |-- org_quiltmc_parsers_gson 0.2.1
       \-- org_quiltmc_parsers_json 0.2.1
    - zoomify 2.13.0
       |-- com_akuleshov7_ktoml-core-jvm 0.5.1
       |-- dev_isxander_settxi_settxi-core 2.10.6
       \-- dev_isxander_settxi_settxi-kotlinx-serialization 2.10.6
[17:32:55] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=file:/C:/Users/Nutzer/AppData/Roaming/CCBlueX/LiquidLauncher/data/libraries/net/fabricmc/sponge-mixin/0.12.5+mixin.0.8.5/sponge-mixin-0.12.5+mixin.0.8.5.jar Service=Knot/Fabric Env=CLIENT
[17:32:55] [main/INFO]: Compatibility level set to JAVA_17
[17:32:55] [main/INFO]: Loaded configuration file for Sodium: 42 options available, 0 override(s) found
[17:32:56] [main/WARN]: Error loading class: org/jetbrains/annotations/ApiStatus$Internal (java.lang.ClassNotFoundException: org/jetbrains/annotations/ApiStatus$Internal)
[17:32:56] [main/INFO]: Searching for graphics cards...
[17:32:57] [main/INFO]: Found graphics card: GraphicsAdapterInfo[vendor=AMD, name=Radeon RX 570 Series, version=DriverVersion=31.0.21910.5]
[17:32:57] [main/INFO]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.3.2).
[17:32:58] [main/WARN]: Invalid registry value type detected for PerfOS counters. Should be REG_DWORD. Ignoring: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PerfOS\Performance\Disable Performance Counters.
[17:32:59] [main/INFO]: liquidbounce.mixins.json:minecraft.entity.MixinPlayerEntityAccessor from mod liquidbounce->@Accessor[FIELD_GETTER]::getTrackedMainArm()Lnet/minecraft/class_2940; should be static as its target is
[17:33:04] [Datafixer Bootstrap/INFO]: 198 Datafixer optimizations took 193 milliseconds
[17:33:09] [Render thread/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[17:33:09] [Render thread/INFO]: Setting user: szyp
[17:33:09] [Via-Mappingloader-0/INFO]: Loading block connection mappings ...
[17:33:09] [Download-2/ERROR]: Failed to fetch user properties
com.mojang.authlib.exceptions.InvalidCredentialsException: Status: 401
    at com.mojang.authlib.exceptions.MinecraftClientHttpException.toAuthenticationException(MinecraftClientHttpException.java:59) ~[authlib-6.0.52.jar:?]
    at com.mojang.authlib.yggdrasil.YggdrasilUserApiService.fetchProperties(YggdrasilUserApiService.java:150) ~[authlib-6.0.52.jar:?]
    at net.minecraft.class_310.method_55608(class_310.java:467) ~[client-intermediary.jar:?]
    at java.util.concurrent.CompletableFuture$AsyncSupply.run(Unknown Source) ~[?:?]
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[?:?]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[?:?]
    at java.lang.Thread.run(Unknown Source) ~[?:?]
Caused by: com.mojang.authlib.exceptions.MinecraftClientHttpException: Status: 401
    at com.mojang.authlib.minecraft.client.MinecraftClient.readInputStream(MinecraftClient.java:100) ~[authlib-6.0.52.jar:?]
    at com.mojang.authlib.minecraft.client.MinecraftClient.get(MinecraftClient.java:57) ~[authlib-6.0.52.jar:?]
    at com.mojang.authlib.yggdrasil.YggdrasilUserApiService.fetchProperties(YggdrasilUserApiService.java:121) ~[authlib-6.0.52.jar:?]
    ... 5 more
[17:33:09] [Via-Mappingloader-0/INFO]: Using FastUtil Long2ObjectOpenHashMap for block connections
[17:33:10] [ForkJoinPool.commonPool-worker-1/INFO]: Loading translations...
[17:33:10] [ForkJoinPool.commonPool-worker-1/INFO]: Registering protocols...
[17:33:10] [Render thread/INFO]: [Indigo] Different rendering plugin detected; not applying Indigo.
[17:33:10] [Render thread/WARN]: ClothConfig API not found, cannot provide config screen factory.
[17:33:11] [Worker-Main-1/INFO]: Checking mod updates...
[17:33:12] [Worker-Main-1/INFO]: Update available for 'moddetectionpreventer@1.0.0', (-> 1.1.0)
[17:33:12] [Worker-Main-1/INFO]: Update available for 'sodium@0.5.5', (-> mc1.20.4-0.5.8)
[17:33:12] [Worker-Main-1/INFO]: Update available for 'fabric-api@0.91.3+1.20.4', (-> 0.96.4+1.20.4)
[17:33:12] [Worker-Main-1/INFO]: Update available for 'fabric-language-kotlin@1.10.17+kotlin.1.9.22', (-> 1.10.19+kotlin.1.9.23)
[17:33:12] [Worker-Main-1/INFO]: Update available for 'modmenu@9.0.0-pre.1', (-> 9.0.0)
[17:33:12] [ForkJoinPool.commonPool-worker-1/INFO]: Started resource pack HTTP server on http://127.0.0.1:54565/
[17:33:12] [ForkJoinPool.commonPool-worker-1/INFO]: ViaVersion detected lowest supported version by the proxy: 1.7.2-1.7.5 (4)
[17:33:12] [ForkJoinPool.commonPool-worker-1/INFO]: Highest supported version by the proxy: 23w51b (766)
[17:33:12] [ForkJoinPool.commonPool-worker-1/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[17:33:12] [Render thread/INFO]: Backend library: LWJGL version 3.3.2-snapshot
[17:33:13] [Render thread/INFO]: OpenGL Vendor: ATI Technologies Inc.
[17:33:13] [Render thread/INFO]: OpenGL Renderer: Radeon RX 570 Series
[17:33:13] [Render thread/INFO]: OpenGL Version: 3.3.0 Core Profile Context 24.1.1.231127
[17:33:14] [Render thread/INFO]: Launching LiquidBounce v0.1.5 by CCBlueX
[17:33:15] [Render thread/INFO]: Loaded language en_us
[17:33:15] [Render thread/INFO]: Loaded language de_de
[17:33:15] [Render thread/INFO]: Loaded language ja_jp
[17:33:15] [Render thread/INFO]: Loaded language zh_cn
[17:33:15] [Render thread/INFO]: Loaded language ru_ru
[17:33:15] [Render thread/INFO]: Loaded language en_pt
[17:33:15] [Render thread/INFO]: Loaded language pt_br
[17:33:17] [Via Async Scheduler 0/INFO]: Finished mapping loading, shutting down loader executor!
[17:33:20] [Render thread/WARN]: MyModule is missing fallback description key liquidbounce.module.myModule.description
[17:33:20] [Render thread/INFO]: [ScriptAPI] Successfully loaded script 'TestScript.js'.
[17:33:21] [Render thread/INFO]: Successfully extracted default theme
[17:33:21] [Render thread/INFO]: Inserted 9 components
[17:33:21] [Render thread/INFO]: Successfully loaded config 'enemies'.
[17:33:21] [Render thread/INFO]: (Chat) 
[17:33:21] [Render thread/INFO]: (Chat) §f§lLiquid§9§lBounce §8? §7Auto ConfigAuto Config
[17:33:21] [Render thread/INFO]: Successfully loaded config 'modules'.
[17:33:21] [Render thread/INFO]: Successfully loaded config 'commands'.
[17:33:21] [Render thread/INFO]: Successfully loaded config 'friends'.
[17:33:21] [Render thread/ERROR]: Unable to deserialize value proxy
com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was BEGIN_ARRAY at path $
    at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:397) ~[gson-2.10.1.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1227) ~[gson-2.10.1.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1329) ~[gson-2.10.1.jar:?]
    at com.google.gson.Gson.fromJson(Gson.java:1271) ~[gson-2.10.1.jar:?]
    at net.ccbluex.liquidbounce.config.Value.deserializeFrom(Value.kt:218) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.config.ConfigSystem.deserializeValue(ConfigSystem.kt:273) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.config.ConfigSystem.deserializeConfigurable(ConfigSystem.kt:228) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.config.ConfigSystem.deserializeConfigurable(ConfigSystem.kt:203) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.config.ConfigSystem.deserializeConfigurable$default(ConfigSystem.kt:201) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.config.ConfigSystem.load(ConfigSystem.kt:144) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.LiquidBounce$startHandler$1.invoke(LiquidBounce.kt:161) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.LiquidBounce$startHandler$1.invoke(LiquidBounce.kt:111) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.event.EventManager.callEvent(EventManager.kt:182) ~[LiquidBounce.jar:?]
    at net.minecraft.class_310.handler$bmi000$liquidbounce$startClient(class_310.java:9851) ~[client-intermediary.jar:?]
    at net.minecraft.class_310.<init>(class_310.java:675) ~[client-intermediary.jar:?]
    at net.minecraft.client.main.Main.main(Main.java:223) ~[fabric-loader-0.15.3-1.20.4.jar:?]
    at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) ~[fabric-loader-0.15.3.jar:?]
    at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) ~[fabric-loader-0.15.3.jar:?]
    at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) ~[fabric-loader-0.15.3.jar:?]
Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was BEGIN_ARRAY at path $
    at com.google.gson.internal.bind.JsonTreeReader.expect(JsonTreeReader.java:165) ~[gson-2.10.1.jar:?]
    at com.google.gson.internal.bind.JsonTreeReader.beginObject(JsonTreeReader.java:89) ~[gson-2.10.1.jar:?]
    at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:386) ~[gson-2.10.1.jar:?]
    ... 18 more
[17:33:21] [Render thread/INFO]: Successfully loaded config 'proxy'.
[17:33:21] [Render thread/INFO]: Successfully loaded config 'accounts'.
[17:33:21] [Render thread/INFO]: Successfully loaded config 'tabs'.
[17:33:21] [Render thread/INFO]: Successfully loaded config 'lang'.
[17:33:21] [Render thread/INFO]: Successfully loaded config 'storage'.
[17:33:21] [netty-websocket/INFO]: Starting Netty server...
[17:33:21] [nioEventLoopGroup-3-1/INFO]: [id: 0x59b715f3] REGISTERED
[17:33:21] [nioEventLoopGroup-3-1/INFO]: [id: 0x59b715f3] BIND: 0.0.0.0/0.0.0.0:15990
[17:33:21] [netty-websocket/INFO]: Netty server started on port 15990.
[17:33:21] [nioEventLoopGroup-3-1/INFO]: [id: 0x59b715f3, L:/[0:0:0:0:0:0:0:0]:15990] ACTIVE
[17:33:22] [Render thread/INFO]: java-cef commit: e91a133673f9524c5f7db9bdbad1aff61b3887d7
[17:33:22] [Render thread/INFO]: Task: Downloading Checksum with progress 0.0 %
[17:33:23] [Render thread/INFO]: Checksum matches: true
[17:33:23] [Render thread/INFO]: Platform directory exists: true
[17:33:23] [Render thread/INFO]: Initializing CEF on windows_amd64...
[17:33:23] [Render thread/INFO]: [STDOUT]: initialize on Thread[Render thread,5,main] with library path C:\Users\Nutzer\AppData\Roaming\CCBlueX\LiquidLauncher\data\gameDir\nextgen\LiquidBounce\mcef\libraries\windows_amd64
[17:33:23] [Render thread/INFO]: Chromium Embedded Framework initialized
[17:33:23] [Render thread/INFO]: Browser is ready.
[17:33:23] [Render thread/INFO]: Successfully loaded client!
[17:33:23] [Worker-Main-1/ERROR]: Failed to retrieve profile key pair
com.mojang.authlib.exceptions.MinecraftClientHttpException: Status: 401
    at com.mojang.authlib.minecraft.client.MinecraftClient.readInputStream(MinecraftClient.java:100) ~[authlib-6.0.52.jar:?]
    at com.mojang.authlib.minecraft.client.MinecraftClient.post(MinecraftClient.java:65) ~[authlib-6.0.52.jar:?]
    at com.mojang.authlib.yggdrasil.YggdrasilUserApiService.handler$bam000$viafabricplus$storeLegacyPublicKeySignature(YggdrasilUserApiService.java:1050) ~[authlib-6.0.52.jar:?]
    at com.mojang.authlib.yggdrasil.YggdrasilUserApiService.getKeyPair(YggdrasilUserApiService.java) ~[authlib-6.0.52.jar:?]
    at net.minecraft.class_7434.method_43605(class_7434.java:130) ~[client-intermediary.jar:?]
    at net.minecraft.class_7434.method_44291(class_7434.java:79) ~[client-intermediary.jar:?]
    at java.util.concurrent.CompletableFuture$AsyncSupply.run(Unknown Source) ~[?:?]
    at java.util.concurrent.CompletableFuture$AsyncSupply.exec(Unknown Source) ~[?:?]
    at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) ~[?:?]
    at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(Unknown Source) ~[?:?]
    at java.util.concurrent.ForkJoinPool.scan(Unknown Source) ~[?:?]
    at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) ~[?:?]
    at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) ~[?:?]
[17:33:23] [Render thread/INFO]: Reloading ResourceManager: vanilla, fabric (com_viaversion_viabackwards-common, com_viaversion_viaversion-common, fabric-api, fabric-api-base, fabric-api-lookup-api-v1, fabric-biome-api-v1, fabric-block-api-v1, fabric-block-view-api-v2, fabric-blockrenderlayer-v1, fabric-client-tags-api-v1, fabric-command-api-v1, fabric-command-api-v2, fabric-commands-v0, fabric-containers-v0, fabric-content-registries-v0, fabric-convention-tags-v1, fabric-crash-report-info-v1, fabric-data-generation-api-v1, fabric-dimensions-v1, fabric-entity-events-v1, fabric-events-interaction-v0, fabric-events-lifecycle-v0, fabric-game-rule-api-v1, fabric-item-api-v1, fabric-item-group-api-v1, fabric-key-binding-api-v1, fabric-keybindings-v0, fabric-language-kotlin, fabric-lifecycle-events-v1, fabric-loot-api-v2, fabric-message-api-v1, fabric-mining-level-api-v1, fabric-model-loading-api-v1, fabric-models-v0, fabric-networking-api-v1, fabric-object-builder-api-v1, fabric-particles-v1, fabric-recipe-api-v1, fabric-registry-sync-v0, fabric-renderer-api-v1, fabric-renderer-indigo, fabric-renderer-registries-v1, fabric-rendering-data-attachment-v1, fabric-rendering-fluids-v1, fabric-rendering-v0, fabric-rendering-v1, fabric-resource-conditions-api-v1, fabric-resource-loader-v0, fabric-screen-api-v1, fabric-screen-handler-api-v1, fabric-sound-api-v1, fabric-transfer-api-v1, fabric-transitive-access-wideners-v1, fabricloader, liquidbounce, moddetectionpreventer, modmenu, net_raphimc_viaaprilfools, net_raphimc_viabedrock, net_raphimc_vialegacy, nochatreports, sodium, viafabricplus, yet_another_config_lib_v3, zoomify)
[17:33:23] [Render thread/INFO]: YACL is reloading images
[17:33:23] [Render thread/INFO]: YACL has found 4 images
[17:33:23] [Worker-Main-12/INFO]: Found unifont_all_no_pua-15.1.04.hex, loading
[17:33:24] [Worker-Main-8/ERROR]: Failed to retrieve profile key pair
com.mojang.authlib.exceptions.MinecraftClientHttpException: Status: 401
    at com.mojang.authlib.minecraft.client.MinecraftClient.readInputStream(MinecraftClient.java:100) ~[authlib-6.0.52.jar:?]
    at com.mojang.authlib.minecraft.client.MinecraftClient.post(MinecraftClient.java:65) ~[authlib-6.0.52.jar:?]
    at com.mojang.authlib.yggdrasil.YggdrasilUserApiService.handler$bam000$viafabricplus$storeLegacyPublicKeySignature(YggdrasilUserApiService.java:1050) ~[authlib-6.0.52.jar:?]
    at com.mojang.authlib.yggdrasil.YggdrasilUserApiService.getKeyPair(YggdrasilUserApiService.java) ~[authlib-6.0.52.jar:?]
    at net.minecraft.class_7434.method_43605(class_7434.java:130) ~[client-intermediary.jar:?]
    at net.minecraft.class_7434.method_44291(class_7434.java:79) ~[client-intermediary.jar:?]
    at java.util.concurrent.CompletableFuture$AsyncSupply.run(Unknown Source) ~[?:?]
    at java.util.concurrent.CompletableFuture$AsyncSupply.exec(Unknown Source) ~[?:?]
    at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) ~[?:?]
    at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(Unknown Source) ~[?:?]
    at java.util.concurrent.ForkJoinPool.scan(Unknown Source) ~[?:?]
    at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) ~[?:?]
    at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) ~[?:?]
[17:33:24] [Render thread/INFO]: Created item group Heads
[17:33:24] [Render thread/INFO]: Created item group Exploits
[17:33:24] [Render thread/INFO]: Created item group Containers
[17:33:24] [Render thread/INFO]: Successfully setup tabs
[17:33:25] [nioEventLoopGroup-3-1/INFO]: [id: 0x59b715f3, L:/[0:0:0:0:0:0:0:0]:15990] READ: [id: 0x31a98468, L:/127.0.0.1:15990 - R:/127.0.0.1:54569]
[17:33:25] [nioEventLoopGroup-3-1/INFO]: [id: 0x59b715f3, L:/[0:0:0:0:0:0:0:0]:15990] READ COMPLETE
[17:33:26] [nioEventLoopGroup-3-1/INFO]: [id: 0x59b715f3, L:/[0:0:0:0:0:0:0:0]:15990] READ: [id: 0x6995bf1c, L:/127.0.0.1:15990 - R:/127.0.0.1:54570]
[17:33:26] [nioEventLoopGroup-3-1/INFO]: [id: 0x59b715f3, L:/[0:0:0:0:0:0:0:0]:15990] READ COMPLETE
[17:33:26] [nioEventLoopGroup-3-1/INFO]: [id: 0x59b715f3, L:/[0:0:0:0:0:0:0:0]:15990] READ: [id: 0x18e8f194, L:/127.0.0.1:15990 - R:/127.0.0.1:54571]
[17:33:26] [nioEventLoopGroup-3-1/INFO]: [id: 0x59b715f3, L:/[0:0:0:0:0:0:0:0]:15990] READ: [id: 0x370ba6de, L:/127.0.0.1:15990 - R:/127.0.0.1:54572]
[17:33:26] [nioEventLoopGroup-3-1/INFO]: [id: 0x59b715f3, L:/[0:0:0:0:0:0:0:0]:15990] READ COMPLETE
[17:33:26] [nioEventLoopGroup-3-1/INFO]: [id: 0x59b715f3, L:/[0:0:0:0:0:0:0:0]:15990] READ: [id: 0xa91860f2, L:/127.0.0.1:15990 - R:/127.0.0.1:54573]
[17:33:26] [nioEventLoopGroup-3-1/INFO]: [id: 0x59b715f3, L:/[0:0:0:0:0:0:0:0]:15990] READ: [id: 0xf9c8dacc, L:/127.0.0.1:15990 - R:/127.0.0.1:54574]
[17:33:26] [nioEventLoopGroup-3-1/INFO]: [id: 0x59b715f3, L:/[0:0:0:0:0:0:0:0]:15990] READ COMPLETE
[17:33:26] [Render thread/ERROR]: ########## GL ERROR ##########
[17:33:26] [Render thread/ERROR]: @ Render
[17:33:26] [Render thread/ERROR]: 65539: Invalid standard cursor 0x00000000
[17:33:26] [nioEventLoopGroup-4-6/ERROR]: Error while processing request object: RequestObject(context=RequestContext(httpMethod=GET, uri=/default/assets/index-C7-hgqsx.js, headers={Host=127.0.0.1:15990, Connection=keep-alive, sec-ch-ua=, Origin=http://127.0.0.1:15990, sec-ch-ua-mobile=?0, User-Agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36, sec-ch-ua-platform="", Accept=*/*, Accept-Language=en-US,en;q=0.9, Sec-Fetch-Site=same-origin, Sec-Fetch-Mode=cors, Sec-Fetch-Dest=script, Referer=http://127.0.0.1:15990/default/, Accept-Encoding=gzip, deflate, br}))
java.io.FileNotFoundException: C:\Users\Nutzer\AppData\Roaming\CCBlueX\LiquidLauncher\data\gameDir\nextgen\LiquidBounce\themes\default\assets\index-C7-hgqsx.js (Der Vorgang konnte nicht erfolgreich abgeschlossen werden, da die Datei einen Virus oder möglicherweise unerwünschte Software enthält)
    at java.io.FileInputStream.open0(Native Method) ~[?:?]
    at java.io.FileInputStream.open(Unknown Source) ~[?:?]
    at java.io.FileInputStream.<init>(Unknown Source) ~[?:?]
    at kotlin.io.FilesKt__FileReadWriteKt.readBytes(FileReadWrite.kt:63) ~[org_jetbrains_kotlin_kotlin-stdlib-1.9.22-15d961094529a964.jar:?]
    at net.ccbluex.liquidbounce.web.socket.netty.HttpResponseUtilKt.httpFile(HttpResponseUtil.kt:85) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.web.socket.netty.rest.FileServant.handleFileRequest$liquidbounce(RestNode.kt:171) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.web.socket.netty.HttpConductor.processRequestObject(HttpConductor.kt:71) ~[LiquidBounce.jar:?]
    at net.ccbluex.liquidbounce.web.socket.netty.HttpServerHandler.channelRead(HttpServerHandler.kt:101) ~[LiquidBounce.jar:?]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.97.Final.jar:?]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.97.Final.jar:?]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.97.Final.jar:?]
    at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.97.Final.jar:?]
    at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[LiquidBounce.jar:?]
    at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[LiquidBounce.jar:?]
    at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.97.Final.jar:?]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.97.Final.jar:?]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.97.Final.jar:?]
    at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.97.Final.jar:?]
    at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.97.Final.jar:?]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.97.Final.jar:?]
    at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.97.Final.jar:?]
    at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.97.Final.jar:?]
    at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166) ~[netty-transport-4.1.97.Final.jar:?]
    at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) ~[netty-transport-4.1.97.Final.jar:?]
    at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.97.Final.jar:?]
    at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.97.Final.jar:?]
    at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.97.Final.jar:?]
    at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.97.Final.jar:?]
    at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.97.Final.jar:?]
    at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.97.Final.jar:?]
    at java.lang.Thread.run(Unknown Source) ~[?:?]
[17:33:27] [Render thread/WARN]: Missing sound for event: minecraft:item.goat_horn.play
[17:33:27] [Render thread/WARN]: Missing sound for event: minecraft:entity.goat.screaming.horn_break
[17:33:27] [Render thread/INFO]: OpenAL initialized on device OpenAL Soft on Lautsprecher (Turtle Beach PX22)
[17:33:27] [Render thread/INFO]: Sound engine started
[17:33:27] [Render thread/INFO]: Created: 1024x512x4 minecraft:textures/atlas/blocks.png-atlas
[17:33:27] [Render thread/INFO]: Created: 256x256x4 minecraft:textures/atlas/signs.png-atlas
[17:33:27] [Render thread/INFO]: Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas
[17:33:27] [Render thread/INFO]: Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas
[17:33:27] [Render thread/INFO]: Created: 1024x1024x4 minecraft:textures/atlas/armor_trims.png-atlas
[17:33:27] [Render thread/INFO]: Created: 128x64x4 minecraft:textures/atlas/decorated_pot.png-atlas
[17:33:27] [Render thread/INFO]: Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas
[17:33:27] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas
[17:33:27] [Render thread/INFO]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas
[17:33:28] [Render thread/WARN]: Shader rendertype_entity_translucent_emissive could not find sampler named Sampler2 in the specified shader program.
[17:33:28] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/particles.png-atlas
[17:33:28] [Render thread/INFO]: Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
[17:33:28] [Render thread/INFO]: Created: 128x128x0 minecraft:textures/atlas/mob_effects.png-atlas
[17:33:28] [Render thread/INFO]: Created: 1024x512x0 minecraft:textures/atlas/gui.png-atlas
[17:33:28] [Render thread/INFO]: Loading fonts...
[17:33:28] [Render thread/INFO]: Loading queued font Montserrat
[17:33:28] [Render thread/INFO]: Loaded fonts successfully!
[17:33:29] [Render thread/INFO]: Loading Discord IPC configuration...
[17:33:29] [Render thread/INFO]: Loaded Discord IPC configuration.
[17:33:29] [Render thread/INFO]: Refreshing local IP info...
[17:33:29] [nioEventLoopGroup-5-1/INFO]: IP Info [DE, AS3320 Deutsche Telekom AG]
[17:33:30] [Render thread/INFO]: Successfully logged in into known cape token.
[17:33:30] [Render thread/INFO]: Loading heads...
[17:33:31] [Render thread/INFO]: Successfully loaded 956 heads from the database
[17:33:31] [Render thread/INFO]: Loading settings list from API...
[17:33:31] [Render thread/INFO]: Loaded 27 settings from API.
[17:33:31] [Render thread/INFO]: Successfully loaded 233 cape carriers.
7n7e7o7 commented 7 months ago

this is the full log and no restarting didn't help

1zun4 commented 7 months ago

Your AV is deleting the theme JS files:

C:\Users\Nutzer\AppData\Roaming\CCBlueX\LiquidLauncher\data\gameDir\nextgen\LiquidBounce\themes\default\assets\index-C7-hgqsx.js (Der Vorgang konnte nicht erfolgreich abgeschlossen werden, da die Datei einen Virus oder möglicherweise unerwünschte Software enthält)
    at java.io.FileInputStream.open0(Native Method) ~[?:?]