You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried using the Cauldron from Maeyanie's website and I've put 39 mods in.
When I start it then immediately an exception is thrown: A problem occurred running the Server launcher.java.lang.reflect.InvocationTargetException 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.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43) at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12) Caused by: java.lang.NoSuchMethodError: cpw.mods.fml.common.ModContainerFactory.registerContainerType(Lorg/objectweb/asm/Type;Ljava/lang/Class;)V at cofh.asm.LoadingPlugin$CoFHDummyContainer.call(LoadingPlugin.java:244) at cofh.asm.LoadingPlugin$CoFHDummyContainer.call(LoadingPlugin.java:204) at cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:123) at net.minecraft.launchwrapper.Launch.launch(Launch.java:114) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) ... 6 more
The text was updated successfully, but these errors were encountered:
I've tried using the Cauldron from Maeyanie's website and I've put 39 mods in.
When I start it then immediately an exception is thrown:
A problem occurred running the Server launcher.java.lang.reflect.InvocationTargetException 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.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43) at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12) Caused by: java.lang.NoSuchMethodError: cpw.mods.fml.common.ModContainerFactory.registerContainerType(Lorg/objectweb/asm/Type;Ljava/lang/Class;)V at cofh.asm.LoadingPlugin$CoFHDummyContainer.call(LoadingPlugin.java:244) at cofh.asm.LoadingPlugin$CoFHDummyContainer.call(LoadingPlugin.java:204) at cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:123) at net.minecraft.launchwrapper.Launch.launch(Launch.java:114) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) ... 6 more
The text was updated successfully, but these errors were encountered: