Adrenix/Nostalgic-Tweaks

[FABRIC] Crash on startup in IDE

Closed this issue · 1 comments

Version Information

Please fill out the following information. Replace each x with a number:

Minecraft Version: 1.20.1
Fabric Loader Version: 0.15.2
Fabric API Version: 0.91.0+1.20.1
Nostalgic Tweaks Version:1.20.1+fabric+2.0.0-beta-8.4.1

Describe the Bug

A clear and concise description of what the bug is (e.g., startup crash, runtime crash, or something not working as intended).

The client loads all resources and then crashes without the window popping up

Crash Report

If applicable, please include a link to a complete crash report. You can use Gist (https://gist.github.com) to create this link. These reports can be found in .minecraft/crash-reports.

Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.client.gui.widget.ClickableWidget failed
Caused by: java.lang.RuntimeException: Ambiguous Mixin: method lookup method_25365 (Z)V is not unique
Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinPreProcessorException: Attach error for mixin.nostalgic_tweaks-common-widen.json:AbstractWidgetAccessor from mod nostalgic_tweaks during activity: [Attach method -> NT$setFocus(Z)V]
Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered

(https://gist.github.com/PlanetNINE-Dev/223a49a99827d22fef25183a1a7885af)

Bug Context

If applicable, add some context to the bug. If a crash occurred while you were in-game, what happened before the crash? For example, "I fell from a high place and before the hurt sound could play the game crashed."

N/a

Screenshots

If applicable, add screenshots to help explain your problem.

I'm not sure what would cause that. I don't support issues that are caused by running the mod in an IDE since there are a lot of nuances to building a mod from source.