• 0

    posted a message on Backpacks! (by Brad16840)
    Hey! Awesome mod. I tried it with balanced exchange and its very nice.

    However,I tried adding it with some other mods after that and got a crash when starting a new world. I've inserted what I think is helpful from the crash log,most notably the "dynamic recipes.sortRecipes" Bit.


    java.lang.IllegalArgumentException: Comparison method violates its general contract!
    at java.util.TimSort.mergeHi(Unknown Source)
    at java.util.TimSort.mergeAt(Unknown Source)
    at java.util.TimSort.mergeCollapse(Unknown Source)
    at java.util.TimSort.sort(Unknown Source)
    at java.util.TimSort.sort(Unknown Source)
    at java.util.Arrays.sort(Unknown Source)
    at java.util.Collections.sort(Unknown Source)
    at brad16840.common.DynamicRecipes.sortRecipes(DynamicRecipes.java:328)
    at brad16840.common.Common.loadEvent(Common.java:274)
    at net.minecraftforge.event.ASMEventHandler_468_Common_loadEvent_Load.invoke(.dynamic)
    at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:39)
    at net.minecraftforge.event.EventBus.post(EventBus.java:108)
    at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:85)
    at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:107)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:445)
    at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)



    Any help would be appreciated,And thanks in advance. I can produce a modlist and/or the full error log if needed.

    The set of mods I was running works fine without the balanced exchange/backpack mods added,and in the same token,your mods work fine without the others..There seems to be a conflict somewhere.
    Posted in: Minecraft Mods
  • 0

    posted a message on AetherCraft 1.4.5 - Aetheral Alchemy! Turn matter into any other kind of matter!
    Yeah,That last tweak seems to have fixed everything,Thanks!

    On a side note,Would it be possible to add something in the configs in a later update to change the multiplier between infused versions and non infused? for example,if we wanted infused versions of the manipulator to have 2 times the storage instead of 4?
    Posted in: Minecraft Mods
  • 0

    posted a message on AetherCraft 1.4.5 - Aetheral Alchemy! Turn matter into any other kind of matter!
    Quote from iconmaster

    Apparently, this error can be caused in part by a version error. I certainly hope you are all using Minecraft 1.6.4 for AetherCraft. If you are, in fact, using 1.6.4, then it is probably something to do with Forge packet handling going all loopy. Maybe try a older build of Forge? This bug isn't traceable to any code.


    I found out that both of my earlier problems were due to an conflict with another mod,I've taken my mods out and added them back one by one and that gets rid of the packet error. Now I have another,minor problem:

    I crash with java.lang.NullPointerException every time I join a server with anything more than just the default "aec-value" config file,so I can't use IC2 AV values,etc. I've also tried merging all the configs into the default,same error. It points to aec.client.ClientPacketHandler.onPacketData..

    Here is a link to the full log:
    http://pastebin.com/cZECm6Wv

    I've been trying to figure out the cause through trial and error with my own personal server.
    My best guess is that it checks the av of items before they have loaded,causing it to return null?
    Posted in: Minecraft Mods
  • 0

    posted a message on AetherCraft 1.4.5 - Aetheral Alchemy! Turn matter into any other kind of matter!
    I find the packet id 113 error seems to be caused by a conflict with some other mod. I'm trying to find out which by removing mods all over the place. And the AV check crash seems to be caused by a config conflict,which I'm also trying to figure out.
    Posted in: Minecraft Mods
  • 0

    posted a message on AetherCraft 1.4.5 - Aetheral Alchemy! Turn matter into any other kind of matter!
    Hello. Loving the mod! However,when I try to add it to any server and join the server,I get:

    "Bad packet id 113"

    So I can't use it on a server at all.

    Would you know how to fix this?

    Strangely enough,the energy manipulator mod does not cause this problem,but the way it reads config files is...well..crud.

    Update: Well,I removed all other mods and it would load,but checking the AV of something crashes the game with a nullpointerexception. I don't think it's checking the AV config files when playing on an actual server.
    Posted in: Minecraft Mods
  • To post a comment, please .