jaredlll08 / Controlling

Gives you more control over the Keybindings menu
MIT License
61 stars 39 forks source link

Crashes when changing keybinds #140

Closed 0vergrown closed 1 year ago

0vergrown commented 1 year ago

crash-2023-03-20_19.29.03-client.txt crash-2023-03-20_19.30.08-client.txt

0vergrown commented 1 year ago

---- Minecraft Crash Report ---- // My bad.

Time: 2023-03-20 19:30:08 Description: mouseClicked event handler

java.lang.NoSuchMethodError: 'void com.blamejared.controlling.client.NewKeyBindsList.method_49006()' at com.blamejared.controlling.client.NewKeyBindsList$KeyEntry.lambda$new$0(NewKeyBindsList.java:150) at net.minecraft.class_4185.method_25306(class_4185.java:94) at net.minecraft.class_4264.method_25348(class_4264.java:16) at net.minecraft.class_339.method_25402(class_339.java:172) at net.minecraft.class_4069.method_25402(class_4069.java:31) at com.blamejared.controlling.client.NewKeyBindsList$KeyEntry.method_25402(NewKeyBindsList.java:205) at net.minecraft.class_350.method_25402(class_350.java:372) at com.blamejared.controlling.client.NewKeyBindsScreen.method_25402(NewKeyBindsScreen.java:309) at net.minecraft.class_312.method_1611(class_312.java:94) at net.minecraft.class_437.method_25412(class_437.java:492) at net.minecraft.class_312.method_1601(class_312.java:94) at net.minecraft.class_312.method_22686(class_312.java:165) at net.minecraft.class_1255.execute(class_1255.java:102) at net.minecraft.class_312.method_22684(class_312.java:165) at org.lwjgl.glfw.GLFWMouseButtonCallback$Container.invoke(GLFWMouseButtonCallback.java:81) at bre2el.fpsreducer.handler.glfw.InputEventHandler$MouseButtonEventHandler.invoke(InputEventHandler.java:133) at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43) at org.lwjgl.system.JNI.invokeV(Native Method) at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474) at com.mojang.blaze3d.systems.RenderSystem.handler$baa000$fpsreducer$handleWaitEventsTimeout(RenderSystem.java:1476) at com.mojang.blaze3d.systems.RenderSystem.limitDisplayFPS(RenderSystem.java) at net.minecraft.class_310.method_1523(class_310.java:1225) at net.minecraft.class_310.method_1514(class_310.java:781) at net.minecraft.client.main.Main.method_44604(Main.java:244) at net.minecraft.client.main.Main.main(Main.java:51) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:462) 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 com.blamejared.controlling.client.NewKeyBindsList$KeyEntry.lambda$new$0(NewKeyBindsList.java:150) at net.minecraft.class_4185.method_25306(class_4185.java:94) at net.minecraft.class_4264.method_25348(class_4264.java:16) at net.minecraft.class_339.method_25402(class_339.java:172) at net.minecraft.class_4069.method_25402(class_4069.java:31) at com.blamejared.controlling.client.NewKeyBindsList$KeyEntry.method_25402(NewKeyBindsList.java:205) at net.minecraft.class_350.method_25402(class_350.java:372) at com.blamejared.controlling.client.NewKeyBindsScreen.method_25402(NewKeyBindsScreen.java:309) at net.minecraft.class_312.method_1611(class_312.java:94) at net.minecraft.class_437.method_25412(class_437.java:492) at net.minecraft.class_312.method_1601(class_312.java:94) at net.minecraft.class_312.method_22686(class_312.java:165) at net.minecraft.class_1255.execute(class_1255.java:102) at net.minecraft.class_312.method_22684(class_312.java:165) at org.lwjgl.glfw.GLFWMouseButtonCallback$Container.invoke(GLFWMouseButtonCallback.java:81) at bre2el.fpsreducer.handler.glfw.InputEventHandler$MouseButtonEventHandler.invoke(InputEventHandler.java:133) at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43) at org.lwjgl.system.JNI.invokeV(Native Method) at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474) at com.mojang.blaze3d.systems.RenderSystem.handler$baa000$fpsreducer$handleWaitEventsTimeout(RenderSystem.java:1476)

