
When pressed two key at the same time, I got this error
yuiwong opened this issue ยท 5 comments
For example when navigating movement, press "w" and "d" at the same time.
Environment: Direwolf20 1.0.2
Frequency: Always
Log:
java.lang.NoSuchFieldException: pressed
at java.lang.Class.getDeclaredField(Unknown Source)
at modwarriors.notenoughkeys.keys.Keybinds.setKeyPressed(Keybinds.java:111)
at modwarriors.notenoughkeys.keys.Keybinds.onKeyEvent(Keybinds.java:72)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_380_Keybinds_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:138)
at cpw.mods.fml.common.FMLCommonHandler.fireKeyInput(FMLCommonHandler.java:540)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1862)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:962)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
i've tested a little more.
any two keys pressed at the same time will get this error.
please have a look at it. :)
This has been fixed by version b29. See: #20 .
The next version of the DW20 pack will have the updated version of NEK
I'm using the version that direwolf20 modpack 1.0.2 came with.
It's b12,I think.
So this is fixed?