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] Running .invsee on yourself crashes the game #5247

Open
K1ngGr33n opened this issue Jan 10, 2025 · 0 comments
Open

[BUG] Running .invsee on yourself crashes the game #5247

K1ngGr33n opened this issue Jan 10, 2025 · 0 comments
Labels

Comments

@K1ngGr33n
Copy link

K1ngGr33n commented Jan 10, 2025

LiquidBounce Branch

Nextgen

LiquidBounce Build/Version

0.23.1

Operating System

Windows 11

Minecraft Version

1.21.4

Describe the bug

Running the .invsee command with your own player name crashes the game, whereas the expected outcome would be your inventory opening

Steps to reproduce

  • Join a server or world on the version I used
  • Run the .invsee command with your current player name as the parameter

Client Log

---- Minecraft Crash Report ----
// Why did you do that?

Time: 2025-01-10 19:04:32
Description: Rendering screen

java.lang.NullPointerException: Cannot invoke "net.minecraft.class_4724$class_7772.comp_1051()" because the return value of "java.util.Map.get(Object)" is null
	at knot//net.minecraft.class_4724.method_24098(class_4724.java:28)
	at knot//net.minecraft.class_1092.method_24153(class_1092.java:280)
	at knot//net.minecraft.class_310.method_1549(class_310.java:2541)
	at knot//net.ccbluex.liquidbounce.utils.inventory.ViewedInventoryScreen.drawSlot(ViewedInventoryScreen.kt:129)
	at knot//net.ccbluex.liquidbounce.utils.inventory.ViewedInventoryScreen.method_25394(ViewedInventoryScreen.kt:61)
	at knot//net.minecraft.class_437.method_47413(class_437.java:116)
	at knot//net.minecraft.class_757.mixinextras$bridge$method_47413$75(class_757.java)
	at knot//net.minecraft.class_757.wrapOperation$zmc000$fabric-screen-api-v1$onRenderScreen(class_757.java:914)
	at knot//net.minecraft.class_757.method_3192(
2025-01-10T18:04:32.168954Z  INFO liquidlauncher::app::gui::commands::client: class_757.java:551)
	at knot//net.minecraft.class_310.method_1523(class_310.java:1341)
	at knot//net.minecraft.class_310.method_1514(class_310.java:922)
	at knot//net.minecraft.client.main.Main.main(Main.java:267)
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)


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

-- Head --
Thread: Render thread
Stacktrace:
	at knot//net.minecraft.class_4724.method_24098(class_4724.java:28)
	at knot//net.minecraft.class_1092.method_24153(class_1092.java:280)
	at knot//net.minecraft.class_310.method_1549(class_310.java:2541)
	at knot//net.ccbluex.liquidbounce.utils.inventory.ViewedInventoryScreen.drawSlot(ViewedInventoryScreen.kt:129)
	at knot//net.
2025-01-10T18:04:32.169000Z  INFO liquidlauncher::app::gui::commands::client: ccbluex.liquidbounce.utils.inventory.ViewedInventoryScreen.method_25394(ViewedInventoryScreen.kt:61)
	at knot//net.minecraft.class_437.method_47413(class_437.java:116)
	at knot//net.minecraft.class_757.mixinextras$bridge$method_47413$75(class_757.java)
	at knot//net.minecraft.class_757.wrapOperation$zmc000$fabric-screen-api-v1$onRenderScreen(class_757.java:914)

-- Screen render details --
Details:
	Screen name: net.ccbluex.liquidbounce.utils.inventory.ViewedInventoryScreen
	Mouse location: Scaled: (480, 270). Absolute: (960.000000, 540.000000)
	Screen size: Scaled: (960, 540). Absolute: (1920, 1080). Scale factor of 2.000000
Stacktrace:
	at knot//net.minecraft.class_757.method_3192(class_757.java:551)
	at knot//net.minecraft.class_310.method_1523(class_310.java:1341)
	at knot//net.minecraft.class_310.method_1514(class_310.java:922)
	at knot//net.minecraft.client.main.Main.main(Main.java:267)
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
	at net.fabri
2025-01-10T18:04:32.169164Z  INFO liquidlauncher::app::gui::commands::client: cmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

-- Uptime --
Details:
	JVM uptime: 46.053s
	Wall uptime: 31.327s
	High-res time: 28.407s
	Client ticks: 283 ticks / 14.150s
Stacktrace:
	at knot//net.minecraft.class_310.method_1587(class_310.java:2371)
	at knot//net.minecraft.class_310.method_54580(class_310.java:991)
	at knot//net.minecraft.class_310.method_1514(class_310.java:943)
	at knot//net.minecraft.client.main.Main.main(Main.java:267)
	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:480)
	at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
	at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

