Jump to content

Forge Server Returning Errors - First ModPack I've Made


LunarCP

Recommended Posts

I imagine I made quite a big problem, but I'm trying to make my first 1.6.4 modpack, I'm just messing around and seeing how to do it!

 

I am getting an error while trying to start the server, I believe every single mod is for 1.6.4 so I don't believe that's the issue. But maybe some of you can tell by my information I post below!

 

 

Error Code:

Detected 64 Bit Java
Jul 29, 2014 11:39:51 AM net.minecraft.launchwrapper.LogWrapper log
INFO: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
Jul 29, 2014 11:39:51 AM net.minecraft.launchwrapper.LogWrapper log
INFO: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweak
er
Jul 29, 2014 11:39:51 AM net.minecraft.launchwrapper.LogWrapper log
INFO: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
2014-07-29 11:39:51 [iNFO] [ForgeModLoader] Forge Mod Loader version 6.4.49.965
for Minecraft 1.6.4 loading
2014-07-29 11:39:51 [iNFO] [ForgeModLoader] Java is Java HotSpot(TM) 64-Bit Serv
er VM, version 1.7.0_60, running on Windows 8.1:amd64:6.3, installed at C:\Progr
am Files\Java\jre7
2014-07-29 11:39:51 [WARNING] [ForgeModLoader] The coremod appeng.transformer.Ap
pEngCore does not have a MCVersion annotation, it may cause issues with this ver
sion of Minecraft
2014-07-29 11:39:51 [iNFO] [ForgeModLoader] [AppEng] Core Init
2014-07-29 11:39:51 [WARNING] [ForgeModLoader] The coremod micdoodle8.mods.micco
re.MicdoodlePlugin does not have a MCVersion annotation, it may cause issues wit
h this version of Minecraft
2014-07-29 11:39:51 [WARNING] [ForgeModLoader] The coremod codechicken.nei.asm.N
EICorePlugin does not have a MCVersion annotation, it may cause issues with this
version of Minecraft
2014-07-29 11:39:51 [iNFO] [sTDERR] java.lang.NoClassDefFoundError: codechicken/
lib/asm/ASMInit
2014-07-29 11:39:51 [iNFO] [sTDERR]     at codechicken.nei.asm.NEICorePlugin.<in
it>(NEICorePlugin.java:18)
2014-07-29 11:39:51 [iNFO] [sTDERR]     at sun.reflect.NativeConstructorAccessor
Impl.newInstance0(Native Method)
2014-07-29 11:39:51 [iNFO] [sTDERR]     at sun.reflect.NativeConstructorAccessor
Impl.newInstance(Unknown Source)
2014-07-29 11:39:51 [iNFO] [sTDERR]     at sun.reflect.DelegatingConstructorAcce
ssorImpl.newInstance(Unknown Source)
2014-07-29 11:39:51 [iNFO] [sTDERR]     at java.lang.reflect.Constructor.newInst
ance(Unknown Source)
2014-07-29 11:39:51 [iNFO] [sTDERR]     at java.lang.Class.newInstance(Unknown S
ource)
2014-07-29 11:39:51 [iNFO] [sTDERR]     at cpw.mods.fml.relauncher.CoreModManage
r.loadCoreMod(CoreModManager.java:427)
2014-07-29 11:39:51 [iNFO] [sTDERR]     at cpw.mods.fml.relauncher.CoreModManage
r.discoverCoreMods(CoreModManager.java:310)
2014-07-29 11:39:51 [iNFO] [sTDERR]     at cpw.mods.fml.relauncher.CoreModManage
r.handleLaunch(CoreModManager.java:212)
2014-07-29 11:39:51 [iNFO] [sTDERR]     at cpw.mods.fml.relauncher.FMLLaunchHand
ler.setupHome(FMLLaunchHandler.java:90)
2014-07-29 11:39:51 [iNFO] [sTDERR]     at cpw.mods.fml.relauncher.FMLLaunchHand
ler.setupServer(FMLLaunchHandler.java:74)
Press any key to continue . . .

 