-- Affected screen -- Details: Screen name: com.blamejared.controlling.client.NewKeyBindsScreen Stacktrace: at net.minecraft.class_437.method_25412(class_437.java:492) at net.minecraft.class_312.method_1601(class_312.java:94) at net.minecraft.class_312.method_22686(class_312.java:165) at net.minecraft.class_1255.execute(class_1255.java:102) at net.minecraft.class_312.method_22684(class_312.java:165) at org.lwjgl.glfw.GLFWMouseButtonCallback$Container.invoke(GLFWMouseButtonCallback.java:81) at bre2el.fpsreducer.handler.glfw.InputEventHandler$MouseButtonEventHandler.invoke(InputEventHandler.java:133) at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43) at org.lwjgl.system.JNI.invokeV(Native Method) at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474) at com.mojang.blaze3d.systems.RenderSystem.handler$baa000$fpsreducer$handleWaitEventsTimeout(RenderSystem.java:1476) at com.mojang.blaze3d.systems.RenderSystem.limitDisplayFPS(RenderSystem.java) at net.minecraft.class_310.method_1523(class_310.java:1225) at net.minecraft.class_310.method_1514(class_310.java:781) at net.minecraft.client.main.Main.method_44604(Main.java:244) at net.minecraft.client.main.Main.main(Main.java:51) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:462) 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: 1 total; [class_746['Overgrown'/164, l='ClientLevel', x=-19.30, y=68.00, z=72.58]] Chunk stats: 1024, 661 Level dimension: minecraft:overworld Level spawn location: World: (0,74,32), Section: (at 0,10,0 in 0,4,2; chunk contains blocks 0,-64,32 to 15,319,47), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511) Level time: 601 game time, 601 day time Server brand: fabric Server type: Integrated singleplayer server Stacktrace: at net.minecraft.class_638.method_8538(class_638.java:455) at net.minecraft.class_310.method_1587(class_310.java:2390) at net.minecraft.class_310.method_1514(class_310.java:800) at net.minecraft.client.main.Main.method_44604(Main.java:244) at net.minecraft.client.main.Main.main(Main.java:51) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:462) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

-- Last reload -- Details: Reload number: 1 Reload reason: initial Finished: Yes Packs: vanilla, Fabric Mods

