Done I Broke my Improved Sorting Chests and lost a bunch of stuff.

Discussion in 'Horizons Daybreaker' started by SaB0TaG317, Jul 1, 2015.

?

Has stuff ever disappeared on you while moving stuff in and out of sorting chests?

  1. Yes

    2 vote(s)
    33.3%
  2. No

    0 vote(s)
    0.0%
  3. I am a sorting chest, thanks for all your stuff!

    4 vote(s)
    66.7%
  1. SaB0TaG317

    SaB0TaG317 New Member

    Messages:
    2
    Likes Received:
    0
    Local Time:
    4:24 PM
    Hi there,

    I was playing around with sorting chests from the Enhanced Inventories mod and was moving stuff in and out of chests by shift-clicking madly to get the items to sort. I was also hitting the sort button on the chest itself to try and get items to move around/sort.

    It worked, but then I noticed that a bunch of my stuff disappeared. Right after I set a food and foodstuffs filter on a chest and started moving food and other items in and out of the chests I got an error message in-game like 5 times.

    The message was: "Failed to sort container: null (l176 in HandlerSorting..java)"

    The output log contained this like 10x over a minute or two while I was trying to sort stuff:
    Code:
    [09:28:02] [Client thread/INFO] [inventorytweaks]: Applying rules.
    [09:28:02] [Client thread/INFO] [inventorytweaks]: Rule : bluepower:teslatite_dust-0(1096000)
    [09:28:02] [Client thread/INFO] [inventorytweaks]: Rule : redstone(1102642)
    [09:28:02] [Client thread/INFO] [inventorytweaks]: Rule : essentialcraft:genItem-51(1095949)
    [09:28:02] [Client thread/INFO] [inventorytweaks]: Rule : ironsword(2104000)
    [09:28:02] [Client thread/INFO] [inventorytweaks]: Rule : silverdustdict(2102663)
    [09:28:02] [Client thread/INFO] [inventorytweaks]: Rule : leaddustdict(2102662)
    [09:28:02] [Client thread/INFO] [inventorytweaks]: Rule : tindustdict(2102658)
    [09:28:02] [Client thread/INFO] [inventorytweaks]: Rule : silverdict(2102652)
    [09:28:02] [Client thread/INFO] [inventorytweaks]: Rule : leaddict(2102651)
    [09:28:02] [Client thread/INFO] [inventorytweaks]: Rule : tindict(2102646)
    [09:28:02] [Client thread/INFO] [inventorytweaks]: Rule : tindict(2102646)
    [09:28:02] [Client thread/INFO] [inventorytweaks]: Rule : tindict(2102646)
    [09:28:02] [Client thread/INFO] [inventorytweaks]: Rule : copperdict(2102645)
    [09:28:02] [Client thread/INFO] [inventorytweaks]: Rule : copperdict(2102645)
    [09:28:02] [Client thread/INFO] [inventorytweaks]: Rule : Mekanism:Sawdust-0(2096000)
    [09:28:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.NullPointerException
    [09:28:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]:	 at invtweaks.InvTweaksHandlerSorting.sortWithRules(InvTweaksHandlerSorting.java:176)
    [09:28:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]:	 at invtweaks.InvTweaksHandlerSorting.sort(InvTweaksHandlerSorting.java:129)
    [09:28:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]:	 at invtweaks.InvTweaksGuiSortingButton.func_146116_c(InvTweaksGuiSortingButton.java:60)
    [09:28:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]:	 at net.minecraft.client.gui.GuiScreen.func_73864_a(GuiScreen.java:218)
    [09:28:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]:	 at net.minecraft.client.gui.inventory.GuiContainer.func_73864_a(GuiContainer.java:326)
    [09:28:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]:	 at yuuto.enhancedinventories.client.GuiContainerDynamic.func_73864_a(GuiContainerDynamic.java:152)
    [09:28:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]:	 at net.minecraft.client.gui.GuiScreen.func_146274_d(GuiScreen.java:296)
    [09:28:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]:	 at net.minecraft.client.gui.inventory.GuiContainer.func_146274_d(GuiContainer.java)
    [09:28:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]:	 at yuuto.enhancedinventories.client.GuiContainerDynamic.func_146274_d(GuiContainerDynamic.java:219)
    [09:28:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]:	 at net.minecraft.client.gui.GuiScreen.func_146269_k(GuiScreen.java:268)
    [09:28:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]:	 at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1629)
    [09:28:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]:	 at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:962)
    [09:28:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]:	 at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
    [09:28:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]:	 at net.minecraft.client.main.Main.main(SourceFile:148)
    [09:28:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]:	 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [09:28:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]:	 at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    [09:28:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]:	 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    [09:28:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]:	 at java.lang.reflect.Method.invoke(Unknown Source)
    [09:28:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]:	 at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    [09:28:02] [Client thread/INFO] [STDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]:	 at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    [09:28:02] [Client thread/INFO] [TabbyChat]: [CHAT] InvTweaks: [ERROR] [3] Failed to sort container: null (l176 in HandlerSorting.java) 

    Wow, even the error messages are mocking me by resolving into sticking out their tongues at me.
    ----------------------------
    I went to eat something, then I noticed that the chests ate everything edible like my steaks, chicken, etc... , including stuff like spider eyes, but not rotten flesh. It also ate all my refined alloys and who knows what else.

    If I learned anything from this, it's that even chests know not to eat rotten flesh.

    Has anyone had similar issues?
     
    Last edited by a moderator: Jul 1, 2015
  2. MrWisski

    MrWisski Well-Known Member

    Messages:
    1,110
    Likes Received:
    522
    Local Time:
    4:24 PM
    InvTweaks is a terrible, no good, very bad mod, and you should disable it and all its features, and never use it again.

    Seriously though, my first task on logging in to a new modpack, is removing View Bobbing.
    My second task is disabling invtweaks, and getting my R key back.
     
    BookerTheGeek likes this.
  3. SaB0TaG317

    SaB0TaG317 New Member

    Messages:
    2
    Likes Received:
    0
    Local Time:
    4:24 PM
    Can someone list some possible alternatives to chest/inventory management for this server? Preferably ones that won't eat your stuff?

    Thx.
     
  4. BookerTheGeek

    BookerTheGeek Well-Known Member

    Messages:
    3,257
    Likes Received:
    1,097
    Local Time:
    3:24 PM
    Yes,...
    Otherwise, no.
     

Share This Page