How are we looking for a 1.4.6 update? This is the last mod I use, and I certainly don't want to lose my crops!
Posts by landontc
-
-
-
Latest 3.0 release gives me this on the server logs on start up.
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.
-
How's the new beta release coming along?
-
-
Will this be updated to 1.4.5 and IC 1.109 anytime soon?
Thanks for all your work on this!
-
Server or Client ?? Crash or only Log Spam ?
This is on server startup. Haven't tried it on client.
Doesn't appear to crash, just quite a lot of log spam.
-
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.
Code
Display More2012-11-22 08:30:13 [INFO] [STDERR] java.lang.ClassNotFoundException: auy 2012-11-22 08:30:13 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:141) 2012-11-22 08:30:13 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:423) 2012-11-22 08:30:13 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:356) 2012-11-22 08:30:13 [INFO] [STDERR] at net.minecraftforge.transformers.EventTransformer.buildEvents(EventTransformer.java:54) 2012-11-22 08:30:13 [INFO] [STDERR] at net.minecraftforge.transformers.EventTransformer.transform(EventTransformer.java:35) 2012-11-22 08:30:13 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:178) 2012-11-22 08:30:13 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:133) 2012-11-22 08:30:13 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:423) 2012-11-22 08:30:13 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:356) 2012-11-22 08:30:13 [INFO] [STDERR] at java.lang.Class.forName0(Native Method) 2012-11-22 08:30:13 [INFO] [STDERR] at java.lang.Class.forName(Class.java:186) 2012-11-22 08:30:13 [INFO] [STDERR] at chb.mods.mffs.common.MFFSMaschines.<init>(MFFSMaschines.java:74) 2012-11-22 08:30:13 [INFO] [STDERR] at chb.mods.mffs.common.MFFSMaschines.<clinit>(MFFSMaschines.java:48) 2012-11-22 08:30:13 [INFO] [STDERR] at chb.mods.mffs.common.ModularForceFieldSystem.load(ModularForceFieldSystem.java:417) 2012-11-22 08:30:13 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2012-11-22 08:30:13 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 2012-11-22 08:30:13 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2012-11-22 08:30:13 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:601) 2012-11-22 08:30:13 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:440) 2012-11-22 08:30:13 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) 2012-11-22 08:30:13 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2012-11-22 08:30:13 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:601) 2012-11-22 08:30:13 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69) 2012-11-22 08:30:13 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2012-11-22 08:30:13 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317) 2012-11-22 08:30:13 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300) 2012-11-22 08:30:13 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268) 2012-11-22 08:30:13 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140) 2012-11-22 08:30:13 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2012-11-22 08:30:13 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 2012-11-22 08:30:13 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2012-11-22 08:30:13 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:601) 2012-11-22 08:30:13 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69) 2012-11-22 08:30:13 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2012-11-22 08:30:13 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317) 2012-11-22 08:30:13 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300) 2012-11-22 08:30:13 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268) 2012-11-22 08:30:13 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83) 2012-11-22 08:30:13 [INFO] [STDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:651) 2012-11-22 08:30:13 [INFO] [STDERR] at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:90) 2012-11-22 08:30:13 [INFO] [STDERR] at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:348) 2012-11-22 08:30:13 [INFO] [STDERR] at ho.c(DedicatedServer.java:120) 2012-11-22 08:30:13 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:456) 2012-11-22 08:30:13 [INFO] [STDERR] at fy.run(SourceFile:856) 2012-11-22 08:30:13 [INFO] [STDERR] Caused by: java.lang.RuntimeException: Attempted to load class auy for invalid side SERVER 2012-11-22 08:30:13 [INFO] [STDERR] at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:38) 2012-11-22 08:30:13 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:178) 2012-11-22 08:30:13 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:133) 2012-11-22 08:30:13 [INFO] [STDERR] ... 43 more
-
Any word on if Gregorius will be helping move this mod to 1.4.2?
-
I, too, was curious of a way to prevent players from setting up a field right outside someone else's Bukkit protected area and in turn, blocking access to their own area.
Is this an issue? (Haven't actually installed/used the mod yet on our server)
-
Any chance of a 1.3.2 update soon?
-
Oh, hey, the new IC2 is out. Must be time to update my dev environment.
Any ETA for seed manager and your crop card additions? Thanks. -
Is the dev going to update this for 1.3.2 and IC 1.106?
We love this add-on, and would really appreciate it being updated.
Thanks.
-
Will this and ExperiMint be updated for 1.106 and MC 1.3.2?
Thanks.
-
-
So, is the 2.0 port still working? And has anyone tested it with 1.103?
-
-
We're adding new members every day.
Also, we're giving away a couple Steam games for a current build contest we're doing. If you hurry, you might be able to get something built and enter before it's due.
After the Build Contest, we are planning a Spleef Tournament that will also have a Steam giveaway.
Join up today!
-