bobby5892 Posted March 20, 2014 Posted March 20, 2014 When going to run ./launch.sh It just crashes.. Mar 19, 2014 7:50:57 PM net.minecraft.launchwrapper.LogWrapper log INFO: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker Mar 19, 2014 7:50:57 PM net.minecraft.launchwrapper.LogWrapper log INFO: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker Mar 19, 2014 7:50:57 PM net.minecraft.launchwrapper.LogWrapper log INFO: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker 2014-03-19 19:50:57 [INFO] [ForgeModLoader] Forge Mod Loader version 6.4.49.965 for Minecraft 1.6.4 loading 2014-03-19 19:50:57 [INFO] [ForgeModLoader] Java is OpenJDK 64-Bit Server VM, version 1.6.0_30, running on Linux:amd64:2.6.32-431.1.2.0.1.el6.x86_64, installed at /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre 2014-03-19 19:50:57 [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-19 19:50:57 [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-19 19:50:57 [WARNING] [ForgeModLoader] The coremod appeng.transformer.AppEngCore does not have a MCVersion annotation, it may cause issues with this version of Minecraft 2014-03-19 19:50:57 [INFO] [ForgeModLoader] [AppEng] Core Init 2014-03-19 19:50:57 [WARNING] [ForgeModLoader] The coremod calclavia.lib.CalclaviaPluginLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft 2014-03-19 19:50:57 [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-19 19:50:57 [INFO] [STDERR] Warning: version of ForgeMultipart-universal-1.6.4-, 1.0.0.250 is newer than request 1.0.0.244 2014-03-19 19:50:57 [WARNING] [ForgeModLoader] The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft 2014-03-19 19:50:57 [WARNING] [ForgeModLoader] The coremod mods.immibis.microblocks.coremod.MicroblocksCoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft 2014-03-19 19:50:57 [WARNING] [ForgeModLoader] The coremod logisticspipes.asm.LogisticsPipesCoreLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft 2014-03-19 19:50:57 [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-19 19:50:57 [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-19 19:50:57 [WARNING] [ForgeModLoader] The coremod openmods.OpenModsCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft 2014-03-19 19:50:57 [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-19 19:50:57 [INFO] [STDERR] java.lang.UnsupportedClassVersionError: mrtjp/projectred/compatibility/CompatibilityCorePlugin : Unsupported major.minor version 51.0 2014-03-19 19:50:57 [INFO] [STDERR] at java.lang.ClassLoader.defineClass1(Native Method) 2014-03-19 19:50:57 [INFO] [STDERR] at java.lang.ClassLoader.defineClass(ClassLoader.java:643) 2014-03-19 19:50:57 [INFO] [STDERR] at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) 2014-03-19 19:50:57 [INFO] [STDERR] at java.net.URLClassLoader.defineClass(URLClassLoader.java:277) 2014-03-19 19:50:57 [INFO] [STDERR] at java.net.URLClassLoader.access$000(URLClassLoader.java:73) 2014-03-19 19:50:57 [INFO] [STDERR] at java.net.URLClassLoader$1.run(URLClassLoader.java:212) 2014-03-19 19:50:57 [INFO] [STDERR] at java.security.AccessController.doPrivileged(Native Method) 2014-03-19 19:50:57 [INFO] [STDERR] at java.net.URLClassLoader.findClass(URLClassLoader.java:205) 2014-03-19 19:50:57 [INFO] [STDERR] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:113) 2014-03-19 19:50:57 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:323) 2014-03-19 19:50:57 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:268) 2014-03-19 19:50:57 [INFO] [STDERR] at java.lang.Class.forName0(Native Method) 2014-03-19 19:50:57 [INFO] [STDERR] at java.lang.Class.forName(Class.java:270) 2014-03-19 19:50:57 [INFO] [STDERR] at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:386) 2014-03-19 19:50:57 [INFO] [STDERR] at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:310) 2014-03-19 19:50:57 [INFO] [STDERR] at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:212) 2014-03-19 19:50:57 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) 2014-03-19 19:50:57 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLLaunchHandler.setupServer(FMLLaunchHandler.java:74) 2014-03-19 19:50:57 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForServerLaunch(FMLLaunchHandler.java:39) 2014-03-19 19:50:57 [INFO] [STDERR] at cpw.mods.fml.common.launcher.FMLServerTweaker.injectIntoClassLoader(FMLServerTweaker.java:20) 2014-03-19 19:50:57 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:111) 2014-03-19 19:50:57 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27) 2014-03-19 19:50:57 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2014-03-19 19:50:57 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 2014-03-19 19:50:57 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2014-03-19 19:50:57 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:622) 2014-03-19 19:50:57 [INFO] [STDERR] at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:48) 2014-03-19 19:50:57 [INFO] [STDERR] at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:17) 2014-03-19 19:50:57 [SEVERE] [ForgeModLoader] An error occurred trying to configure the minecraft home at /home/tekkit/1.2.8/. 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.defineClass(ClassLoader.java:643) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:277) at java.net.URLClassLoader.access$000(URLClassLoader.java:73) at java.net.URLClassLoader$1.run(URLClassLoader.java:212) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:205) at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:113) at java.lang.ClassLoader.loadClass(ClassLoader.java:323) at java.lang.ClassLoader.loadClass(ClassLoader.java:268) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:270) 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:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:622) at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:48) at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:17) 2014-03-19 19:50:57 [INFO] [STDERR] A problem occurred running the Server launcher.java.lang.reflect.InvocationTargetException 2014-03-19 19:50:57 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2014-03-19 19:50:57 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 2014-03-19 19:50:57 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2014-03-19 19:50:57 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:622) 2014-03-19 19:50:57 [INFO] [STDERR] at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:48) 2014-03-19 19:50:57 [INFO] [STDERR] at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:17) 2014-03-19 19:50:57 [INFO] [STDERR] Caused by: java.lang.UnsupportedClassVersionError: mrtjp/projectred/compatibility/CompatibilityCorePlugin : Unsupported major.minor version 51.0 2014-03-19 19:50:57 [INFO] [STDERR] at java.lang.ClassLoader.defineClass1(Native Method) 2014-03-19 19:50:57 [INFO] [STDERR] at java.lang.ClassLoader.defineClass(ClassLoader.java:643) 2014-03-19 19:50:57 [INFO] [STDERR] at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) 2014-03-19 19:50:57 [INFO] [STDERR] at java.net.URLClassLoader.defineClass(URLClassLoader.java:277) 2014-03-19 19:50:57 [INFO] [STDERR] at java.net.URLClassLoader.access$000(URLClassLoader.java:73) 2014-03-19 19:50:57 [INFO] [STDERR] at java.net.URLClassLoader$1.run(URLClassLoader.java:212) 2014-03-19 19:50:57 [INFO] [STDERR] at java.security.AccessController.doPrivileged(Native Method) 2014-03-19 19:50:57 [INFO] [STDERR] at java.net.URLClassLoader.findClass(URLClassLoader.java:205) 2014-03-19 19:50:57 [INFO] [STDERR] at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:113) 2014-03-19 19:50:57 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:323) 2014-03-19 19:50:57 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:268) 2014-03-19 19:50:57 [INFO] [STDERR] at java.lang.Class.forName0(Native Method) 2014-03-19 19:50:57 [INFO] [STDERR] at java.lang.Class.forName(Class.java:270) 2014-03-19 19:50:57 [INFO] [STDERR] at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:386) 2014-03-19 19:50:57 [INFO] [STDERR] at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:310) 2014-03-19 19:50:57 [INFO] [STDERR] at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:212) 2014-03-19 19:50:57 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) 2014-03-19 19:50:57 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLLaunchHandler.setupServer(FMLLaunchHandler.java:74) 2014-03-19 19:50:57 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForServerLaunch(FMLLaunchHandler.java:39) 2014-03-19 19:50:57 [INFO] [STDERR] at cpw.mods.fml.common.launcher.FMLServerTweaker.injectIntoClassLoader(FMLServerTweaker.java:20) 2014-03-19 19:50:57 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.launch(Launch.java:111) 2014-03-19 19:50:57 [INFO] [STDERR] at net.minecraft.launchwrapper.Launch.main(Launch.java:27) 2014-03-19 19:50:57 [INFO] [STDERR] ... 6 more
bobby5892 Posted March 20, 2014 Author Posted March 20, 2014 We swapped back to 1.2.7b and it fired right up.. Not sure whats different in 1.2.8 that won't load.
Roversword Posted March 20, 2014 Posted March 20, 2014 hi there Any reason you are still on OpenJDK 6 instead of 7? it says that project red seems to have trouble with some mismatching versions. Have you tried to reset the pack and redownload it all?
Dash16 Posted March 20, 2014 Posted March 20, 2014 I'm having the same problem trying to run the launch.sh script in OS X 10.9. Seems Project Red doesn't like Java 7 Update 51: 2014-03-20 10:42:35 [sEVERE] [ForgeModLoader] An error occurred trying to configure the minecraft home at /Users/dustinn/Downloads/Tekkit_Server_v1.2.8c/. for Forge Mod Loader java.lang.UnsupportedClassVersionError: mrtjp/projectred/compatibility/CompatibilityCorePlugin : Unsupported major.minor version 51.0 I'm also unable to launch the 1.2.8c client in OS X, TechnicLauncher opens the minecraft window, which disappears on its own. The same line is present in the ForgeModLoader-client-0.log.
bobby5892 Posted March 21, 2014 Author Posted March 21, 2014 yum install java64 On centos its the most recent version in the repos
efflandt Posted March 21, 2014 Posted March 21, 2014 1.2.8c server works fine in 64-bit Ubuntu 12.04 with openjdk-7 (7u51-2.4.4-0ubuntu0.12.04.2). I have been running openjdk-7 ever since one mod in Tekkit Classic server (but not client) required that a long time ago back it was the latest Tekkit.
DiscountNinja Posted March 21, 2014 Posted March 21, 2014 (edited) Yea, I'm currently writing a large guide for this version of tekkit, and my CentOS server broke with this version. I'm going to manually install the latest untested java. >.< Edited March 21, 2014 by DiscountNinja
HeatHunter Posted March 21, 2014 Posted March 21, 2014 seems as if I'm forced to get a new version of my distri now -.-
DiscountNinja Posted March 21, 2014 Posted March 21, 2014 Most distro's can update everything with just updates with out a need to reinstall. I have installed the lastest java version and it still crashes on launch. >.<
HeatHunter Posted March 21, 2014 Posted March 21, 2014 (edited) I Installed a patch without effect, but I don't know if it was the correct one ^^ in my early Linux days, I used to use LFS, but as they lack support of 64 bit bootloader in their book, I installed a quick and dirty version of suse (it's running since then ^^) I really don't know if they continued to support v11 as they are now at v13.1... Maybe it's just time to fully upgrade again... (this would be a good excuse at least ) EDIT: or I just try out the 1.2.8d Version of tekkit and save me the hassle for a few years xD Edited March 21, 2014 by HeatHunter
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