i need help with the new guiscreen event in earlier version was fine but in 1.9.4 is crashing in minecraft client but not in eclipse or using gradlew runclient
[FML/]: Exception caught during firing event net.minecraftforge.client.event.GuiScreenEvent$InitGuiEvent$Post@74ac4815:
java.lang.NoSuchFieldError: height
at com.rakion99.usernamemod.GuiEvent.guiEvent(GuiEvent.java:14) ~[GuiEvent.class:?]
fml-client-latest.log
http://pastebin.com/R71323nN
GuiEvent.Class and the others class
https://github.com/rakion99/MinecraftUserNameChanger/blob/forge/src/main/java/com/rakion99/usernamemod/GuiEvent.java
any idea what is happening?