Jump to content
  • 0

Left with White Screen after validation


Question

Posted

Title: Left with White Screen after validation

Version: 1_0_4

OS: Mac OSX 10.7.5

Java Version: Java 7 Update 25

Description of Problem:

Every time I start up Hexxit, Forge Mod loader validates the version of Minecraft and then I'm left with nothing but a white screen. I've tried deleting the Hexxit files and re-downloading them through the launcher, I've tried re-downloading the launcher itself and I've tried updating to the newest version of LWJGL, but nothing seems to work.

Error Messages:

Error Log:


2013-07-21 00:36:31 [iNFO] [sTDOUT] RenderGlobal Class Detected

2013-07-21 00:36:31 [iNFO] [sTDOUT] RenderGlobal (Obfuscated) Function Injection Detected

2013-07-21 00:36:31 [iNFO] [sTDOUT] RenderGlobal Injection Point Detected (updateEntityCape(Lmp;)V)

2013-07-21 00:36:32 [iNFO] [sTDERR] [LWJGL] Failed to load 64 bit library: Can't load library: /Users/zrarex/Library/Application Support/technic/hexxit/bin/natives/liblwjgl64.dylib

2013-07-21 00:36:32 [iNFO] [sTDOUT] FMLRelauncher.relaunchApplet

2013-07-21 00:36:32 [iNFO] [sTDERR] java.lang.reflect.InvocationTargetException

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at java.lang.reflect.Method.invoke(Method.java:601)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:247)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:229)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at net.minecraft.Launcher.replace(Launcher.java:108)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at java.lang.reflect.Method.invoke(Method.java:601)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:277)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:229)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at net.minecraft.Launcher.init(Launcher.java:127)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at org.spoutcraft.launcher.GameLauncher.runGame(GameLauncher.java:200)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at org.spoutcraft.launcher.GameUpdater.runGame(GameUpdater.java:81)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at org.spoutcraft.launcher.skin.LoginFrame.onEvent(LoginFrame.java:300)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at org.spoutcraft.launcher.skin.LoginWorker.doInBackground(LoginWorker.java:102)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at org.jdesktop.swingworker.SwingWorker$1.call(Unknown Source)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at org.jdesktop.swingworker.SwingWorker.run(Unknown Source)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at java.lang.Thread.run(Thread.java:722)

2013-07-21 00:36:32 [iNFO] [sTDERR] Caused by: java.lang.UnsatisfiedLinkError: Can't load library: /Users/zrarex/Library/Application Support/technic/hexxit/bin/natives/liblwjgl.dylib

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1828)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at java.lang.Runtime.load0(Runtime.java:792)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at java.lang.System.load(System.java:1059)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at org.lwjgl.Sys$1.run(Sys.java:70)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at java.security.AccessController.doPrivileged(Native Method)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at org.lwjgl.Sys.doLoadLibrary(Sys.java:66)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at org.lwjgl.Sys.loadLibrary(Sys.java:95)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at org.lwjgl.Sys.<clinit>(Sys.java:112)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at net.minecraft.client.Minecraft.func_71386_F(Minecraft.java:2576)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at net.minecraft.util.Timer.<init>(SourceFile:20)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at net.minecraft.client.Minecraft.<init>(Minecraft.java:154)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at net.minecraft.client.MinecraftAppletImpl.<init>(SourceFile:38)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at net.minecraft.client.MinecraftApplet.fmlInitReentry(MinecraftApplet.java:32)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	... 27 more

2013-07-21 00:36:32 [iNFO] [sTDERR] java.lang.RuntimeException: java.lang.reflect.InvocationTargetException

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:287)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:229)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at net.minecraft.Launcher.init(Launcher.java:127)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at org.spoutcraft.launcher.GameLauncher.runGame(GameLauncher.java:200)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at org.spoutcraft.launcher.GameUpdater.runGame(GameUpdater.java:81)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at org.spoutcraft.launcher.skin.LoginFrame.onEvent(LoginFrame.java:300)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at org.spoutcraft.launcher.skin.LoginWorker.doInBackground(LoginWorker.java:102)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at org.jdesktop.swingworker.SwingWorker$1.call(Unknown Source)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at java.util.concurrent.FutureTask.run(FutureTask.java:166)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at org.jdesktop.swingworker.SwingWorker.run(Unknown Source)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at java.lang.Thread.run(Thread.java:722)

2013-07-21 00:36:32 [iNFO] [sTDERR] Caused by: java.lang.reflect.InvocationTargetException

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at java.lang.reflect.Method.invoke(Method.java:601)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:277)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	... 14 more

2013-07-21 00:36:32 [iNFO] [sTDERR] Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:254)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:229)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at net.minecraft.Launcher.replace(Launcher.java:108)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	... 19 more

2013-07-21 00:36:32 [iNFO] [sTDERR] Caused by: java.lang.reflect.InvocationTargetException

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at java.lang.reflect.Method.invoke(Method.java:601)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:247)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	... 22 more

2013-07-21 00:36:32 [iNFO] [sTDERR] Caused by: java.lang.UnsatisfiedLinkError: Can't load library: /Users/zrarex/Library/Application Support/technic/hexxit/bin/natives/liblwjgl.dylib

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1828)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at java.lang.Runtime.load0(Runtime.java:792)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at java.lang.System.load(System.java:1059)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at org.lwjgl.Sys$1.run(Sys.java:70)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at java.security.AccessController.doPrivileged(Native Method)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at org.lwjgl.Sys.doLoadLibrary(Sys.java:66)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at org.lwjgl.Sys.loadLibrary(Sys.java:95)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at org.lwjgl.Sys.<clinit>(Sys.java:112)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at net.minecraft.client.Minecraft.func_71386_F(Minecraft.java:2576)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at net.minecraft.util.Timer.<init>(SourceFile:20)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at net.minecraft.client.Minecraft.<init>(Minecraft.java:154)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at net.minecraft.client.MinecraftAppletImpl.<init>(SourceFile:38)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	at net.minecraft.client.MinecraftApplet.fmlInitReentry(MinecraftApplet.java:32)

2013-07-21 00:36:32 [iNFO] [sTDERR] 	... 27 more

4 answers to this question

Recommended Posts

  • 0
Posted

It's saying it can't find LWJGL. You're running java 7 on a mac, I'm pretty sure there's special stuff you have to do to get LWJGL working. Alternatively you can downgrade to java 6.

  • 0
Posted

I've tried updating LWJGL to 2.9.0. It still displays the same error message. I've been following the instructions listed here to download and install it. I tried it in both my minecraft folder and in my Hexxit folder. I'll try downgrading to java 6 and see if that changes anything.

Join the conversation

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

Guest
Answer this question...

×   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...