Done Crash on login

Discussion in 'Civilization' started by XLR8MooP, Jan 22, 2016.

  1. XLR8MooP

    XLR8MooP Well-Known Member

    Messages:
    4
    Likes Received:
    0
    Local Time:
    8:39 PM
  2. tyler489

    tyler489 Well-Known Member

    Messages:
    1,873
    Likes Received:
    202
    Local Time:
    3:39 AM
    known issues with natura furnaces you should be able to login after crashing once or twice
     
  3. chugga_fan

    chugga_fan ME 4M storage cell of knowledge, all the time

    Messages:
    5,861
    Likes Received:
    730
    Local Time:
    4:39 AM
    That crash is weird, it's opening a container GUI but you're not opening a container gui..... o_O
     
  4. tyler489

    tyler489 Well-Known Member

    Messages:
    1,873
    Likes Received:
    202
    Local Time:
    3:39 AM
    yeah happened on infinity for the longest time its trying to open a furnace but instead opens a chest gui
     
  5. chugga_fan

    chugga_fan ME 4M storage cell of knowledge, all the time

    Messages:
    5,861
    Likes Received:
    730
    Local Time:
    4:39 AM
    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
     
  6. tyler489

    tyler489 Well-Known Member

    Messages:
    1,873
    Likes Received:
    202
    Local Time:
    3:39 AM
    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
     
  7. chugga_fan

    chugga_fan ME 4M storage cell of knowledge, all the time

    Messages:
    5,861
    Likes Received:
    730
    Local Time:
    4:39 AM
    yes, but as it says,
    1. at mods.natura.gui.FurnaceGui.func_146976_a(FurnaceGui.java:51)
    2. 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?
     
  8. tyler489

    tyler489 Well-Known Member

    Messages:
    1,873
    Likes Received:
    202
    Local Time:
    3:39 AM
    reported to natura dev awaiting response.
     
  9. Matryoshika

    Matryoshika Well-Known Member

    Messages:
    1,193
    Likes Received:
    606
    Local Time:
    10:39 AM
    ...
    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>
     
    BookerTheGeek likes this.
  10. chugga_fan

    chugga_fan ME 4M storage cell of knowledge, all the time

    Messages:
    5,861
    Likes Received:
    730
    Local Time:
    4:39 AM
    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?
     
  11. XLR8MooP

    XLR8MooP Well-Known Member

    Messages:
    4
    Likes Received:
    0
    Local Time:
    8:39 PM
    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.
     
  12. BookerTheGeek

    BookerTheGeek Patron Tier 3

    Messages:
    3,257
    Likes Received:
    1,097
    Local Time:
    3:39 AM
    Please try the following:
    • Use the MyM Launcher
    • Force update the pack.
     
  13. XLR8MooP

    XLR8MooP Well-Known Member

    Messages:
    4
    Likes Received:
    0
    Local Time:
    8:39 PM
    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.
     

Share This Page