-- System Details -- Details: Minecraft Version: 1.19.3 Minecraft Version ID: 1.19.3 Operating System: Windows 10 (amd64) version 10.0 Java Version: 17.0.3, Microsoft Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft Memory: 1183247424 bytes (1128 MiB) / 2852126720 bytes (2720 MiB) up to 4294967296 bytes (4096 MiB) CPUs: 16 Processor Vendor: AuthenticAMD Processor Name: AMD Ryzen 7 6800H with Radeon Graphics
Identifier: AuthenticAMD Family 25 Model 68 Stepping 1 Microarchitecture: Zen 3 Frequency (GHz): 3.19 Number of physical packages: 1 Number of physical CPUs: 8 Number of logical CPUs: 16 Graphics card #0 name: AMD Radeon(TM) Graphics Graphics card #0 vendor: Advanced Micro Devices, Inc. (0x1002) Graphics card #0 VRAM (MB): 512.00 Graphics card #0 deviceId: 0x1681 Graphics card #0 versionInfo: DriverVersion=31.0.12024.2005 Graphics card #1 name: NVIDIA GeForce RTX 3060 Laptop GPU Graphics card #1 vendor: NVIDIA (0x10de) Graphics card #1 VRAM (MB): 4095.00 Graphics card #1 deviceId: 0x2520 Graphics card #1 versionInfo: DriverVersion=31.0.15.3129 Memory slot #0 capacity (MB): 8192.00 Memory slot #0 clockSpeed (GHz): 4.80 Memory slot #0 type: Unknown Memory slot #1 capacity (MB): 8192.00 Memory slot #1 clockSpeed (GHz): 4.80 Memory slot #1 type: Unknown Virtual memory max (MB): 24332.81 Virtual memory used (MB): 18784.36 Swap memory total (MB): 8704.00 Swap memory used (MB): 88.55 JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M Fabric Mods: appleskin: AppleSkin 2.4.2+mc1.19.3 cloth-config: Cloth Config v9 9.0.94 cloth-basic-math: cloth-basic-math 0.6.1 clumps: Clumps 9.0.0+16 controlling: Controlling For Fabric 11.0.0.1 entityculling: EntityCulling-Fabric 1.6.1-mc1.19.3 extraorigins: Extra Origins 1.19-4 fabric-api: Fabric API 0.76.0+1.19.3 fabric-api-base: Fabric API Base 0.4.21+70be179c85 fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.20+49abcf7e85 fabric-biome-api-v1: Fabric Biome API (v1) 12.1.2+f1c68e5885 fabric-block-api-v1: Fabric Block API (v1) 1.0.5+e022e5d185 fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.31+928d44d585 fabric-client-tags-api-v1: Fabric Client Tags 1.0.12+1134c5b885 fabric-command-api-v1: Fabric Command API (v1) 1.2.22+f71b366f85 fabric-command-api-v2: Fabric Command API (v2) 2.2.1+3fc4752e85 fabric-commands-v0: Fabric Commands (v0) 0.2.39+df3654b385 fabric-containers-v0: Fabric Containers (v0) 0.1.47+df3654b385 fabric-content-registries-v0: Fabric Content Registries (v0) 3.5.2+1d37d50285 fabric-convention-tags-v1: Fabric Convention Tags 1.3.0+521b5c5285 fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.14+aeb40ebe85 fabric-data-generation-api-v1: Fabric Data Generation API (v1) 11.3.2+40dc7a9485 fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.42+00a2eb1085 fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.7+b83334a085 fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.40+3baeb27a85 fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.45+df3654b385 fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.30+99f9db8085 fabric-item-api-v1: Fabric Item API (v1) 2.1.11+71b8257385 fabric-item-group-api-v1: Fabric Item Group API (v1) 2.1.13+b5470ac785 fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.31+bc01e09785 fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.29+df3654b385 fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.10+23a79c8a85 fabric-loot-api-v2: Fabric Loot API (v2) 1.1.21+75e9821185 fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.25+9e7660c685 fabric-message-api-v1: Fabric Message API (v1) 5.1.0+c85585f885 fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.32+49abcf7e85 fabric-models-v0: Fabric Models (v0) 0.3.27+11ba9c3b85 fabric-networking-api-v1: Fabric Networking API (v1) 1.2.17+4017a8cb85 fabric-networking-v0: Fabric Networking (v0) 0.3.34+df3654b385 fabric-object-builder-api-v1: Fabric Object Builder API (v1) 5.4.2+eb2a3ba985 fabric-particles-v1: Fabric Particles (v1) 1.0.20+f1e4495b85 fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.1+5176f73d85 fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.1.0+f7b4d36485 fabric-renderer-api-v1: Fabric Renderer API (v1) 2.2.2+3a95925a85 fabric-renderer-indigo: Fabric Renderer - Indigo 0.8.0+3a95925a85 fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.31+df3654b385 fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.25+afca2f3e85 fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.18+f1e4495b85 fabric-rendering-v0: Fabric Rendering (v0) 1.1.34+df3654b385 fabric-rendering-v1: Fabric Rendering (v1) 1.13.0+ad17775585 fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.0+e63306e085 fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.0+68296ad585 fabric-screen-api-v1: Fabric Screen API (v1) 1.0.41+f1e4495b85 fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.13+99f9db8085 fabric-sound-api-v1: Fabric Sound API (v1) 1.0.8+75e9821185 fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.15+ccd377ba85 fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 2.3.1+40dc7a9485 fabricloader: Fabric Loader 0.14.17 ferritecore: FerriteCore 5.1.0 fpsreducer: FPS Reducer 1.19.3-2.2 iris: Iris 1.5.2 io_github_douira_glsl-transformer: glsl-transformer 2.0.0-pre9 org_anarres_jcpp: jcpp 1.4.14 org_antlr_antlr4-runtime: antlr4-runtime 4.11.1 java: OpenJDK 64-Bit Server VM 17 jei: Just Enough Items 12.3.0.21 krypton: Krypton 0.2.1 com_velocitypowered_velocity-native: velocity-native 3.1.2-SNAPSHOT lambdynlights: LambDynamicLights 2.2.0+1.19.3 pride: Pride Lib 1.2.0+1.19.3 spruceui: SpruceUI 4.1.0+1.19.3 lazydfu: LazyDFU 0.1.3 lithium: Lithium 0.11.1 memoryleakfix: memory Leak Fix 1.19.3-0.8.0 minecraft: Minecraft 1.19.3 modmenu: Mod Menu 5.0.2 mousetweaks: Mouse Tweaks 2.24 origins: Origins 1.8.1 apoli: Apoli 2.7.1 additionalentityattributes: Additionalentityattributes 1.2.0+1.19.3 calio: Calio 1.8.0 cardinal-components-base: Cardinal Components API (base) 5.0.1 cardinal-components-entity: Cardinal Components API (entities) 5.0.1 playerabilitylib: Pal 1.7.0 reach-entity-attributes: Reach Entity Attributes 2.3.1 origins-classes: Origins: Classes 1.5.0 pehkui: Pehkui 3.7.0+1.14.4-1.19.3 kanos_config: Kanos Config 0.3.1+1.14.4-1.19 phantomsseephantoms: Phantoms See Phantoms 1.0.0 reeses-sodium-options: Reese's Sodium Options 1.4.9+mc1.19.2-build.67 smoothboot: Smooth Boot 1.19-1.7.1 sodium: Sodium 0.4.9+build.23 sodium-extra: Sodium Extra 0.4.18+mc1.19.3-build.99 caffeineconfig: CaffeineConfig 1.1.0+1.17 crowdin-translate: CrowdinTranslate 1.4+1.19.3 starlight: Starlight 1.1.1+fabric.ae22326 Loaded Shaderpack: (off) NEC status: No NEC detected Launched Version: fabric-loader-0.14.17-1.19.3 Backend library: LWJGL version 3.3.1 SNAPSHOT Backend API: NVIDIA GeForce RTX 3060 Laptop GPU/PCIe/SSE2 GL version 3.2.0 NVIDIA 531.29, NVIDIA Corporation Window size: 2560x1334 GL Caps: Using framebuffer using OpenGL 3.2 GL debug messages: Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric' Type: Integrated Server (map_client.txt) Graphics mode: fancy Resource Packs: fabric Current Language: English (US) CPU: 16x AMD Ryzen 7 6800H with Radeon Graphics Server Running: true Player Count: 1 / 8; [class_3222['Overgrown'/164, l='ServerLevel[New World]', x=-19.30, y=68.00, z=72.58]] Data Packs: vanilla, fabric, file/wooly_1.0.zip Enabled Feature Flags: minecraft:vanilla World Generation: Stable

