DaveyBeer1999 Posted March 11, 2014 Share Posted March 11, 2014 Hello There I'm running a Attack Of The B-Team server on my Mac but when I try to launch it with Terminal it doesn't work cant find out what is causing it so thats why I'm here now the code is here: http://pastebin.com/G7RFkNku And for other people that are lazy here: Last login: Tue Mar 11 14:09:15 on console iMac-van-mike:~ davey$ /Users/davey/Desktop/Attack B-team Server/BTeam_Server_v1.0.9c/start.command ; exit; 11-mrt-2014 14:49:50 net.minecraft.launchwrapper.LogWrapper log INFO: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker 11-mrt-2014 14:49:50 net.minecraft.launchwrapper.LogWrapper log INFO: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker 11-mrt-2014 14:49:50 net.minecraft.launchwrapper.LogWrapper log INFO: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker 2014-03-11 14:49:51 [INFO] [ForgeModLoader] Forge Mod Loader version 6.4.49.965 for Minecraft 1.6.4 loading 2014-03-11 14:49:51 [INFO] [ForgeModLoader] Java is Java HotSpot(TM) 64-Bit Server VM, version 1.6.0_65, running on Mac OS X:x86_64:10.8.5, installed at /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home 2014-03-11 14:49:51 [WARNING] [ForgeModLoader] The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft 2014-03-11 14:49:51 [WARNING] [ForgeModLoader] The coremod worldcore.asm.WCFMLLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft 2014-03-11 14:49:51 [WARNING] [ForgeModLoader] The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft 2014-03-11 14:49:51 [WARNING] [ForgeModLoader] The coremod biomesoplenty.asm.BOPFMLLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft 2014-03-11 14:49:52 [WARNING] [ForgeModLoader] The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft 2014-03-11 14:49:52 [WARNING] [ForgeModLoader] The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft 2014-03-11 14:49:52 [WARNING] [ForgeModLoader] The coremod micdoodle8.mods.miccore.MicdoodlePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft 2014-03-11 14:49:52 [WARNING] [ForgeModLoader] The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft 2014-03-11 14:49:52 [WARNING] [ForgeModLoader] The coremod openblocks.OpenBlocksCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft 2014-03-11 14:49:52 [WARNING] [ForgeModLoader] The coremod openmods.OpenModsCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft 2014-03-11 14:49:52 [WARNING] [ForgeModLoader] The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft 2014-03-11 14:49:52 [INFO] [STDERR] java.lang.UnsupportedClassVersionError: mrtjp/projectred/compatibility/CompatibilityCorePlugin : Unsupported major.minor version 51.0 2014-03-11 14:49:52 [INFO] [STDERR] at java.lang.ClassLoader.defineClass1(Native Method) 2014-03-11 14:49:52 [INFO] [STDERR] at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637) 2014-03-11 14:49:52 [INFO] [STDERR] at java.lang.ClassLoader.defineClass(ClassLoader.java:621) 2014-03-11 14:49:52 [INFO] [STDERR] at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141) 2014-03-11 14:49:52 [INFO] [STDERR] at java.net.URLClassLoader.defineClass(URLClassLoader.java:283) 2014-03-11 14:49:52 [INFO] [STDERR] at java.net.URLClassLoader.access$000(URLClassLoader.java:58) 2014-03-11 14:49:52 [INFO] [STDERR] at java.net.URLClassLoader$1.run(URLClassLoader.java:197) 2014-03-11 14:49:52 [INFO] [STDERR] at java.security.AccessController.doPrivileged(Native Method) 2014-03-11 14:49:52 [INFO] [STDERR] at java.net.URLClassLoader.findClass(URLClassLoader.java:190) 2014-03-11 14:49:52 [INFO] [STDERR] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:113) 2014-03-11 14:49:52 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:306) 2014-03-11 14:49:52 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:247) 2014-03-11 14:49:52 [INFO] [STDERR] at java.lang.Class.forName0(Native Method) 2014-03-11 14:49:52 [INFO] [STDERR] at java.lang.Class.forName(Class.java:249) 2014-03-11 14:49:52 [INFO] [STDERR] at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:386) 2014-03-11 14:49:52 [INFO] [STDERR] at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:310) 2014-03-11 14:49:52 [INFO] [STDERR] at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:212) 2014-03-11 14:49:52 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) 2014-03-11 14:49:52 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLLaunchHandler.setupServer(FMLLaunchHandler.java:74) 2014-03-11 14:49:52 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForServerLaunch(FMLLaunchHandler.java:39) 2014-03-11 14:49:52 [INFO] [STDERR] at cpw.mods.fml.common.launcher.FMLServerTweaker.injectIntoClassLoader(FMLServerTweaker.java:20) 2014-03-11 14:49:52 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:111) 2014-03-11 14:49:52 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27) 2014-03-11 14:49:52 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2014-03-11 14:49:52 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 2014-03-11 14:49:52 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 2014-03-11 14:49:52 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:597) 2014-03-11 14:49:52 [INFO] [STDERR] at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:48) 2014-03-11 14:49:52 [INFO] [STDERR] at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:17) 2014-03-11 14:49:52 [SEVERE] [ForgeModLoader] An error occurred trying to configure the minecraft home at /Users/davey/Desktop/Attack B-team Server/BTeam_Server_v1.0.9c/. for Forge Mod Loader java.lang.UnsupportedClassVersionError: mrtjp/projectred/compatibility/CompatibilityCorePlugin : Unsupported major.minor version 51.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637) at java.lang.ClassLoader.defineClass(ClassLoader.java:621) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141) at java.net.URLClassLoader.defineClass(URLClassLoader.java:283) at java.net.URLClassLoader.access$000(URLClassLoader.java:58) at java.net.URLClassLoader$1.run(URLClassLoader.java:197) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:113) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at java.lang.ClassLoader.loadClass(ClassLoader.java:247) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:249) at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:386) at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:310) at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:212) at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) at cpw.mods.fml.relauncher.FMLLaunchHandler.setupServer(FMLLaunchHandler.java:74) at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForServerLaunch(FMLLaunchHandler.java:39) at cpw.mods.fml.common.launcher.FMLServerTweaker.injectIntoClassLoader(FMLServerTweaker.java:20) at net.minecraft.launchwrapper.Launch.launch(Launch.java:111) at net.minecraft.launchwrapper.Launch.main(Launch.java:27) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:48) at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:17) 2014-03-11 14:49:52 [INFO] [STDERR] A problem occurred running the Server launcher.java.lang.reflect.InvocationTargetException 2014-03-11 14:49:52 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2014-03-11 14:49:52 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 2014-03-11 14:49:52 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 2014-03-11 14:49:52 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:597) 2014-03-11 14:49:52 [INFO] [STDERR] at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:48) 2014-03-11 14:49:52 [INFO] [STDERR] at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:17) 2014-03-11 14:49:52 [INFO] [STDERR] Caused by: java.lang.UnsupportedClassVersionError: mrtjp/projectred/compatibility/CompatibilityCorePlugin : Unsupported major.minor version 51.0 2014-03-11 14:49:52 [INFO] [STDERR] at java.lang.ClassLoader.defineClass1(Native Method) 2014-03-11 14:49:52 [INFO] [STDERR] at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637) 2014-03-11 14:49:52 [INFO] [STDERR] at java.lang.ClassLoader.defineClass(ClassLoader.java:621) 2014-03-11 14:49:52 [INFO] [STDERR] at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141) 2014-03-11 14:49:52 [INFO] [STDERR] at java.net.URLClassLoader.defineClass(URLClassLoader.java:283) 2014-03-11 14:49:52 [INFO] [STDERR] at java.net.URLClassLoader.access$000(URLClassLoader.java:58) 2014-03-11 14:49:52 [INFO] [STDERR] at java.net.URLClassLoader$1.run(URLClassLoader.java:197) 2014-03-11 14:49:52 [INFO] [STDERR] at java.security.AccessController.doPrivileged(Native Method) 2014-03-11 14:49:52 [INFO] [STDERR] at java.net.URLClassLoader.findClass(URLClassLoader.java:190) 2014-03-11 14:49:52 [INFO] [STDERR] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:113) 2014-03-11 14:49:52 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:306) 2014-03-11 14:49:52 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:247) 2014-03-11 14:49:52 [INFO] [STDERR] at java.lang.Class.forName0(Native Method) 2014-03-11 14:49:52 [INFO] [STDERR] at java.lang.Class.forName(Class.java:249) 2014-03-11 14:49:52 [INFO] [STDERR] at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:386) 2014-03-11 14:49:52 [INFO] [STDERR] at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:310) 2014-03-11 14:49:52 [INFO] [STDERR] at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:212) 2014-03-11 14:49:52 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) 2014-03-11 14:49:52 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLLaunchHandler.setupServer(FMLLaunchHandler.java:74) 2014-03-11 14:49:52 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForServerLaunch(FMLLaunchHandler.java:39) 2014-03-11 14:49:52 [INFO] [STDERR] at cpw.mods.fml.common.launcher.FMLServerTweaker.injectIntoClassLoader(FMLServerTweaker.java:20) 2014-03-11 14:49:52 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:111) 2014-03-11 14:49:52 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27) 2014-03-11 14:49:52 [INFO] [STDERR] ... 6 more logout [Proces voltooid] If any one could help me thank you and Good luck, Greets, Davey Beer Link to comment Share on other sites More sharing options...
Loader Posted March 11, 2014 Share Posted March 11, 2014 You need to remove the old Java 1.6 vm from your machine and install a later one (there should be no problems for you with doing that, everything looks compatible). After that, try again. If it stays a problem or something else goes wrong, please post on the bug tracker (in my sig) as it's easier to follow there. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now