Open occasional crash in AE2 item lookup

Kalmon

New Member
Jul 29, 2019
8
0
0
Summary of the problem occasional crash in AE2 item lookup

Pack Version 1.0.0

What is the bug? [17:47:23] [Client thread/ERROR] [FML]: Exception caught during firing event net.minecraftforge.client.event.GuiScreenEvent$KeyboardInputEvent$Post@4e6449fb:
java.lang.NullPointerException
at vazkii.quark.management.feature.LinkItems.keyboardEvent(LinkItems.java:41) ~[LinkItems.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_122_LinkItems_keyboardEvent_Post.invoke(.dynamic) ~[?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185) [EventBus.class:?]
at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:528) [bft.class:?]
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1700) [bcx.class:?]
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1055) [bcx.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371) [bcx.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_111]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_111]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_111]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
[17:47:23] [Client thread/ERROR] [FML]: Index: 2 Listeners:
[17:47:23] [Client thread/ERROR] [FML]: 0: NORMAL
[17:47:23] [Client thread/ERROR] [FML]: 1: ASM: vazkii.quark.management.feature.FToSwitchItems@2fe7af6d keyboardEvent(Lnet/minecraftforge/client/event/GuiScreenEvent$KeyboardInputEvent$Post;)V
[17:47:23] [Client thread/ERROR] [FML]: 2: ASM: vazkii.quark.management.feature.LinkItems@3d89dc06 keyboardEvent(Lnet/minecraftforge/client/event/GuiScreenEvent$KeyboardInputEvent$Post;)V

Mod & Version Looks like something from Quark, happens when looking up items in AE crafting terminal panel

Link to log file

Is it repeatable? no, sorry :(

Known Fix
 

Kalmon

New Member
Jul 29, 2019
8
0
0
This stopped happening once updated to 1.1.4 (currently recommended) version of the pack. I think it has something to do with "r" and "u" JEI integration and typing in the AE2 panel. In the old versions, 1.7 and 1.6.4, "r" was disabled while typing in the AE window. I'm guessing that was because it used NEI. What happens is that now when you right click the terminal your mouse is mid screen and you start typing lets say "furnace" or "power" or "redstone". What happens is the mouse pointer is centered now over an item in the terminal window and the second the "u" or "r" in those words is pressed JEI opens up the Usage or Recipe window for whatever random items happens to be under the cursor.