Posts by landontc

    Latest 3.0 release gives me this on the server logs on start up.

    Display Spoiler


    2012-12-05 14:38:01 [SEVERE] [ForgeModLoader] The following problems were captured during this phase
    2012-12-05 14:38:01 [SEVERE] [ForgeModLoader] Caught exception from IC2.SeedManager
    java.lang.NoClassDefFoundError: org/ldg/seedmanager/SeedAnalyzerTileEntity
    at org.ldg.seedmanager.SeedManager.init(SeedManager.java:104)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:440)
    at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
    at com.google.common.eventbus.EventBus.post(EventBus.java:268)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
    at com.google.common.eventbus.EventBus.post(EventBus.java:268)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:651)
    at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:90)
    at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:348)
    at ho.c(DedicatedServer.java:120)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:461)
    at fy.run(SourceFile:856)
    Caused by: java.lang.ClassNotFoundException: org.ldg.seedmanager.SeedAnalyzerTileEntity
    at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:141)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
    ... 31 more
    Caused by: java.lang.NoClassDefFoundError: ro/narc/liquiduu/IAcceleratorFriend
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:791)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:634)
    at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:134)
    ... 33 more
    Caused by: java.lang.ClassNotFoundException: ro.narc.liquiduu.IAcceleratorFriend
    at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:141)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
    ... 37 more
    Caused by: java.lang.NullPointerException

    The way to stop it from happening is to do your own configs and not trust an auto ID resolver.

    Take a 100 block ID chunk for each mod, and manually edit them. Yes, it's a pain and it takes an hour or so, but once you get it done, you never have ID issues again.

    Add a new mod? No searching for open IDs, just give it the next 100 ID chunk.

    Any ideas on this error log? This is on 1.4.5 w/ IC 1.109 and MFFS 2.2.8.1.5.

    Can provide more details if needed. Thanks.

    Display Spoiler