Jump to content

Recommended Posts

Posted

Hello.

Whenever I try to launch the server via launch.bat (on a Windows computer), it... pauses without starting up the server.

Currently my launch.bat is unmodified, as shown:

java -Xmx3G -Xms2G -jar Hexxit.jar nogui

pause

And this is my ForgeModLoader-server-0.log:

2013-08-06 15:57:20 [iNFO] [ForgeModLoader] Forge Mod Loader version 5.2.23.737 for Minecraft 1.5.2 loading

2013-08-06 15:57:20 [iNFO] [ForgeModLoader] Java is Java HotSpot 64-Bit Server VM, version 1.7.0_21, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7

2013-08-06 15:57:20 [FINE] [ForgeModLoader] Java classpath at launch is Hexxit.jar

2013-08-06 15:57:20 [FINE] [ForgeModLoader] Java library path at launch is C:\windows\system32;C:\windows\Sun\Java\bin;C:\windows\system32;C:\windows;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;c:\Program Files (x86)\AMD APP\bin\x86_64;c:\Program Files (x86)\AMD APP\bin\x86;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;c:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;C:\Program Files (x86)\Common Files\Roxio Shared\12.0\DLLShared\;C:\Program Files (x86)\Windows Live\Shared;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\QuickTime\QTSystem\;C:\windows\System32\WindowsPowerShell\v1.0\;.

2013-08-06 15:57:20 [FINE] [ForgeModLoader] Enabling runtime deobfuscation

2013-08-06 15:57:20 [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-08-06 15:57:20 [WARNING] [ForgeModLoader] The coremod codechicken.core.asm.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

2013-08-06 15:57:20 [WARNING] [ForgeModLoader] The coremod cofh.asm.CoFHPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

2013-08-06 15:57:20 [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-08-06 15:57:20 [WARNING] [ForgeModLoader] The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

2013-08-06 15:57:20 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/guava-14.0-rc3.jar

2013-08-06 15:57:28 [iNFO] [ForgeModLoader] Download complete

2013-08-06 15:57:28 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/bcprov-jdk15on-148.jar

2013-08-06 15:57:36 [iNFO] [ForgeModLoader] Download complete

2013-08-06 15:57:36 [iNFO] [ForgeModLoader] Downloading file http://files.minecraftforge.net/fmllibs/scala-library.jar

2013-08-06 15:57:48 [iNFO] [ForgeModLoader] Download complete

2013-08-06 15:57:48 [iNFO] [sTDERR] Exception in thread "main" java.lang.RuntimeException: java.lang.NoClassDefFoundError: com/google/common/collect/Multimap

2013-08-06 15:57:48 [iNFO] [sTDERR]at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:192)

2013-08-06 15:57:48 [iNFO] [sTDERR]at cpw.mods.fml.relauncher.FMLRelauncher.relaunchServer(FMLRelauncher.java:147)

2013-08-06 15:57:48 [iNFO] [sTDERR]at cpw.mods.fml.relauncher.FMLRelauncher.handleServerRelaunch(FMLRelauncher.java:45)

2013-08-06 15:57:48 [iNFO] [sTDERR]at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:1367)

2013-08-06 15:57:48 [iNFO] [sTDERR] Caused by: java.lang.NoClassDefFoundError: com/google/common/collect/Multimap

2013-08-06 15:57:48 [iNFO] [sTDERR]at java.lang.Class.getDeclaredConstructors0(Native Method)

2013-08-06 15:57:48 [iNFO] [sTDERR]at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)

2013-08-06 15:57:48 [iNFO] [sTDERR]at java.lang.Class.getConstructor0(Unknown Source)

2013-08-06 15:57:48 [iNFO] [sTDERR]at java.lang.Class.newInstance0(Unknown Source)

2013-08-06 15:57:48 [iNFO] [sTDERR]at java.lang.Class.newInstance(Unknown Source)

2013-08-06 15:57:48 [iNFO] [sTDERR]at cpw.mods.fml.relauncher.RelaunchClassLoader.registerTransformer(RelaunchClassLoader.java:122)

2013-08-06 15:57:48 [iNFO] [sTDERR]at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:271)

2013-08-06 15:57:48 [iNFO] [sTDERR]at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:172)

2013-08-06 15:57:48 [iNFO] [sTDERR]... 3 more

2013-08-06 15:57:48 [iNFO] [sTDERR] Caused by: java.lang.ClassNotFoundException: com.google.common.collect.Multimap

2013-08-06 15:57:48 [iNFO] [sTDERR]at java.net.URLClassLoader$1.run(Unknown Source)

2013-08-06 15:57:48 [iNFO] [sTDERR]at java.net.URLClassLoader$1.run(Unknown Source)

2013-08-06 15:57:48 [iNFO] [sTDERR]at java.security.AccessController.doPrivileged(Native Method)

2013-08-06 15:57:48 [iNFO] [sTDERR]at java.net.URLClassLoader.findClass(Unknown Source)

2013-08-06 15:57:48 [iNFO] [sTDERR]at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:160)

2013-08-06 15:57:48 [iNFO] [sTDERR]at java.lang.ClassLoader.loadClass(Unknown Source)

2013-08-06 15:57:48 [iNFO] [sTDERR]at java.lang.ClassLoader.loadClass(Unknown Source)

2013-08-06 15:57:48 [iNFO] [sTDERR]... 11 more

I didn't know what ForgeModLoader-server-0.log.lck was, so I opened it and it was empty.

A response would be much appreciated.

Thank you.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...