0vergrown commented 1 year ago

---- Minecraft Crash Report ---- // Hi. I'm Minecraft, and I'm a crashaholic.

Time: 2023-03-20 19:29:03 Description: mouseClicked event handler

java.lang.NoSuchMethodError: 'void com.blamejared.controlling.client.NewKeyBindsList.method_49006()' at com.blamejared.controlling.client.NewKeyBindsList$KeyEntry.lambda$new$0(NewKeyBindsList.java:150) at net.minecraft.class_4185.method_25306(class_4185.java:94) at net.minecraft.class_4264.method_25348(class_4264.java:16) at net.minecraft.class_339.method_25402(class_339.java:172) at net.minecraft.class_4069.method_25402(class_4069.java:31) at com.blamejared.controlling.client.NewKeyBindsList$KeyEntry.method_25402(NewKeyBindsList.java:205) at net.minecraft.class_350.method_25402(class_350.java:372) at com.blamejared.controlling.client.NewKeyBindsScreen.method_25402(NewKeyBindsScreen.java:309) at net.minecraft.class_312.method_1611(class_312.java:94) at net.minecraft.class_437.method_25412(class_437.java:492) at net.minecraft.class_312.method_1601(class_312.java:94) at net.minecraft.class_312.method_22686(class_312.java:165) at net.minecraft.class_1255.execute(class_1255.java:102) at net.minecraft.class_312.method_22684(class_312.java:165) at org.lwjgl.glfw.GLFWMouseButtonCallback$Container.invoke(GLFWMouseButtonCallback.java:81) at bre2el.fpsreducer.handler.glfw.InputEventHandler$MouseButtonEventHandler.invoke(InputEventHandler.java:133) at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43) at org.lwjgl.system.JNI.invokeV(Native Method) at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474) at com.mojang.blaze3d.systems.RenderSystem.handler$baa000$fpsreducer$handleWaitEventsTimeout(RenderSystem.java:1476) at com.mojang.blaze3d.systems.RenderSystem.limitDisplayFPS(RenderSystem.java) at net.minecraft.class_310.method_1523(class_310.java:1225) at net.minecraft.class_310.method_1514(class_310.java:781) at net.minecraft.client.main.Main.method_44604(Main.java:244) at net.minecraft.client.main.Main.main(Main.java:51) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:462) 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 com.blamejared.controlling.client.NewKeyBindsList$KeyEntry.lambda$new$0(NewKeyBindsList.java:150) at net.minecraft.class_4185.method_25306(class_4185.java:94) at net.minecraft.class_4264.method_25348(class_4264.java:16) at net.minecraft.class_339.method_25402(class_339.java:172) at net.minecraft.class_4069.method_25402(class_4069.java:31) at com.blamejared.controlling.client.NewKeyBindsList$KeyEntry.method_25402(NewKeyBindsList.java:205) at net.minecraft.class_350.method_25402(class_350.java:372) at com.blamejared.controlling.client.NewKeyBindsScreen.method_25402(NewKeyBindsScreen.java:309) at net.minecraft.class_312.method_1611(class_312.java:94) at net.minecraft.class_437.method_25412(class_437.java:492) at net.minecraft.class_312.method_1601(class_312.java:94) at net.minecraft.class_312.method_22686(class_312.java:165) at net.minecraft.class_1255.execute(class_1255.java:102) at net.minecraft.class_312.method_22684(class_312.java:165) at org.lwjgl.glfw.GLFWMouseButtonCallback$Container.invoke(GLFWMouseButtonCallback.java:81) at bre2el.fpsreducer.handler.glfw.InputEventHandler$MouseButtonEventHandler.invoke(InputEventHandler.java:133) at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43) at org.lwjgl.system.JNI.invokeV(Native Method) at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474) at com.mojang.blaze3d.systems.RenderSystem.handler$baa000$fpsreducer$handleWaitEventsTimeout(RenderSystem.java:1476)

