Adding 'Mekanism' and 'Galiticraft' to Direwolf20 1.6.4.

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Blackbook

New Member
Jul 29, 2019
33
0
0
Hi there.

I've got a Direwolf20 1.6.4, version 1.0.25 server installed locally on my network - works perfectly. However, I'd like to add Galiticraft and Mekanism to it, so have downloaded the latest 1.6.4 versions for it, along with idfixminus and get a codechicken or NEI related critical error which stops my server from launching.

Code:
2014-08-03 12:18:41 [INFO] [STDERR] A problem occurred running the Server launcher.java.lang.reflect.InvocationTargetException
2014-08-03 12:18:41 [INFO] [STDERR]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-08-03 12:18:41 [INFO] [STDERR]    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2014-08-03 12:18:41 [INFO] [STDERR]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2014-08-03 12:18:41 [INFO] [STDERR]    at java.lang.reflect.Method.invoke(Unknown Source)
2014-08-03 12:18:41 [INFO] [STDERR]    at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:48)
2014-08-03 12:18:41 [INFO] [STDERR]    at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:17)
2014-08-03 12:18:41 [INFO] [STDERR] Caused by: java.lang.NoClassDefFoundError: codechicken/core/launch/CodeChickenCorePlugin
2014-08-03 12:18:41 [INFO] [STDERR]    at codechicken.nei.asm.NEICorePlugin.getASMTransformerClass(NEICorePlugin.java:18)
2014-08-03 12:18:41 [INFO] [STDERR]    at cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:97)
2014-08-03 12:18:41 [INFO] [STDERR]    at net.minecraft.launchwrapper.Launch.launch(Launch.java:111)
2014-08-03 12:18:41 [INFO] [STDERR]    at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
2014-08-03 12:18:41 [INFO] [STDERR]    ... 6 more
2014-08-03 12:18:41 [INFO] [STDERR] Caused by: java.lang.ClassNotFoundException: codechicken.core.launch.CodeChickenCorePlugin
2014-08-03 12:18:41 [INFO] [STDERR]    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
2014-08-03 12:18:41 [INFO] [STDERR]    at java.lang.ClassLoader.loadClass(Unknown Source)
2014-08-03 12:18:41 [INFO] [STDERR]    at java.lang.ClassLoader.loadClass(Unknown Source)
2014-08-03 12:18:41 [INFO] [STDERR]    ... 10 more
2014-08-03 12:18:41 [INFO] [STDERR] Caused by: java.lang.NullPointerException
2014-08-03 12:18:41 [INFO] [STDERR]    at org.objectweb.asm.ClassReader.<init>(Unknown Source)
2014-08-03 12:18:41 [INFO] [STDERR]    at invtweaks.forge.asm.ContainerTransformer.transform(ContainerTransformer.java:116)
2014-08-03 12:18:41 [INFO] [STDERR]    at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:274)
2014-08-03 12:18:41 [INFO] [STDERR]    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:172)
2014-08-03 12:18:41 [INFO] [STDERR]    ... 12 more

Can anyone help me bugfix?

Full server log - http://pastebin.com/wr5CyuYu

Thanks