-- Affected level --
Details:
	All players: 3 total; [class_746['[MY_ACCOUNT]'/11283, l='ClientLevel', x=206.16, y=62.00, z=216.95], class_745['[REDACTED]'/10873, l='ClientLevel', x=205.94, y=64.00, z=199.94], class_745['[REDACTED]'/11050, l
2025-01-10T18:04:32.169516Z  INFO liquidlauncher::app::gui::commands::client: ='ClientLevel', x=231.22, y=62.00, z=169.28]]
	Chunk stats: 18225, 441
	Level dimension: minecraft:overworld
	Level spawn location: World: (211,61,162), Section: (at 3,13,2 in 13,3,10; chunk contains blocks 208,0,160 to 223,255,175), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
	Level time: 8125 game time, 13000 day time
	Server brand: DionaSpigot (Velocity)
	Server type: Non-integrated multiplayer server
	Tracked entity count: 27

-- Last reload --
Details:
	Reload number: 1
	Reload reason: initial
	Finished: Yes
	Packs: vanilla, fabric, com_viaversion_viaaprilfools-common, 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-content-registries-v0, fabric-convention-tags-v1, fabric-convention-tags-v2, fabric-crash-rep
2025-01-10T18:04:32.169588Z  INFO liquidlauncher::app::gui::commands::client: ort-info-v1, fabric-data-attachment-api-v1, fabric-data-generation-api-v1, fabric-dimensions-v1, fabric-entity-events-v1, fabric-events-interaction-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-loot-api-v3, fabric-message-api-v1, fabric-model-loading-api-v1, 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-rendering-data-attachment-v1, fabric-rendering-fluids-v1, 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, net_raphimc_viabedrock, net_raphimc_vialegacy, nochatreports, reeses-sodium-options, sodium, sodium-extra, viafabricplus, viafabricplus-vi
2025-01-10T18:04:32.169641Z  INFO liquidlauncher::app::gui::commands::client: suals

-- System Details --
Details:
	Minecraft Version: 1.21.4
	Minecraft Version ID: 1.21.4
	Operating System: Windows 11 (amd64) version 10.0
	Java Version: 21.0.5, Eclipse Adoptium
	Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium
	Memory: 283257344 bytes (270 MiB) / 973078528 bytes (928 MiB) up to 4294967296 bytes (4096 MiB)
	CPUs: 6
	Processor Vendor: GenuineIntel
	Processor Name: Intel(R) Core(TM) i5-8400 CPU @ 2.80GHz
	Identifier: Intel64 Family 6 Model 158 Stepping 10
	Microarchitecture: Coffee Lake
	Frequency (GHz): 2.81
	Number of physical packages: 1
	Number of physical CPUs: 6
	Number of logical CPUs: 6
	Graphics card #0 name: Intel(R) UHD Graphics 630
	Graphics card #0 vendor: Intel Corporation
	Graphics card #0 VRAM (MiB): 1024.00
	Graphics card #0 deviceId: VideoController1
	Graphics card #0 versionInfo: 31.0.101.2112
	Graphics card #1 name: NVIDIA GeForce GTX 1050
	Graphics card #1 vendor: NVIDIA
	Graphics card #1 VRAM (MiB): 2048.00
	Graphics card #1 deviceId
2025-01-10T18:04:32.169766Z  INFO liquidlauncher::app::gui::commands::client: : VideoController2
	Graphics card #1 versionInfo: 31.0.15.4629
	Memory slot #0 capacity (MiB): 8192.00
	Memory slot #0 clockSpeed (GHz): 2.40
	Memory slot #0 type: DDR4
	Memory slot #1 capacity (MiB): 4096.00
	Memory slot #1 clockSpeed (GHz): 2.40
	Memory slot #1 type: DDR4
	Virtual memory max (MiB): 15757.18
	Virtual memory used (MiB): 13766.44
	Swap memory total (MiB): 3584.00
	Swap memory used (MiB): 106.53
	Space in storage for jna.tmpdir (MiB): available: 45587.53, total: 119964.00
	Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): available: 45587.55, total: 119964.00
	Space in storage for io.netty.native.workdir (MiB): available: 45587.55, total: 119964.00
	Space in storage for java.io.tmpdir (MiB): available: 45587.55, total: 119964.00
	Space in storage for workdir (MiB): available: 45587.55, total: 119964.00
	JVM Flags: 8 total; -Xmx4096M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -
