NotEnoughKeys

NotEnoughKeys

3M Downloads

NEK crash with Tinkers Construct when pressing G key even if it has NOTHING bound to it

Runburner opened this issue ยท 0 comments

commented

I am running 1.7.10 Direwolf with my own slew of extra mods added and I was doing a update of about all the mods to about the best release I could find for 1.7.10 and after rolling TConstruct to 1.7.10-1.8.8 it would crashed anytime we pressed G and cause this error code.

java.lang.NoSuchFieldError: isKeyBindingPressed
at tconstruct.client.ArmorControls.keyEventSpecial(ArmorControls.java:101)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_533_ArmorControls_keyEventSpecial_KeyBindingPressedEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at modwarriors.notenoughkeys.keys.KeyEvents.refreshBindings(KeyEvents.java:73)
at modwarriors.notenoughkeys.keys.KeyEvents.onKeyEvent(KeyEvents.java:44)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_694_KeyEvents_onKeyEvent_KeyInputEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:140)
at cpw.mods.fml.common.FMLCommonHandler.fireKeyInput(FMLCommonHandler.java:540)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1873)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

I've already tried getting help from the TConstruct authors but they don't support their older versions and said it was an issue with your mod and I needed to update it. I can only find NEK 1.7.10-3.0.0b45 which is what we already have. Anything else appears to be 1.8 and beyond.