Crash on start up with Dash
alad-1024 opened this issue ยท 0 comments
java.lang.RuntimeException: Attempted to register two key bindings with equal ID: key.dtdash.dash!
at Not Enough Crashes deobfuscated stack trace.(1.19+build.4)
at net.fabricmc.fabric.impl.client.keybinding.KeyBindingRegistryImpl.registerKeyBinding(KeyBindingRegistryImpl.java:62)
at net.fabricmc.fabric.api.client.keybinding.v1.KeyBindingHelper.registerKeyBinding(KeyBindingHelper.java:46)
at valoeghese.dash.client.DashClient.onOptionsLoad(DashClient.java:58)
at net.minecraft.client.option.GameOptions.handler$eoc000$onLoadComplete(GameOptions:1638)
at net.minecraft.client.option.GameOptions.load(GameOptions)
at net.minecraft.client.option.GameOptions.handler$zkd004$init(GameOptions:3153)
at net.minecraft.client.option.GameOptions.(GameOptions:1085)
at net.minecraft.client.MinecraftClient.(MinecraftClient:461)
at net.minecraft.client.main.Main.method_44604(Main:205)
at net.minecraft.client.main.Main.main(Main:51)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
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 net.fabricmc.fabric.impl.client.keybinding.KeyBindingRegistryImpl.registerKeyBinding(KeyBindingRegistryImpl.java:62)
at net.fabricmc.fabric.api.client.keybinding.v1.KeyBindingHelper.registerKeyBinding(KeyBindingHelper.java:46)
at valoeghese.dash.client.DashClient.onOptionsLoad(DashClient.java:58)
at net.minecraft.class_315.handler$eoc000$onLoadComplete(class_315.java:1638)
at net.minecraft.class_315.method_1636(class_315.java)
at net.minecraft.class_315.handler$zkd004$init(class_315.java:3153)
at net.minecraft.class_315.(class_315.java:1085)
at net.minecraft.class_310.(class_310.java:461)
The mod: https://github.com/valoeghese/Dash