-- Affected screen -- Details: Screen name: com.blamejared.controlling.client.NewKeyBindsScreen Stacktrace: at net.minecraft.class_437.method_25412(class_437.java:492) at net.minecraft.class_312.method_1601(class_312.java:94) at net.minecraft.class_312.method_22686(class_312.java:165) at net.minecraft.class_1255.execute(class_1255.java:102) at net.minecraft.class_312.method_22684(class_312.java:165) at org.lwjgl.glfw.GLFWMouseButtonCallback$Container.invoke(GLFWMouseButtonCallback.java:81) at bre2el.fpsreducer.handler.glfw.InputEventHandler$MouseButtonEventHandler.invoke(InputEventHandler.java:133) at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43) at org.lwjgl.system.JNI.invokeV(Native Method) at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474) at com.mojang.blaze3d.systems.RenderSystem.handler$baa000$fpsreducer$handleWaitEventsTimeout(RenderSystem.java:1476) at com.mojang.blaze3d.systems.RenderSystem.limitDisplayFPS(RenderSystem.java) at net.minecraft.class_310.method_1523(class_310.java:1225) at net.minecraft.class_310.method_1514(class_310.java:781) at net.minecraft.client.main.Main.method_44604(Main.java:244) at net.minecraft.client.main.Main.main(Main.java:51) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:462) 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: 1 total; [class_746['Overgrown'/122, l='ClientLevel', x=-19.30, y=68.00, z=72.58]] Chunk stats: 1024, 617 Level dimension: minecraft:overworld Level spawn location: World: (0,74,32), Section: (at 0,10,0 in 0,4,2; chunk contains blocks 0,-64,32 to 15,319,47), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511) Level time: 509 game time, 509 day time Server brand: fabric Server type: Integrated singleplayer server Stacktrace: at net.minecraft.class_638.method_8538(class_638.java:455) at net.minecraft.class_310.method_1587(class_310.java:2390) at net.minecraft.class_310.method_1514(class_310.java:800) at net.minecraft.client.main.Main.method_44604(Main.java:244) at net.minecraft.client.main.Main.main(Main.java:51) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:462) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