2025-01-10T18:04:32.169873Z  INFO liquidlauncher::app::gui::commands::client: XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
	Fabric Mods: 
		fabric-api: Fabric API 0.111.0+1.21.4
			fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.84+7feeb73304
			fabric-biome-api-v1: Fabric Biome API (v1) 15.0.4+466a140b04
			fabric-block-api-v1: Fabric Block API (v1) 1.0.31+7feeb73304
			fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.19+7feeb73304
			fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 2.0.7+7feeb73304
			fabric-client-tags-api-v1: Fabric Client Tags 1.1.27+7feeb73304
			fabric-command-api-v1: Fabric Command API (v1) 1.2.61+f71b366f04
			fabric-command-api-v2: Fabric Command API (v2) 2.2.40+e496eb1504
			fabric-commands-v0: Fabric Commands (v0) 0.2.78+df3654b304
			fabric-content-registries-v0: Fabric Content Registries (v0) 9.1.12+7feeb73304
			fabric-convention-tags-v1: Fabric Convention Tags 2.1.6+7f945d5b04
			fabric-convention-tags-v2: Fabric Convention Tags (v2) 2.9.6+466a140b04
			fabric-crash-report-i
2025-01-10T18:04:32.169935Z  INFO liquidlauncher::app::gui::commands::client: nfo-v1: Fabric Crash Report Info (v1) 0.3.6+7feeb73304
			fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.4.3+9aea556b04
			fabric-data-generation-api-v1: Fabric Data Generation API (v1) 22.1.2+466a140b04
			fabric-dimensions-v1: Fabric Dimensions API (v1) 4.0.10+7feeb73304
			fabric-entity-events-v1: Fabric Entity Events (v1) 2.0.11+60fccc7604
			fabric-events-interaction-v0: Fabric Events Interaction (v0) 4.0.1+a4eebcf004
			fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.62+7feeb73304
			fabric-item-api-v1: Fabric Item API (v1) 11.1.12+203e6b2304
			fabric-item-group-api-v1: Fabric Item Group API (v1) 4.1.21+7feeb73304
			fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.56+7feeb73304
			fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.54+df3654b304
			fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.5.3+bf2a60eb04
			fabric-loot-api-v2: Fabric Loot API (v2) 3.0.31+3f89f5a504
			fabric-loot-api-v3: Fabric Loot API (v3) 1.0.19+203e6b2304
			fabric-message-api-v1
2025-01-10T18:04:32.169979Z  INFO liquidlauncher::app::gui::commands::client: : Fabric Message API (v1) 6.0.24+7feeb73304
			fabric-model-loading-api-v1: Fabric Model Loading API (v1) 4.1.0+7b6b225304
			fabric-networking-api-v1: Fabric Networking API (v1) 4.3.8+cc0fa2fe04
			fabric-object-builder-api-v1: Fabric Object Builder API (v1) 18.0.5+e604fe7f04
			fabric-particles-v1: Fabric Particles (v1) 4.0.13+7feeb73304
			fabric-recipe-api-v1: Fabric Recipe API (v1) 8.0.3+fa62a02304
			fabric-renderer-indigo: Fabric Renderer - Indigo 2.0.1+84404cdd04
			fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.57+73761d2e04
			fabric-rendering-v1: Fabric Rendering (v1) 10.1.0+7e7568bf04
			fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 5.0.13+203e6b2304
			fabric-screen-api-v1: Fabric Screen API (v1) 2.0.37+7feeb73304
			fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.106+7feeb73304
			fabric-sound-api-v1: Fabric Sound API (v1) 1.0.32+7feeb73304
			fabric-transfer-api-v1: Fabric Transfer API (v1) 5.4.6+1885ad7404
			fabric-tran
2025-01-10T18:04:32.170035Z  INFO liquidlauncher::app::gui::commands::client: sitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 6.3.2+56e78b9b04
		fabric-language-kotlin: Fabric Language Kotlin 1.13.0+kotlin.2.1.0
			org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.1.0
			org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.1.0
			org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.1.0
			org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.1.0
			org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.26.1
			org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.9.0
			org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.9.0
			org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.6.1
			org_jetbrains_kotlinx_kotlinx-io-bytestring-jvm: kotlinx-io-bytestring-jvm 0.6.0
			org_jetbrains_kotlinx_kotlinx-io-core-jvm: kotlinx-io-core-jvm 0.6.0
			org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.7.3
			org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlin
