Jump to content

Recommended Posts

Posted

Recently my friend and I have gotten into Hexxit and we played Tekkit classic previously. I hosted the server and we played privately like we enjoy, so when we got into Hexxit I decided to create a server for us to enjoy. But I've been having problems. I'm no wiz when it comes to cmd or coding but I would appreciate the help if possible.

The issue im getting is when I launch the server through the launch.bat.

If it helps heres the doc i got when the server tried to launch.

2013-07-24 02:50:38 [iNFO] [ForgeModLoader] Forge Mod Loader version 5.2.23.737 for Minecraft 1.5.2 loading

2013-07-24 02:50:38 [iNFO] [ForgeModLoader] Java is Java HotSpot 64-Bit Server VM, version 1.7.0_25, running on Windows 7:amd64:6.1, installed at C:Program FilesJavajre7

2013-07-24 02:50:38 [FINE] [ForgeModLoader] Java classpath at launch is Hexxit.jar

2013-07-24 02:50:38 [FINE] [ForgeModLoader] Java library path at launch is C:Windowssystem32;C:WindowsSunJavabin;C:Windowssystem32;C:Windows;C:Program FilesCommon FilesMicrosoft SharedWindows Live;C:Program Files (x86)NVIDIA CorporationPhysXCommon;C:Windowssystem32;C:Windows;C:WindowsSystem32Wbem;C:WindowsSystem32WindowsPowerShellv1.0;C:Program FilesCommon FilesMicrosoft SharedWindows Live;.

2013-07-24 02:50:38 [FINE] [ForgeModLoader] Enabling runtime deobfuscation

2013-07-24 02:50:38 [FINE] [ForgeModLoader] The coremod bspkrs.treecapitator.fml.asm.TreeCapitatorCorePlugin requested minecraft version 1.5.2 and minecraft is 1.5.2. It will be loaded.

2013-07-24 02:50:38 [WARNING] [ForgeModLoader] The coremod codechicken.core.asm.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

2013-07-24 02:50:38 [WARNING] [ForgeModLoader] The coremod cofh.asm.CoFHPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

2013-07-24 02:50:38 [WARNING] [ForgeModLoader] The coremod mods.immibis.microblocks.coremod.MicroblocksCoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft

2013-07-24 02:50:38 [WARNING] [ForgeModLoader] The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

2013-07-24 02:50:38 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/argo-small-3.2.jar

2013-07-24 02:50:38 [iNFO] [ForgeModLoader] Download complete

2013-07-24 02:50:38 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/guava-14.0-rc3.jar

2013-07-24 02:50:49 [iNFO] [ForgeModLoader] Download complete

2013-07-24 02:50:49 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/asm-all-4.1.jar

2013-07-24 02:50:50 [iNFO] [ForgeModLoader] Download complete

2013-07-24 02:50:50 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar

2013-07-24 02:50:58 [iNFO] [ForgeModLoader] Download complete

2013-07-24 02:50:58 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/deobfuscation_data_1.5.2.zip

2013-07-24 02:50:58 [iNFO] [ForgeModLoader] Download complete

2013-07-24 02:50:58 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/scala-library.jar

2013-07-24 02:51:10 [iNFO] [ForgeModLoader] Download complete

2013-07-24 02:51:10 [iNFO] [sTDERR] Exception in thread "main" java.lang.RuntimeException: java.lang.NoClassDefFoundError: com/google/common/collect/Multimap

2013-07-24 02:51:10 [iNFO] [sTDERR]at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:192)

2013-07-24 02:51:10 [iNFO] [sTDERR]at cpw.mods.fml.relauncher.FMLRelauncher.relaunchServer(FMLRelauncher.java:147)

2013-07-24 02:51:10 [iNFO] [sTDERR]at cpw.mods.fml.relauncher.FMLRelauncher.handleServerRelaunch(FMLRelauncher.java:45)

2013-07-24 02:51:10 [iNFO] [sTDERR]at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1367)

2013-07-24 02:51:10 [iNFO] [sTDERR] Caused by: java.lang.NoClassDefFoundError: com/google/common/collect/Multimap

2013-07-24 02:51:10 [iNFO] [sTDERR]at java.lang.Class.getDeclaredConstructors0(Native Method)

2013-07-24 02:51:10 [iNFO] [sTDERR]at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)

2013-07-24 02:51:10 [iNFO] [sTDERR]at java.lang.Class.getConstructor0(Unknown Source)

2013-07-24 02:51:10 [iNFO] [sTDERR]at java.lang.Class.newInstance(Unknown Source)

2013-07-24 02:51:10 [iNFO] [sTDERR]at cpw.mods.fml.relauncher.RelaunchClassLoader.registerTransformer(RelaunchClassLoader.java:122)

2013-07-24 02:51:10 [iNFO] [sTDERR]at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:271)

2013-07-24 02:51:10 [iNFO] [sTDERR]at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:172)

2013-07-24 02:51:10 [iNFO] [sTDERR]... 3 more

2013-07-24 02:51:10 [iNFO] [sTDERR] Caused by: java.lang.ClassNotFoundException: com.google.common.collect.Multimap

2013-07-24 02:51:10 [iNFO] [sTDERR]at java.net.URLClassLoader$1.run(Unknown Source)

2013-07-24 02:51:10 [iNFO] [sTDERR]at java.net.URLClassLoader$1.run(Unknown Source)

2013-07-24 02:51:10 [iNFO] [sTDERR]at java.security.AccessController.doPrivileged(Native Method)

2013-07-24 02:51:10 [iNFO] [sTDERR]at java.net.URLClassLoader.findClass(Unknown Source)

2013-07-24 02:51:10 [iNFO] [sTDERR]at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:160)

2013-07-24 02:51:10 [iNFO] [sTDERR]at java.lang.ClassLoader.loadClass(Unknown Source)

2013-07-24 02:51:10 [iNFO] [sTDERR]at java.lang.ClassLoader.loadClass(Unknown Source)

2013-07-24 02:51:10 [iNFO] [sTDERR]... 10 more

Just so anyone who may help knows, I've uninstalled and reinstalled 5 times.

I have Kaspersky anti-virus/firewall and have tried both downloading the server with and without it on as well as launching it with and without it on.

I tried downloading an fml file that someone who was having a similar problem downloaded but it didn't help.

If anyone could help me so my friend and I can enjoy this mod together I would greatly appreciate it.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...