-- Last reload -- Details: Reload number: 1 Reload reason: initial Finished: Yes Packs: vanilla, Fabric Mods

-- System Details -- Details: Minecraft Version: 1.19.3 Minecraft Version ID: 1.19.3 Operating System: Windows 10 (amd64) version 10.0 Java Version: 17.0.3, Microsoft Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft Memory: 969270592 bytes (924 MiB) / 1644167168 bytes (1568 MiB) up to 4294967296 bytes (4096 MiB) CPUs: 16 Processor Vendor: AuthenticAMD Processor Name: AMD Ryzen 7 6800H with Radeon Graphics
Identifier: AuthenticAMD Family 25 Model 68 Stepping 1 Microarchitecture: Zen 3 Frequency (GHz): 3.19 Number of physical packages: 1 Number of physical CPUs: 8 Number of logical CPUs: 16 Graphics card #0 name: AMD Radeon(TM) Graphics Graphics card #0 vendor: Advanced Micro Devices, Inc. (0x1002) Graphics card #0 VRAM (MB): 512.00 Graphics card #0 deviceId: 0x1681 Graphics card #0 versionInfo: DriverVersion=31.0.12024.2005 Graphics card #1 name: NVIDIA GeForce RTX 3060 Laptop GPU Graphics card #1 vendor: NVIDIA (0x10de) Graphics card #1 VRAM (MB): 4095.00 Graphics card #1 deviceId: 0x2520 Graphics card #1 versionInfo: DriverVersion=31.0.15.3129 Memory slot #0 capacity (MB): 8192.00 Memory slot #0 clockSpeed (GHz): 4.80 Memory slot #0 type: Unknown Memory slot #1 capacity (MB): 8192.00 Memory slot #1 clockSpeed (GHz): 4.80 Memory slot #1 type: Unknown Virtual memory max (MB): 24332.81 Virtual memory used (MB): 17988.54 Swap memory total (MB): 8704.00 Swap memory used (MB): 88.55 JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M Fabric Mods: appleskin: AppleSkin 2.4.2+mc1.19.3 cloth-config: Cloth Config v9 9.0.94 cloth-basic-math: cloth-basic-math 0.6.1 clumps: Clumps 9.0.0+16 controlling: Controlling For Fabric 11.0.0.1 entityculling: EntityCulling-Fabric 1.6.1-mc1.19.3 extraorigins: Extra Origins 1.19-4 fabric-api: Fabric API 0.76.0+1.19.3 fabric-api-base: Fabric API Base 0.4.21+70be179c85 fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.20+49abcf7e85 fabric-biome-api-v1: Fabric Biome API (v1) 12.1.2+f1c68e5885 fabric-block-api-v1: Fabric Block API (v1) 1.0.5+e022e5d185 fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.31+928d44d585 fabric-client-tags-api-v1: Fabric Client Tags 1.0.12+1134c5b885 fabric-command-api-v1: Fabric Command API (v1) 1.2.22+f71b366f85 fabric-command-api-v2: Fabric Command API (v2) 2.2.1+3fc4752e85 fabric-commands-v0: Fabric Commands (v0) 0.2.39+df3654b385 fabric-containers-v0: Fabric Containers (v0) 0.1.47+df3654b385 fabric-content-registries-v0: Fabric Content Registries (v0) 3.5.2+1d37d50285 fabric-convention-tags-v1: Fabric Convention Tags 1.3.0+521b5c5285 fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.14+aeb40ebe85 fabric-data-generation-api-v1: Fabric Data Generation API (v1) 11.3.2+40dc7a9485 fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.42+00a2eb1085 fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.7+b83334a085 fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.40+3baeb27a85 fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.45+df3654b385 fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.30+99f9db8085 fabric-item-api-v1: Fabric Item API (v1) 2.1.11+71b8257385 fabric-item-group-api-v1: Fabric Item Group API (v1) 2.1.13+b5470ac785 fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.31+bc01e09785 fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.29+df3654b385 fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.10+23a79c8a85 fabric-loot-api-v2: Fabric Loot API (v2) 1.1.21+75e9821185 fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.25+9e7660c685 fabric-message-api-v1: Fabric Message API (v1) 5.1.0+c85585f885 fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.32+49abcf7e85 fabric-models-v0: Fabric Models (v0) 0.3.27+11ba9c3b85 fabric-networking-api-v1: Fabric Networking API (v1) 1.2.17+4017a8cb85 fabric-networking-v0: Fabric Networking (v0) 0.3.34+df3654b385 fabric-object-builder-api-v1: Fabric Object Builder API (v1) 5.4.2+eb2a3ba985 fabric-particles-v1: Fabric Particles (v1) 1.0.20+f1e4495b85 fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.1+5176f73d85 fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.1.0+f7b4d36485 fabric-renderer-api-v1: Fabric Renderer API (v1) 2.2.2+3a95925a85 fabric-renderer-indigo: Fabric Renderer - Indigo 0.8.0+3a95925a85 fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.31+df3654b385 fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.25+afca2f3e85 fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.18+f1e4495b85 fabric-rendering-v0: Fabric Rendering (v0) 1.1.34+df3654b385 fabric-rendering-v1: Fabric Rendering (v1) 1.13.0+ad17775585 fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.0+e63306e085 fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.0+68296ad585 fabric-screen-api-v1: Fabric Screen API (v1) 1.0.41+f1e4495b85 fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.13+99f9db8085 fabric-sound-api-v1: Fabric Sound API (v1) 1.0.8+75e9821185 fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.15+ccd377ba85 fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 2.3.1+40dc7a9485 fabricloader: Fabric Loader 0.14.17 ferritecore: FerriteCore 5.1.0 fpsreducer: FPS Reducer 1.19.3-2.2 iris: Iris 1.5.2 io_github_douira_glsl-transformer: glsl-transformer 2.0.0-pre9 org_anarres_jcpp: jcpp 1.4.14 org_antlr_antlr4-runtime: antlr4-runtime 4.11.1 java: OpenJDK 64-Bit Server VM 17 jei: Just Enough Items 12.3.0.21 krypton: Krypton 0.2.1 com_velocitypowered_velocity-native: velocity-native 3.1.2-SNAPSHOT lambdynlights: LambDynamicLights 2.2.0+1.19.3 pride: Pride Lib 1.2.0+1.19.3 spruceui: SpruceUI 4.1.0+1.19.3 lazydfu: LazyDFU 0.1.3 lithium: Lithium 0.11.1 memoryleakfix: memory Leak Fix 1.19.3-0.8.0 minecraft: Minecraft 1.19.3 modmenu: Mod Menu 5.0.2 mousetweaks: Mouse Tweaks 2.24 origins: Origins 1.8.1 apoli: Apoli 2.7.1 additionalentityattributes: Additionalentityattributes 1.2.0+1.19.3 calio: Calio 1.8.0 cardinal-components-base: Cardinal Components API (base) 5.0.1 cardinal-components-entity: Cardinal Components API (entities) 5.0.1 playerabilitylib: Pal 1.7.0 reach-entity-attributes: Reach Entity Attributes 2.3.1 origins-classes: Origins: Classes 1.5.0 pehkui: Pehkui 3.7.0+1.14.4-1.19.3 kanos_config: Kanos Config 0.3.1+1.14.4-1.19 phantomsseephantoms: Phantoms See Phantoms 1.0.0 reeses-sodium-options: Reese's Sodium Options 1.4.9+mc1.19.2-build.67 smoothboot: Smooth Boot 1.19-1.7.1 sodium: Sodium 0.4.9+build.23 sodium-extra: Sodium Extra 0.4.18+mc1.19.3-build.99 caffeineconfig: CaffeineConfig 1.1.0+1.17 crowdin-translate: CrowdinTranslate 1.4+1.19.3 starlight: Starlight 1.1.1+fabric.ae22326 Loaded Shaderpack: (off) NEC status: No NEC detected Launched Version: fabric-loader-0.14.17-1.19.3 Backend library: LWJGL version 3.3.1 SNAPSHOT Backend API: NVIDIA GeForce RTX 3060 Laptop GPU/PCIe/SSE2 GL version 3.2.0 NVIDIA 531.29, NVIDIA Corporation Window size: 2560x1334 GL Caps: Using framebuffer using OpenGL 3.2 GL debug messages: Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric' Type: Integrated Server (map_client.txt) Graphics mode: fancy Resource Packs: fabric Current Language: English (US) CPU: 16x AMD Ryzen 7 6800H with Radeon Graphics Server Running: true Player Count: 1 / 8; [class_3222['Overgrown'/122, l='ServerLevel[New World]', x=-19.30, y=68.00, z=72.58]] Data Packs: vanilla, fabric, file/wooly_1.0.zip Enabled Feature Flags: minecraft:vanilla World Generation: Stable