2025-01-10T18:04:32.170099Z  INFO liquidlauncher::app::gui::commands::client: x-serialization-core-jvm 1.7.3
			org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.7.3
		fabricloader: Fabric Loader 0.16.9
			mixinextras: MixinExtras 0.4.1
		java: OpenJDK 64-Bit Server VM 21
		liquidbounce: LiquidBounce 0.23.1
			com_github_ccbluex_discordipc: DiscordIPC 4.0.0
			com_github_ccbluex_mc-authlib: mc-authlib 1.4.1
			com_github_ccbluex_netty-httpserver: netty-httpserver 2.1.1
			com_google_code_gson_gson: gson 2.10.1
			com_kohlschutter_junixsocket_junixsocket-common: junixsocket-common 2.8.3
			com_kohlschutter_junixsocket_junixsocket-native-common: junixsocket-native-common 2.8.3
			com_squareup_okhttp3_okhttp: okhttp 5.0.0-alpha.14
			com_squareup_okio_okio-jvm: okio-jvm 3.9.0
			com_thealtening_api_api: api 4.1.0
			com_vdurmont_semver4j: semver4j 3.1.0
			commons-codec_commons-codec: commons-codec 1.17.1
			commons-io_commons-io: commons-io 2.16.1
			io_netty_netty-codec-socks: netty-codec-socks 4.1.97
			io_netty_netty-handler: netty-handler 4.1.97
	
2025-01-10T18:04:32.170277Z  INFO liquidlauncher::app::gui::commands::client: 		io_netty_netty-handler-proxy: netty-handler-proxy 4.1.97
			io_netty_netty-resolver: netty-resolver 4.1.97
			io_netty_netty-transport-native-unix-common: netty-transport-native-unix-common 4.1.97
			mcef: MCEF (Minecraft Chromium Embedded Framework) 1.3.2-1.21.4
			net_fabricmc_tiny-mappings-parser: tiny-mappings-parser 0.3.0+build.17
			org_ahocorasick_ahocorasick: ahocorasick 0.6.3
			org_apache_commons_commons-compress: commons-compress 1.27.1
			org_apache_commons_commons-exec: commons-exec 1.3
			org_apache_commons_commons-lang3: commons-lang3 3.16.0
			org_apache_logging_log4j_log4j-api: log4j-api 2.23.1
			org_apache_logging_log4j_log4j-core: log4j-core 2.23.1
			org_apache_tika_tika-core: tika-core 2.9.2
			org_graalvm_js_js-language: js-language 24.0.2
			org_graalvm_polyglot_polyglot: polyglot 24.0.2
			org_graalvm_regex_regex: regex 24.0.2
			org_graalvm_sdk_collections: collections 24.0.2
			org_graalvm_sdk_jniutils: jniutils 24.0.2
			org_graalvm_sdk_nativeimage: nativeimage 24.0.2
			org_graa
2025-01-10T18:04:32.170333Z  INFO liquidlauncher::app::gui::commands::client: lvm_sdk_word: word 24.0.2
			org_graalvm_shadowed_icu4j: icu4j 24.0.2
			org_graalvm_shadowed_json: json 24.0.2
			org_graalvm_tools_chromeinspector-tool: chromeinspector-tool 24.0.2
			org_graalvm_tools_coverage-tool: coverage-tool 24.0.2
			org_graalvm_tools_dap-tool: dap-tool 24.0.2
			org_graalvm_tools_insight-heap-tool: insight-heap-tool 24.0.2
			org_graalvm_tools_insight-tool: insight-tool 24.0.2
			org_graalvm_tools_lsp-tool: lsp-tool 24.0.2
			org_graalvm_tools_lsp_api: lsp_api 24.0.2
			org_graalvm_tools_profiler-tool: profiler-tool 24.0.2
			org_graalvm_truffle_truffle-api: truffle-api 24.0.2
			org_graalvm_truffle_truffle-compiler: truffle-compiler 24.0.2
			org_graalvm_truffle_truffle-runtime: truffle-runtime 24.0.2
			org_slf4j_slf4j-api: slf4j-api 2.0.10
		minecraft: Minecraft 1.21.4
		nochatreports: No Chat Reports 1.21.4-v2.11.0
		reeses-sodium-options: Reese's Sodium Options 1.8.2+mc1.21.4
		sodium: Sodium 0.6.6+mc1.21.4
			fabric-api-base: Fabric API Base 0.4.54+b47eab6b04
			fabric-rendere
