Client crash to server select screen when changing profile with hotkey
AryuSyrius opened this issue ยท 9 comments
Upon pressing "R" key to change profile, the client crashes to server select screen.
Core Version = 1.0.0.11
Draconic Evo version = 1.7.10-1.0.2-RC2
I don't have a crash log. Here is my FML-Client paste. Maybe crash is not the right work,. but I am kicked from the server back to the server select screen,
If you are on a server then we would need the server log as it would have the reason you were kicked typically, but will look at your client log
Edit: So reviewed the log, there is nothing in there about you disconnecting so will need a log. Basically we need to know that DE was the cause not another mod conflicting with key presses.
Ok, you want to look at the bottom of this log. It's the last thing I did was duplicate the issue. Line 9559 and down.
Console : [11:11:33] [Server thread/ERROR] [FML]: SimpleChannelHandlerWrapper exception
Console : java.lang.NoSuchMethodError: net.minecraft.entity.player.EntityPlayerMP.func_71011_bu()Lnet/minecraft/item/ItemStack;
Console : at com.brandon3055.draconicevolution.common.network.ButtonPacket$Handler.onMessage(ButtonPacket.java:129) ~[ButtonPacket$Handler.class:?]
Console : at com.brandon3055.draconicevolution.common.network.ButtonPacket$Handler.onMessage(ButtonPacket.java:53) ~[ButtonPacket$Handler.class:?]
Console : at cpw.mods.fml.common.network.simpleimpl.SimpleChannelHandlerWrapper.channelRead0(SimpleChannelHandlerWrapper.java:37) ~[SimpleChannelHandlerWrapper.class:?]
Console : at cpw.mods.fml.common.network.simpleimpl.SimpleChannelHandlerWrapper.channelRead0(SimpleChannelHandlerWrapper.java:17) ~[SimpleChannelHandlerWrapper.class:?]
Looks like a forge server (no kcauldron)
This is a server that I built and maintain. This issue started happening immediately after I updated to the latest release of DE. I didn't change anything else and profiles were working just fine before the update. So what do I need to do to get this to work again?
This is why I tagged brandon above, so he can look at the code to see what is happening