Coords Incompatibility with latest forge
jriwanek opened this issue ยท 11 comments
[16:24:06] [Client thread/ERROR] [MoreOverlays/]: Something went wrong. Tried to load gui coords with java reflection. Gui class: net.minecraft.client.gui.inventory.GuiInventory
I can't reproduce the issue. Do you have you other mods installed?
I know where this problem is but I don't know what messed up the Gui Init.
I tied it on Forge: 1.9 - 12.16.0.1863
EDIT: The only thing I can think of that might mess up something is another mod. (But I'm not sure)
You can try this dev Version: https://www.dropbox.com/s/mmnwzr5ml93u07k/moreoverlays-1.0.1-dev-mc1.9.jar?dl=0
Please tell me if this fixed the bug.
No noticable change:
[14:01:10] [Client thread/ERROR] [MoreOverlays/]: Something went wrong. Tried to load gui coords with java reflection. Gui class: net.minecraft.client.gui.inventory.GuiInventory
[14:01:21] [Client thread/ERROR] [MoreOverlays/]: Something went wrong. Tried to load gui coords with java reflection. Gui class: net.minecraft.client.gui.inventory.GuiCrafting
[14:01:23] [Client thread/ERROR] [MoreOverlays/]: Something went wrong. Tried to load gui coords with java reflection. Gui class: slimeknights.tconstruct.tools.client.GuiCraftingStation
[14:01:23] [Client thread/ERROR] [MoreOverlays/]: Something went wrong. Tried to load gui coords with java reflection. Gui class: slimeknights.tconstruct.tools.client.module.GuiTinkerTabs
[14:01:26] [Client thread/ERROR] [MoreOverlays/]: Something went wrong. Tried to load gui coords with java reflection. Gui class: net.minecraft.client.gui.inventory.GuiFurnace
[14:01:29] [Client thread/ERROR] [MoreOverlays/]: Something went wrong. Tried to load gui coords with java reflection. Gui class: net.minecraft.client.gui.inventory.GuiChest
[14:01:30] [Client thread/ERROR] [MoreOverlays/]: Something went wrong. Tried to load gui coords with java reflection. Gui class: exter.fodc.gui.GuiOreConverter
[14:01:34] [Client thread/ERROR] [MoreOverlays/]: Something went wrong. Tried to load gui coords with java reflection. Gui class: cyano.poweradvantage.api.simple.SimpleMachineGUI$GUIContainer
[14:01:36] [Client thread/ERROR] [MoreOverlays/]: Something went wrong. Tried to load gui coords with java reflection. Gui class: cyano.poweradvantage.api.simple.SimpleMachineGUI$GUIContainer
[14:01:39] [Client thread/ERROR] [MoreOverlays/]: Something went wrong. Tried to load gui coords with java reflection. Gui class: cyano.poweradvantage.api.simple.SimpleMachineGUI$GUIContainer
(The new classes listed were giving the error before, I just noticed them in my prior log file)
Do you want the full log to work with?
I don't think the log contains more info, but a modlist might help. I think there is one mod that changes the gui coord initialization . Because it works if I only have MoreOverlays & JEI installed
Same errors
Modlist as requested:
http://pastebin.com/QgtTyWQ4
Yes, I do have other mods installed. I'll have to prod deeper, but I'll let you know.
This version should not fix the bug but it should give more information. Please try it and post a link to the log. https://www.dropbox.com/s/2xw1gmtcp53ml9n/moreoverlays-1.0.3-dev-mc1.9.jar?dl=0
EDIT: Still try to reproduce the bug.