2025-01-10T18:04:32.170430Z  INFO liquidlauncher::app::gui::commands::client: r-api-v1: Fabric Renderer API (v1) 5.0.2+84404cdd04
			fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.1.19+7feeb73304
			fabric-resource-loader-v0: Fabric Resource Loader (v0) 3.0.11+b1caf1e904
		sodium-extra: Sodium Extra 0.6.1+mc1.21.4
		viafabricplus: ViaFabricPlus 4.0.1
			com_github_oryxel_cubeconverter: CubeConverter 25bc6ce1b1
			com_google_code_findbugs_jsr305: jsr305 3.0.2
			com_viaversion_viaaprilfools-common: viaaprilfools-common 4.0.0
			com_viaversion_viabackwards-common: viabackwards-common 5.2.1
			com_viaversion_vialoader: vialoader 4.0.0
			com_viaversion_viaversion-common: viaversion-common 5.2.1
			de_florianmichael_classic4j: Classic4J 2.1.1-SNAPSHOT
			fabric-registry-sync-v0: Fabric Registry Sync (v0) 6.1.0+9ba00ebb04
			io_jsonwebtoken_jjwt-api: jjwt-api 0.12.6
			io_jsonwebtoken_jjwt-gson: jjwt-gson 0.12.6
			io_jsonwebtoken_jjwt-impl: jjwt-impl 0.12.6
			io_netty_netty-codec-http: netty-codec-http 4.1.116
			net_jodah_expiringmap: expiringmap 0.5.10
			net_lenni0451_commo
2025-01-10T18:04:32.170500Z  INFO liquidlauncher::app::gui::commands::client: ns_httpclient: httpclient 1.6.0
			net_lenni0451_mcping: MCPing 1.4.2
			net_lenni0451_mcstructs-bedrock_forms: forms 1.2.2
			net_lenni0451_mcstructs-bedrock_text: text 1.2.2
			net_lenni0451_reflect: Reflect 1.4.0
			net_raphimc_minecraftauth: MinecraftAuth 4.1.1
			net_raphimc_viabedrock: ViaBedrock 0.0.14-20241220.132943-7
			net_raphimc_vialegacy: ViaLegacy 3.0.7
			org_cloudburstmc_netty_netty-transport-raknet: netty-transport-raknet 1.0.0.CR3-SNAPSHOT
			org_lz4_lz4-pure-java: lz4-pure-java 1.8.0
			viafabricplus-api: ViaFabricPlus API 4.0.1
			viafabricplus-api-legacy: ViaFabricPlus API Legacy 4.0.1
			viafabricplus-visuals: ViaFabricPlus Visuals 4.0.1
	Launched Version: fabric-loader-0.16.9-1.21.4
	Launcher name: LiquidLauncher
	Backend library: LWJGL version 3.3.3-snapshot
	Backend API: NVIDIA GeForce GTX 1050/PCIe/SSE2 GL version 3.2.0 NVIDIA 546.29, NVIDIA Corporation
	Window size: 1920x1080
	GFLW Platform: win32
	GL Caps: Using framebuffer using OpenGL 3.2
	GL debug messages: 
	Is Modded: Definit
2025-01-10T18:04:32.170540Z  INFO liquidlauncher::app::gui::commands::client: ely; Client brand changed to 'fabric'
	Universe: 400921fb54442d18
	Type: Client (map_client.txt)
	Graphics mode: fancy
	Render Distance: 12/12 chunks
	Resource Packs: vanilla, fabric, com_viaversion_viaaprilfools-common, 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-content-registries-v0, fabric-convention-tags-v1, fabric-convention-tags-v2, fabric-crash-report-info-v1, fabric-data-attachment-api-v1, fabric-data-generation-api-v1, fabric-dimensions-v1, fabric-entity-events-v1, fabric-events-interaction-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-loot-api-v3, fabric-message-api-v1, f
2025-01-10T18:04:32.170574Z  INFO liquidlauncher::app::gui::commands::client: abric-model-loading-api-v1, 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-rendering-data-attachment-v1, fabric-rendering-fluids-v1, 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, net_raphimc_viabedrock, net_raphimc_vialegacy, nochatreports, reeses-sodium-options, sodium, sodium-extra, viafabricplus, viafabricplus-visuals
	Current Language: en_us
	Locale: de_DE
	System encoding: Cp1252
	File encoding: UTF-8
	CPU: 6x Intel(R) Core(TM) i5-8400 CPU @ 2.80GHz
2025-01-10T18:04:32.170973Z  INFO liquidlauncher::app::gui::commands::client: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\[REDACTED]\AppData\Roaming\CCBlueX\LiquidLauncher\data\gameDir\nextgen\crash-reports\crash-2025-01-10_19.04.32-client.txt
2025-01-10T18:04:32.792575Z DEBUG liquidlauncher::minecraft::java::runtime: Process exited with code: -1
2025-01-10T18:04:32.793073Z ERROR liquidlauncher::app::gui::commands::client: An error occured:

Process exited with non-zero exit code: -1.

Screenshots

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant