yeah happened on infinity for the longest time its trying to open a furnace but instead opens a chest gui
but he's crashing on login... so he's not opening a container GUI but it's trying to open a container GUI, i don't know why that is happening
yeah happened to me on infinity when in the end as soon as I loged In I crased then when I reloged I was fine I think it was 2.1.1
yes, but as it says, at mods.natura.gui.FurnaceGui.func_146976_a(FurnaceGui.java:51) at net.minecraft.client.gui.inventory.GuiContainer.func_73863_a(GuiContainer.java:78) This should only happen when a GUI is being opened, no GUI for ANY inventory is being opened, so why is it happening?
... You do know what the difference in Gui <->container is, right? GUI = the pretty picture that is shown client-side Container = keeps check on any and all changes of any slots, in the GUI. You can't have a chest gui, furnace gui, item-node gui, redstone-furnace gui..... without having a container that tells the server what is happening in the gui. GUI & Container go hand-in-hand. <CodeTalk> If a Gui extends GuiContainer, it HAS to have this little code in it Code: public GUIRandomGui() { super(new ContainerRandomGui()); } ^--- This calls a container for the Gui that is active. And the crashing is likely caused by something IN the container, on Natura's side. </CodeTalk>
yes, i do, the Gooeys are graphical interfaces, but, it's apparently loading the FURNACE gui, from what I understand ( i don't understand crash-reports too well) of which it shouldn't, unless it's crashing because it's loading an item from the furnace, in which case an easy solution is... don't use natura furnaces?
Any updates? Still can't login. any temp solutions possible such as character position reset? Wasn't near my base at the time of this issue so wouldn't effect me if i was able to run from spawn back.
Already used MyM Launcher tried force update and full reinstall no luck. For reference this issue only effect MyM Launcher. Both FTB and Curse work fine. I'm currently using Curse launcher now since no issues.