Posts by pitchblac23

    8o Awesome im so glad i was able to have you for all the help cuz i wouldn't have never known that chicken core had 2 upgrades and it would fix all of my problems this is so awesome finally able to really combine tekkit and ftb with additive mods for a server for my friends started out as a idea and now today finally able to finish this been working my way from tekkit classic to tekkit lite then i played ftb for a while and then tekkitmain and thought i need a server or client with all the collective mods from both to make a awesome world if only redpower would be on 1.5.1 then it be fully combined but going from 1.2.5 to 1.5.1 is quite the change :P thanks again for your help with out it i would have never been able to know what was wrong :thumbup:8o

    ok so i went and took out the ic2 api folder one by one and looked at my server error and after extra bees wants to load it gives me a error so i found it also had one and took it out and now i have a new problem with nuke control

    Display Spoiler

    ---- Minecraft Crash Report ----
    // Don't do that.

    Time: 7/20/13 10:45 AM
    Description: Exception in server tick loop

    java.lang.NoClassDefFoundError: shedar/mods/ic2/nuclearcontrol/tileentities/TileEntityInfoPanel
    at shedar.mods.ic2.nuclearcontrol.IC2NuclearControl.<init>(IC2NuclearControl.java:113)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at java.lang.Class.newInstance(Unknown Source)
    at cpw.mods.fml.common.ILanguageAdapter$JavaAdapter.getNewInstance(ILanguageAdapter.java:36)
    at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:466)
    at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:503)
    at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:85)
    at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:69)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:429)
    at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
    Caused by: java.lang.ClassNotFoundException: shedar.mods.ic2.nuclearcontrol.tileentities.TileEntityInfoPanel
    at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:238)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 33 more
    Caused by: java.lang.NullPointerException
    at org.objectweb.asm.ClassReader.<init>(Unknown Source)
    at codechicken.core.asm.ASMHelper.createClassNode(ASMHelper.java:105)
    at codechicken.core.asm.ClassHeirachyManager.transform(ClassHeirachyManager.java:90)
    at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:352)
    at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:225)
    ... 35 more

    edit: ok so i found out galactic craft in my coremods was the problem for the first part now i dont understand the nuke control if anyone has any ideas

    im trying to run a server and i been having problems with item ids till i get to this and i have no idea how to fix it

    running a lot of different mods for a 1.5.1 server and ic2 is a must have hopefully some one will know what all this mean and be able to fix it

    Display Spoiler

    ---- Minecraft Crash Report ----
    // Don't be sad, have a hug! <3

    Time: 7/19/13 3:30 PM
    Description: Exception in server tick loop

    cpw.mods.fml.common.LoaderException: java.lang.NoSuchFieldError: manager
    at cpw.mods.fml.common.LoadController.transition(LoadController.java:142)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:515)
    at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:85)
    at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350)
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:69)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:429)
    at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573)
    Caused by: java.lang.NoSuchFieldError: manager
    at ic2.core.IC2.load(IC2.java:814)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)
    at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:514)
    ... 5 more

    -- System Details --
    Details:
    Minecraft Version: 1.5.1

    MCP v7.44 FML v5.1.43.679 Minecraft Forge 7.7.2.679 74
    mods loaded: 74 mods active
    mcp{7.44} Unloaded->Constructed->Pre-initialized
    FML{5.1.43.679} Unloaded->Constructed->Pre-initialized
    Forge{7.7.2.679} Unloaded->Constructed->Pre-initialized
    CodeChickenCore{0.8.6.1} Unloaded->Constructed->Pre-initialized
    CoFHCore{1.5.1.5} [CoFH Core] Unloaded->Constructed->Pre-initialized
    ImmibisMicroblocks{54.0.9} Unloaded->Constructed->Pre-initialized
    NotEnoughItems{1.5.2.9} Unloaded->Constructed->Pre-initialized
    PowerCrystalsCore{1.1.3} Unloaded->Constructed->Pre-initialized
    mod_bspkrsCore{v2.02(1.5.1)} Unloaded->Constructed->Pre-initialized
    TreeCapitator{Forge 1.5.1.r01} Unloaded->Constructed->Pre-initialized
    CoFHNetwork{1.5.1.5} Unloaded->Constructed->Pre-initialized
    CoFHWorld{1.5.1.5} Unloaded->Constructed->Pre-initialized
    GalacticraftCore{0.1.34} Unloaded->Constructed->Pre-initialized
    ImmibisMicroblocksInstallCheck{54.0.9} Unloaded->Constructed->Pre-initialized
    BuildCraft|Core{3.5.0} Unloaded->Constructed->Pre-initialized
    BuildCraft|Factory{3.5.0} Unloaded->Constructed->Pre-initialized
    BuildCraft|Transport{3.5.0} Unloaded->Constructed->Pre-initialized
    BuildCraft|Silicon{3.5.0} Unloaded->Constructed->Pre-initialized
    APUnofficial{2.2.0} Unloaded->Constructed->Pre-initialized
    ThermalExpansion{2.4.1.0} Unloaded->Constructed->Pre-initialized
    IC2{1.115.348-lf} (industrialcraft-2_1.115.348-lf.jar) Unloaded->Constructed->Errored
    AdvancedMachines{4.9} Unloaded->Constructed->Pre-initialized
    BuildCraft|Builders{3.5.0} Unloaded->Constructed->Pre-initialized
    BuildCraft|Energy{3.5.0} Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded{1.5.1R2.5.4} Unloaded->Constructed->Pre-initialized
    AppliedEnergistics{rv.10.l} Unloaded->Constructed->Pre-initialized
    Backpack{1.7.8} Unloaded->Constructed->Pre-initialized
    ChargePads{2.6.1} Unloaded->Constructed->Pre-initialized
    ChickenChunks{1.3.2.5} Unloaded->Constructed->Pre-initialized
    CompactSolars{4.1.6.37} Unloaded->Constructed->Pre-initialized
    CompactWindmills{1.0.0.3} Unloaded->Constructed->Pre-initialized
    ComputerCraft{1.52} Unloaded->Constructed->Pre-initialized
    CCTurtle{1.52} Unloaded->Constructed->Pre-initialized
    ImmibisCore{54.0.2} Unloaded->Constructed->Pre-initialized
    DimensionalAnchors{54.0.0} Unloaded->Constructed->Pre-initialized
    EE3{pre1g (build 4)} Unloaded->Constructed->Pre-initialized
    EnderStorage{1.4.2.4} Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatForestryPre{1.5.1R2.5.4} Unloaded->Constructed->Pre-initialized
    Forestry{2.2.0.2} Unloaded->Constructed->Pre-initialized
    BinnieCore{1.6-pre2} Unloaded->Constructed->Pre-initialized
    ExtraBees{1.6-pre2} Unloaded->Constructed->Pre-initialized
    factorization{0.7.32} Unloaded->Constructed->Pre-initialized
    factorization.misc{0.7.32} Unloaded->Constructed->Pre-initialized
    factorization.dimensionalSlice{0.7.32} Unloaded->Constructed->Pre-initialized
    GregsLighting{1.5.1R1.8.1} (GregsLighting-1.8.1-7.jar) Unloaded->Constructed->Errored
    IC2NuclearControl{1.5.1} Unloaded->Constructed->Pre-initialized
    inventorytweaks{1.54b} Unloaded->Constructed->Pre-initialized
    IronChest{5.2.4.368} Unloaded->Constructed->Pre-initialized
    LogisticsPipes|Main{0.7.2.dev.419} Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatAtum{1.5.1R2.5.4} Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatBiomesOPlenty{1.5.1R2.5.4} Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatChococraft{1.5.1R2.5.4} Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatExtraBiomes{1.5.1R2.5.4} Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatForestry{1.5.1R2.5.4} Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatIC2{1.5.1R2.5.4} Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatMagicalCrops{1.5.1R2.5.4} Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatNatura{1.5.1R2.5.4} Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatPams{1.5.1R2.5.4} Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatRP2{1.5.1R2.5.4} Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatSoulShards{1.5.1R2.5.4} Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatSufficientBiomes{1.5.1R2.5.4} Unloaded->Constructed->Pre-initialized
    MFReloaded|CompatThaumcraft{1.5.1R2.5.4} Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatTConstruct{1.5.1R2.5.4} Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatTwilightForest{1.5.1R2.5.4} Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatVanilla{1.5.1R2.5.4} Unloaded->Constructed->Pre-initialized
    MineFactoryReloaded|CompatXyCraft{1.5.1R2.5.4} Unloaded->Constructed->Pre-initialized
    mmmPowersuits{0.6.0-444} Unloaded->Constructed->Pre-initialized
    PowersuitAddons{0.2.3-110} Unloaded->Constructed->Pre-initialized
    NetherOres{1.5.1R2.1.3} Unloaded->Constructed->Pre-initialized
    OCS{0.1.5} [OpenCCSensors] Unloaded->Constructed->Pre-initialized
    Railcraft{7.3.0.0} Unloaded->Constructed->Pre-initialized
    StevesCarts{2.0.0.a109} Unloaded->Constructed->Pre-initialized
    weaponmod{1.5.1 v1.11.1} [Balkon's WeaponMod] Unloaded->Constructed->Pre-initialized
    OmniTools{3.1.2.0} Unloaded->Constructed->Pre-initialized
    Profiler Position: N/A (disabled)
    Is Modded: Definitely; Server brand changed to 'fml,forge'
    Type: Dedicated Server (map_server.txt)