Done Crash on login

Dieses Thema im Forum "Civilization" wurde erstellt von XLR8MooP, 22. Januar 2016.

  1. XLR8MooP

    XLR8MooP Well-Known Member

    Beiträge:
    4
    Zustimmungen:
    0
    Ortszeit:
    15:13
  2. tyler489

    tyler489 Well-Known Member

    Beiträge:
    1.873
    Zustimmungen:
    202
    Ortszeit:
    00:13
    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

    Beiträge:
    5.861
    Zustimmungen:
    730
    Ortszeit:
    01:13
    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

    Beiträge:
    1.873
    Zustimmungen:
    202
    Ortszeit:
    00:13
    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

    Beiträge:
    5.861
    Zustimmungen:
    730
    Ortszeit:
    01:13
    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

    Beiträge:
    1.873
    Zustimmungen:
    202
    Ortszeit:
    00:13
    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

    Beiträge:
    5.861
    Zustimmungen:
    730
    Ortszeit:
    01:13
    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

    Beiträge:
    1.873
    Zustimmungen:
    202
    Ortszeit:
    00:13
    reported to natura dev awaiting response.
     
  9. Matryoshika

    Matryoshika Well-Known Member

    Beiträge:
    1.193
    Zustimmungen:
    606
    Ortszeit:
    07:13
    ...
    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 gefällt das.
  10. chugga_fan

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

    Beiträge:
    5.861
    Zustimmungen:
    730
    Ortszeit:
    01:13
    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

    Beiträge:
    4
    Zustimmungen:
    0
    Ortszeit:
    15:13
    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 Well-Known Member

    Beiträge:
    3.257
    Zustimmungen:
    1.097
    Ortszeit:
    00:13
    Please try the following:
    • Use the MyM Launcher
    • Force update the pack.
     
  13. XLR8MooP

    XLR8MooP Well-Known Member

    Beiträge:
    4
    Zustimmungen:
    0
    Ortszeit:
    15:13
    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.
     

Diese Seite empfehlen