EwyBoy / World-Stripper

Strips away blocks to reveal the underground world gen. A must have tool for all map-makers, pack-makers or developers.
https://www.curseforge.com/minecraft/mc-mods/world-stripper
MIT License
13 stars 3 forks source link

Game lagged then crashed soon after, "NoSuchMethodError: func_151468_f()Z" #12

Closed dudeawsomeness1 closed 3 years ago

dudeawsomeness1 commented 4 years ago
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]

https://pastebin.com/6greRyfH

Steps to reproduce [If Applicable]

Seems to happen when exiting furnace GUI maybe

EwyBoy commented 4 years ago

Something might have changed in Forge that causes my key input handler to crash the client. Imma look into it.

EwyBoy commented 4 years ago

Are you on a server?

dudeawsomeness1 commented 4 years ago

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.

EwyBoy commented 4 years ago

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.

Davoleo commented 4 years ago

I am experiencing the same crash in a dev env on 1.15.2 This is the crash report: https://pastebin.com/nx3Yf1NT

Davoleo commented 4 years ago

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)

dudeawsomeness1 commented 4 years ago

I think there is something weird with how the developer environment works, I think it will crash the game in a similar manner with other mods too, so perhaps it is not the mod, maybe it is a specific forge thing.