perky / Minechem

Add chemistry to minecraft.
http://www.minecraftforum.net/topic/988773-11-minechem-v15/
23 stars 7 forks source link

Server won't start (PR3) #44

Closed rsdoherty closed 11 years ago

rsdoherty commented 11 years ago

Updated to PR3 and my server won't start. Using forge 480, and it doesn't work. Here is the error.

2012-12-29 23:01:56 [SEVERE] [ForgeModLoader] The following problems were captured during this phase 2012-12-29 23:01:56 [SEVERE] [ForgeModLoader] Caught exception from minechem java.lang.NoClassDefFoundError: bev at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Unknown Source) at java.lang.Class.getConstructor0(Unknown Source) at java.lang.Class.getConstructor(Unknown Source) at net.minecraftforge.event.EventBus.register(EventBus.java:69) at net.minecraftforge.event.EventBus.register(EventBus.java:53) at ljdp.minechem.common.ModMinechem.preInit(ModMinechem.java:91) 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:478) 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: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(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: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.loadMods(Loader.java:485) at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:86) at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:345) at ho.c(DedicatedServer.java:64) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458) at fy.run(SourceFile:849) Caused by: java.lang.ClassNotFoundException: bev at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:179) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 37 more Caused by: java.lang.RuntimeException: Attempted to load class bev for invalid side SERVER at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:38) at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:222) at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:171) ... 39 more 2012-12-29 23:01:56 [INFO] [STDERR] cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: bev 2012-12-29 23:01:56 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.transition(LoadController.java:117) 2012-12-29 23:01:56 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:486) 2012-12-29 23:01:56 [INFO] [STDERR] at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:86) 2012-12-29 23:01:56 [INFO] [STDERR] at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:345) 2012-12-29 23:01:56 [INFO] [STDERR] at ho.c(DedicatedServer.java:64) 2012-12-29 23:01:56 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458) 2012-12-29 23:01:56 [INFO] [STDERR] at fy.run(SourceFile:849) 2012-12-29 23:01:56 [INFO] [STDERR] Caused by: java.lang.NoClassDefFoundError: bev 2012-12-29 23:01:56 [INFO] [STDERR] at java.lang.Class.getDeclaredConstructors0(Native Method) 2012-12-29 23:01:56 [INFO] [STDERR] at java.lang.Class.privateGetDeclaredConstructors(Unknown Source) 2012-12-29 23:01:56 [INFO] [STDERR] at java.lang.Class.getConstructor0(Unknown Source) 2012-12-29 23:01:56 [INFO] [STDERR] at java.lang.Class.getConstructor(Unknown Source) 2012-12-29 23:01:56 [INFO] [STDERR] at net.minecraftforge.event.EventBus.register(EventBus.java:69) 2012-12-29 23:01:56 [INFO] [STDERR] at net.minecraftforge.event.EventBus.register(EventBus.java:53) 2012-12-29 23:01:56 [INFO] [STDERR] at ljdp.minechem.common.ModMinechem.preInit(ModMinechem.java:91) 2012-12-29 23:01:56 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2012-12-29 23:01:56 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2012-12-29 23:01:56 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2012-12-29 23:01:56 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2012-12-29 23:01:56 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:478) 2012-12-29 23:01:56 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source) 2012-12-29 23:01:56 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2012-12-29 23:01:56 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2012-12-29 23:01:56 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69) 2012-12-29 23:01:56 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2012-12-29 23:01:56 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317) 2012-12-29 23:01:56 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300) 2012-12-29 23:01:56 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268) 2012-12-29 23:01:56 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140) 2012-12-29 23:01:56 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2012-12-29 23:01:56 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 2012-12-29 23:01:56 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 2012-12-29 23:01:56 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source) 2012-12-29 23:01:56 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69) 2012-12-29 23:01:56 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) 2012-12-29 23:01:56 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317) 2012-12-29 23:01:56 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300) 2012-12-29 23:01:56 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268) 2012-12-29 23:01:56 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83) 2012-12-29 23:01:56 [INFO] [STDERR] at cpw.mods.fml.common.Loader.loadMods(Loader.java:485) 2012-12-29 23:01:56 [INFO] [STDERR] ... 5 more 2012-12-29 23:01:56 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: bev 2012-12-29 23:01:56 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:179) 2012-12-29 23:01:56 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source) 2012-12-29 23:01:56 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(Unknown Source) 2012-12-29 23:01:56 [INFO] [STDERR] ... 37 more 2012-12-29 23:01:56 [INFO] [STDERR] Caused by: java.lang.RuntimeException: Attempted to load class bev for invalid side SERVER 2012-12-29 23:01:56 [INFO] [STDERR] at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:38) 2012-12-29 23:01:56 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:222) 2012-12-29 23:01:56 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:171) 2012-12-29 23:01:56 [INFO] [STDERR] ... 39 more 2012-12-29 23:01:56 [SEVERE] [Minecraft] Encountered an unexpected exception LoaderException cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: bev at cpw.mods.fml.common.LoadController.transition(LoadController.java:117) at cpw.mods.fml.common.Loader.loadMods(Loader.java:486) at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:86) at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:345) at ho.c(DedicatedServer.java:64) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458) at fy.run(SourceFile:849) Caused by: java.lang.NoClassDefFoundError: bev at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Unknown Source) at java.lang.Class.getConstructor0(Unknown Source) at java.lang.Class.getConstructor(Unknown Source) at net.minecraftforge.event.EventBus.register(EventBus.java:69) at net.minecraftforge.event.EventBus.register(EventBus.java:53) at ljdp.minechem.common.ModMinechem.preInit(ModMinechem.java:91) 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:478) 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: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(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: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.loadMods(Loader.java:485) ... 5 more Caused by: java.lang.ClassNotFoundException: bev at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:179) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 37 more Caused by: java.lang.RuntimeException: Attempted to load class bev for invalid side SERVER at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:38) at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:222) at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:171) ... 39 more

rsdoherty commented 11 years ago

Hope this helps :)

perky commented 11 years ago

Hotfix coming asap.