Mods:

f0b3b3afc091927bd01650b6f37e84e3.png

1e7bff965b296f50c8cc6d461b5f0d18.png

Link to comment
Share on other sites

Thankyou!

 

And some of the mods I am using which I really want are not updated to 1.7 yet.

 

I will get CodeChickenCore and see if it runs!

 

I've added CodeChickenCore 1.6.4 (http://chickenbones.net/maven/codechicken/CodeChickenCore/1.6.4-0.9.0.9/CodeChickenCore-1.6.4-0.9.0.9-universal.jar) and this is what it returned.

 

r.loadCoreMod(CoreModManager.java:427)
2014-07-29 11:59:19 [iNFO] [sTDERR]     at cpw.mods.fml.relauncher.CoreModManage
r.discoverCoreMods(CoreModManager.java:310)
2014-07-29 11:59:19 [iNFO] [sTDERR]     at cpw.mods.fml.relauncher.CoreModManage
r.handleLaunch(CoreModManager.java:212)
2014-07-29 11:59:19 [iNFO] [sTDERR]     at cpw.mods.fml.relauncher.FMLLaunchHand
ler.setupHome(FMLLaunchHandler.java:90)
2014-07-29 11:59:19 [iNFO] [sTDERR]     at cpw.mods.fml.relauncher.FMLLaunchHand
ler.setupServer(FMLLaunchHandler.java:74)
2014-07-29 11:59:19 [iNFO] [sTDERR]     at cpw.mods.fml.relauncher.FMLLaunchHand
ler.configureForServerLaunch(FMLLaunchHandler.java:39)
2014-07-29 11:59:19 [iNFO] [sTDERR]     at cpw.mods.fml.common.launcher.FMLServe
rTweaker.injectIntoClassLoader(FMLServerTweaker.java:20)
2014-07-29 11:59:19 [iNFO] [sTDERR]     at net.minecraft.launchwrapper.Launch.la
unch(Launch.java:111)
2014-07-29 11:59:19 [iNFO] [sTDERR]     at net.minecraft.launchwrapper.Launch.ma
in(Launch.java:27)
2014-07-29 11:59:19 [iNFO] [sTDERR]     at sun.reflect.NativeMethodAccessorImpl.
invoke0(Native Method)
2014-07-29 11:59:19 [iNFO] [sTDERR]     at sun.reflect.NativeMethodAccessorImpl.
invoke(Unknown Source)
2014-07-29 11:59:19 [iNFO] [sTDERR]     at sun.reflect.DelegatingMethodAccessorI
mpl.invoke(Unknown Source)
2014-07-29 11:59:19 [iNFO] [sTDERR]     at java.lang.reflect.Method.invoke(Unkno
wn Source)
2014-07-29 11:59:19 [iNFO] [sTDERR]     at cpw.mods.fml.relauncher.ServerLaunchW
rapper.run(ServerLaunchWrapper.java:48)
2014-07-29 11:59:19 [iNFO] [sTDERR]     at cpw.mods.fml.relauncher.ServerLaunchW
rapper.main(ServerLaunchWrapper.java:17)
2014-07-29 11:59:19 [iNFO] [sTDERR] Caused by: java.lang.ClassNotFoundException:
codechicken.lib.asm.ASMInit
2014-07-29 11:59:19 [iNFO] [sTDERR]     at net.minecraft.launchwrapper.LaunchCla
ssLoader.findClass(LaunchClassLoader.java:186)
2014-07-29 11:59:19 [iNFO] [sTDERR]     at java.lang.ClassLoader.loadClass(Unkno
wn Source)
2014-07-29 11:59:19 [iNFO] [sTDERR]     at java.lang.ClassLoader.loadClass(Unkno
wn Source)
Press any key to continue . . .

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.