Jump to content

TeraDuke

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by TeraDuke

  1. Apple just says to download the JRE from java.com, and since my parents aren't home right now, I can't install the JRE (I need an admin password). I also forgot to tell you that some modpacks (like Lapitos Galacticraft Modpack) work, as well as the original minecraft from the launcher. It's just some, like tekkit and voltz, that don't work. Maybe it's because my java home variable is set to the wrong version or something. I don't know how to set the default java on a mac.
  2. This means the release # of the launcher, most likely either 382 or 383. Check by clicking on the settings wheel in the top right hand corner. Java isn't an operating system. Some common ones are Windows, Mac OS X, Linux, Solaris and Ubuntu. This means the actual version of Java, like Java 7 Update 51 or similar. Try deleting the hexxit folder in the technic/modpacks directory. If that doesn't work, go to settings and click "Show Console" to true, and then post the error log.
  3. I tried reinstalling technic launcher and Tekkit, but it still gives the same error.
  4. If I interpreted you correctly, should I download Java 6 from oracle, or should I keep using the Apple provided Java 6u65? Also, I need an admin password to install it, and my parents aren't home. Once they do, I'll update Java.
  5. I uninstalled Java 8. I'm a programmer, so I like to use Java 7, and that's why I have it. But when I remove Java 6, no java applications work, because the system isn't optimized for Java 7u45, it's optimized for the apple-provided java (6u65). So, the problem may be that I need to optimize it for Java 7, and remove Java 6.
  6. Yes, I have a Java 8 pre-release installed, but that's 64-bit. I checked the folder the error was referring to, and the files it needs just aren't there.
  7. Launcher Version: 383 Operating System: Mac OS X 10.9.1 (Mavericks) Java Version: Java 7 Update 45, also have Apple-Java 6 Update 65 Antivirus Program: Gatekeeper Description of Problem: When I start tekkit, it says that FML is setting some things up, but when the window appears, it's just a blank screen. When I looked at the console, it says that it requires a few libraries with lwjgl that aren't there. Error Messages: No error messages, but look at the Error Log below. Error Log: 2014-01-17 13:07:50 [iNFO] [sTDERR] [LWJGL] Failed to load 64 bit library: Can't load library: /Users/SeanJordan/Library/Application Support/technic/modpacks/tekkitmain/bin/natives/liblwjgl64.dylib 2014-01-17 13:07:50 [iNFO] [sTDOUT] FMLRelauncher.relaunchApplet 2014-01-17 13:07:50 [iNFO] [sTDERR] java.lang.reflect.InvocationTargetException 2014-01-17 13:07:50 [iNFO] [sTDERR]at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2014-01-17 13:07:50 [iNFO] [sTDERR]at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 2014-01-17 13:07:50 [iNFO] [sTDERR]at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2014-01-17 13:07:50 [iNFO] [sTDERR]at java.lang.reflect.Method.invoke(Method.java:483) 2014-01-17 13:07:50 [iNFO] [sTDERR]at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:247) 2014-01-17 13:07:50 [iNFO] [sTDERR]at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:229) 2014-01-17 13:07:50 [iNFO] [sTDERR]at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25) 2014-01-17 13:07:50 [iNFO] [sTDERR]at net.minecraft.Launcher.replace(Launcher.java:108) 2014-01-17 13:07:50 [iNFO] [sTDERR]at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2014-01-17 13:07:50 [iNFO] [sTDERR]at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 2014-01-17 13:07:50 [iNFO] [sTDERR]at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2014-01-17 13:07:50 [iNFO] [sTDERR]at java.lang.reflect.Method.invoke(Method.java:483) 2014-01-17 13:07:50 [iNFO] [sTDERR]at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:277) 2014-01-17 13:07:50 [iNFO] [sTDERR]at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:229) 2014-01-17 13:07:50 [iNFO] [sTDERR]at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25) 2014-01-17 13:07:50 [iNFO] [sTDERR]at net.minecraft.Launcher.init(Launcher.java:127) 2014-01-17 13:07:50 [iNFO] [sTDERR]at net.technicpack.legacywrapper.Frame.runGame(Frame.java:94) 2014-01-17 13:07:50 [iNFO] [sTDERR]at net.technicpack.legacywrapper.Launch.main(Launch.java:17) 2014-01-17 13:07:50 [iNFO] [sTDERR] Caused by: java.lang.UnsatisfiedLinkError: Can't load library: /Users/SeanJordan/Library/Application Support/technic/modpacks/tekkitmain/bin/natives/liblwjgl.dylib 2014-01-17 13:07:50 [iNFO] [sTDERR]at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1817) 2014-01-17 13:07:50 [iNFO] [sTDERR]at java.lang.Runtime.load0(Runtime.java:809) 2014-01-17 13:07:50 [iNFO] [sTDERR]at java.lang.System.load(System.java:1083) 2014-01-17 13:07:50 [iNFO] [sTDERR]at org.lwjgl.Sys$1.run(Sys.java:70) 2014-01-17 13:07:50 [iNFO] [sTDERR]at java.security.AccessController.doPrivileged(Native Method) 2014-01-17 13:07:50 [iNFO] [sTDERR]at org.lwjgl.Sys.doLoadLibrary(Sys.java:66) 2014-01-17 13:07:50 [iNFO] [sTDERR]at org.lwjgl.Sys.loadLibrary(Sys.java:95) 2014-01-17 13:07:50 [iNFO] [sTDERR]at org.lwjgl.Sys.<clinit>(Sys.java:112) 2014-01-17 13:07:50 [iNFO] [sTDERR]at net.minecraft.client.Minecraft.func_71386_F(Minecraft.java:2576) 2014-01-17 13:07:50 [iNFO] [sTDERR]at net.minecraft.util.Timer.<init>(SourceFile:20) 2014-01-17 13:07:50 [iNFO] [sTDERR]at net.minecraft.client.Minecraft.<init>(Minecraft.java:154) 2014-01-17 13:07:50 [iNFO] [sTDERR]at net.minecraft.client.MinecraftAppletImpl.<init>(SourceFile:38) 2014-01-17 13:07:50 [iNFO] [sTDERR]at net.minecraft.client.MinecraftApplet.fmlInitReentry(MinecraftApplet.java:32) 2014-01-17 13:07:50 [iNFO] [sTDERR]... 18 more 2014-01-17 13:07:50 [iNFO] [sTDERR] Exception in thread "main" java.lang.RuntimeException: java.lang.reflect.InvocationTargetException 2014-01-17 13:07:50 [iNFO] [sTDERR]at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:287) 2014-01-17 13:07:50 [iNFO] [sTDERR]at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:229) 2014-01-17 13:07:50 [iNFO] [sTDERR]at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25) 2014-01-17 13:07:50 [iNFO] [sTDERR]at net.minecraft.Launcher.init(Launcher.java:127) 2014-01-17 13:07:50 [iNFO] [sTDERR]at net.technicpack.legacywrapper.Frame.runGame(Frame.java:94) 2014-01-17 13:07:50 [iNFO] [sTDERR]at net.technicpack.legacywrapper.Launch.main(Launch.java:17) 2014-01-17 13:07:50 [iNFO] [sTDERR] Caused by: java.lang.reflect.InvocationTargetException 2014-01-17 13:07:50 [iNFO] [sTDERR]at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2014-01-17 13:07:50 [iNFO] [sTDERR]at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 2014-01-17 13:07:50 [iNFO] [sTDERR]at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2014-01-17 13:07:50 [iNFO] [sTDERR]at java.lang.reflect.Method.invoke(Method.java:483) 2014-01-17 13:07:50 [iNFO] [sTDERR]at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:277) 2014-01-17 13:07:50 [iNFO] [sTDERR]... 5 more 2014-01-17 13:07:50 [iNFO] [sTDERR] Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException 2014-01-17 13:07:50 [iNFO] [sTDERR]at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:254) 2014-01-17 13:07:50 [iNFO] [sTDERR]at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:229) 2014-01-17 13:07:50 [iNFO] [sTDERR]at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25) 2014-01-17 13:07:50 [iNFO] [sTDERR]at net.minecraft.Launcher.replace(Launcher.java:108) 2014-01-17 13:07:50 [iNFO] [sTDERR]... 10 more 2014-01-17 13:07:50 [iNFO] [sTDERR] Caused by: java.lang.reflect.InvocationTargetException 2014-01-17 13:07:50 [iNFO] [sTDERR]at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 2014-01-17 13:07:50 [iNFO] [sTDERR]at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 2014-01-17 13:07:50 [iNFO] [sTDERR]at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2014-01-17 13:07:50 [iNFO] [sTDERR]at java.lang.reflect.Method.invoke(Method.java:483) 2014-01-17 13:07:50 [iNFO] [sTDERR]at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:247) 2014-01-17 13:07:50 [iNFO] [sTDERR]... 13 more 2014-01-17 13:07:50 [iNFO] [sTDERR] Caused by: java.lang.UnsatisfiedLinkError: Can't load library: /Users/SeanJordan/Library/Application Support/technic/modpacks/tekkitmain/bin/natives/liblwjgl.dylib 2014-01-17 13:07:50 [iNFO] [sTDERR]at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1817) 2014-01-17 13:07:50 [iNFO] [sTDERR]at java.lang.Runtime.load0(Runtime.java:809) 2014-01-17 13:07:50 [iNFO] [sTDERR]at java.lang.System.load(System.java:1083) 2014-01-17 13:07:50 [iNFO] [sTDERR]at org.lwjgl.Sys$1.run(Sys.java:70) 2014-01-17 13:07:50 [iNFO] [sTDERR]at java.security.AccessController.doPrivileged(Native Method) 2014-01-17 13:07:50 [iNFO] [sTDERR]at org.lwjgl.Sys.doLoadLibrary(Sys.java:66) 2014-01-17 13:07:50 [iNFO] [sTDERR]at org.lwjgl.Sys.loadLibrary(Sys.java:95) 2014-01-17 13:07:50 [iNFO] [sTDERR]at org.lwjgl.Sys.<clinit>(Sys.java:112) 2014-01-17 13:07:50 [iNFO] [sTDERR]at net.minecraft.client.Minecraft.func_71386_F(Minecraft.java:2576) 2014-01-17 13:07:50 [iNFO] [sTDERR]at net.minecraft.util.Timer.<init>(SourceFile:20) 2014-01-17 13:07:50 [iNFO] [sTDERR]at net.minecraft.client.Minecraft.<init>(Minecraft.java:154) 2014-01-17 13:07:50 [iNFO] [sTDERR]at net.minecraft.client.MinecraftAppletImpl.<init>(SourceFile:38) 2014-01-17 13:07:50 [iNFO] [sTDERR]at net.minecraft.client.MinecraftApplet.fmlInitReentry(MinecraftApplet.java:32) 2014-01-17 13:07:50 [iNFO] [sTDERR]... 18 more
×
×
  • Create New...