Posts by sci648

    @ RichardG I understand its not really an error its an exception (poor choice of words sorry). not sure how the mod works but I would expect that it is either displaying when it should not be or it is displaying the exception for a reason. That is why I posted it. Also, if it is working as it should be why is it posting it?


    @ Akaedis You may not be aware but OSX is updated by apple and thus not at the same version as what Oracle has out there. Also it has no real baring on the exception since the exception is server side. I will update the post since I have changed to a Linux server and the exception is still posting.

    Thought you should know about this error. it happens when one of my users removes and places a batbox. Sorry if this has already been posted. I did a some searching to try and not repost a known error


    Using:
    Mac OSX 10.8 (error happened in 10.7 as well) Ubuntu Server 12.04 LTS
    java version "1.6.0_33" Java Version OpenJRE 7u5
    Java(TM) SE Runtime Environment (build 1.6.0_33-b03-424-11M3720)
    Java HotSpot(TM) 64-Bit Server VM (build 20.8-b03-424, mixed mode)
    Forge Mod Loader version 2.2.78.153 for Minecraft 1.2.5
    MinecraftForge v3.3.8.152
    mod_IC2: industrialcraft-2-server_1.97.jar ()
    mod_IC2AdvancedMachines: AdvancedMachines_4.1_server.zip (after:mod_IC2)
    mod_BuildCraftCore: buildcraft-server-A-core-2.2.14.zip ()
    mod_BuildCraftBuilders: buildcraft-server-B-builders-2.2.14.zip ()
    mod_BuildCraftEnergy: buildcraft-server-B-energy-2.2.14.zip ()
    mod_BuildCraftFactory: buildcraft-server-B-factory-2.2.14.zip ()
    mod_BuildCraftTransport: buildcraft-server-B-transport-2.2.14.zip ()
    mod_AdditionalPipes: buildcraft-server-DA-additionalpipes-2.1.3.zip (after:mod_BuildCraftTransport)
    mod_TwilightForest: twilightforest-1.10.1-server.zip ()


    using those mods I still get this error:
    [IC2] adding ic2.common.TileEntityElectricBatBox@571a46f6 to the EnergyNet failed, already added: true
    java.lang.Exception: Stack trace
    at java.lang.Thread.dumpStack(Thread.java:1273)
    at ic2.common.EnergyNet.addTileEntity(EnergyNet.java:139)
    at ic2.common.TileEntityElectricBlock.onCreated(TileEntityElectricBlock.java:187)
    at ic2.common.TileEntityBlock$1.tickCallback(TileEntityBlock.java:36)
    at mod_IC2.tickStart(mod_IC2.java:1311)
    at cpw.mods.fml.common.FMLCommonHandler.tickStart(FMLCommonHandler.java:110)
    at cpw.mods.fml.server.FMLServerHandler.onPreWorldTick(FMLServerHandler.java:164)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:553)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:448)
    at dn.run(SourceFile:492)