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

Crash on start up with Dash #160

Open
ghost opened this issue Aug 16, 2022 · 0 comments
Open

Crash on start up with Dash #160

ghost opened this issue Aug 16, 2022 · 0 comments

Comments

@ghost
Copy link

ghost commented Aug 16, 2022

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

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

No branches or pull requests

0 participants