jaredlll08 commented 1 year ago

You're using the 1.19.4 version on 1.19.3.

QuentiumYT commented 1 year ago

You're using the 1.19.4 version on 1.19.3.

Hello, yeah I'm having the same issue, I kept it up to date but seems like it was tagged 1.19.3 on curseforge. Is it possible to make it 1.19.4 only to prevent this crash?

jaredlll08 commented 1 year ago

All the files that are 1.19.4 only are marked as such, there is no overlap between 1.19.3 and 1.19.4 versions here: https://www.curseforge.com/minecraft/mc-mods/controlling/files/all?filter-status=1&filter-game-version=2020709689%3A9550 https://www.curseforge.com/minecraft/mc-mods/controlling/files/all?filter-status=1&filter-game-version=2020709689%3A9776

QuentiumYT commented 1 year ago

Oh well looks right, have no idea why it shows this on GDLauncher (probably others having the same issue) image

jaredlll08 commented 1 year ago

Potentially cache issue, it was marked as 1.19.3 due to a bug, but I manually updated the old versions and pushed a new version that will never mark it as 1.19.3.

QuentiumYT commented 1 year ago

Alright great, GD will probably update the cache any time soon, thanks for your replies and for this awesome mod!

dragoneyeeon commented 1 year ago

Just a heads up this is still an issue on curseforge, that being the 1.19.4 version of the mod is being flagged as an update for the 1.19.3 version.

