feldim2425 / MoreOverlays

MC Mod : Brings back some of the NEI Overlays ( Mob Spawns, Chunk Bounds, Item Search)
MIT License
22 stars 18 forks source link

Coords Incompatibility with latest forge #5

Closed jriwanek closed 8 years ago

jriwanek commented 8 years ago

[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

feldim2425 commented 8 years ago

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)

jriwanek commented 8 years ago

Yes, I do have other mods installed. I'll have to prod deeper, but I'll let you know.

feldim2425 commented 8 years ago

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.

jriwanek commented 8 years ago

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?

feldim2425 commented 8 years ago

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

feldim2425 commented 8 years ago

Does this work? https://www.dropbox.com/s/o4qjrd88bsx3s42/moreoverlays-1.0.2.jar?dl=0

jriwanek commented 8 years ago

Same errors

Modlist as requested: http://pastebin.com/QgtTyWQ4

feldim2425 commented 8 years ago

ok. I will look into it.

jriwanek commented 8 years ago

Thanks muchly.

feldim2425 commented 8 years ago

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.

feldim2425 commented 8 years ago

Found the Issue. It was no other mod. It was my fault. Just say: obfuscation I hate it :D