
Game lagged then crashed soon after, "NoSuchMethodError: func_151468_f()Z"
dudeawsomeness1 opened this issue ยท 7 comments
Minecraft Version
1.14.4
Forge Version & World-Stripper
forge-1.14.4-28.2.0_mapped_snapshot_20190719-1.14.3-recomp & 1.7.2-1.14.4
Expected behavior
No crashing and no lag
Actual Behavior
Soon after loading into a world the game lagged then crashed
Link to Crashlog or Forgelog [If Applicable]
Steps to reproduce [If Applicable]
Seems to happen when exiting furnace GUI maybe
Something might have changed in Forge that causes my key input handler to crash the client.
Imma look into it.
Are you on a server?
Uhm not sure actually I ran into this while testing a simple mod I'm developing with gradle runClient, so maybe that's affecting it? I don't think my mod would affect it, would it? I mean I was smelting a custom ore in the furnace and I pulled a custom ingot out before leaving the GUI but I don't see how it would make any difference but I'm not a pro modder lol.
Hmm, I am actually not sure. I was not able to reproduce the bug. I am using this mod in my dev enviroments all the time and never had anything like this happen either.
I am experiencing the same crash in a dev env on 1.15.2
This is the crash report: https://pastebin.com/nx3Yf1NT
Maybe it's a client-only method that is being called on both sides?
just putting down some thoughts (since it's related to keybindings)