jaredlll08 commented 1 year ago

It isn't listed as such on the website, please screenshot what you are seeing

0vergrown commented 1 year ago

It isn't listed as such on the website, please screenshot what you are seeing

It's fixed. I used curseforge to install the mod pack together and for some reason it chose 1.19.4 and not 1.19.3 which shouldn't even be possible. But it's fixed, I didn't noticed the game version it was using originally my bad

dragoneyeeon commented 1 year ago

It isn't listed as such on the website, please screenshot what you are seeing

I was just attempting to inform you the curseforge app is still telling people to update to a bad version, seeing as it had been two weeks since the cache was hopefully clearing soon. I can see on the actual website it is marked properly. image

whatamaniac commented 1 year ago

Hello i'm facing the same crash on Fabric 1.19.2. When clicking on "Keybinds" button in controls the game crashes. Any solution? I'm using the latest version of Controlling on 1.19.2

jaredlll08 commented 1 year ago

Make a new issue, include the latest.log file please

whatamaniac commented 1 year ago

@jaredlll08 I've found out what's causing the crash.. and it's not from Controlling Mod. The crash still occurs after removing Controlling. It's a Crash from Carry On Mod... Which makes it incompatible with Controlling. I've reported the issue to the Carry On dev. Sorry for wasting your time here.