Hello,
Whenever I am starting up FTB Direwolf20 Pack v5.3.2, it loads the screen and I see the FTB logo pop up and then the screen goes black. In the console I am getting the following red messages:
I have downloaded the most recent version of java already and have removed the entire Direwolf20 pack, and re-launched it with no luck (the same error persists). Any help would be greatly appreciated!
Whenever I am starting up FTB Direwolf20 Pack v5.3.2, it loads the screen and I see the FTB logo pop up and then the screen goes black. In the console I am getting the following red messages:
Code:
2014-12-06 17:23:45 [INFO] [STDERR] java.lang.reflect.InvocationTargetException
2014-12-06 17:23:45 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-12-06 17:23:45 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2014-12-06 17:23:45 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2014-12-06 17:23:45 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:483)
2014-12-06 17:23:45 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:230)
2014-12-06 17:23:45 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:212)
2014-12-06 17:23:45 [INFO] [STDERR] at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
2014-12-06 17:23:45 [INFO] [STDERR] at net.minecraft.Launcher.replace(Launcher.java:51)
2014-12-06 17:23:45 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-12-06 17:23:45 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2014-12-06 17:23:45 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2014-12-06 17:23:45 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:483)
2014-12-06 17:23:45 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:259)
2014-12-06 17:23:45 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:212)
2014-12-06 17:23:45 [INFO] [STDERR] at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
2014-12-06 17:23:45 [INFO] [STDERR] at net.minecraft.Launcher.init(Launcher.java:86)
2014-12-06 17:23:45 [INFO] [STDERR] at net.ftb.legacylaunch.MinecraftFrame.start(MinecraftFrame.java:137)
2014-12-06 17:23:45 [INFO] [STDERR] at net.ftb.legacylaunch.Launch.main(Launch.java:112)
2014-12-06 17:23:45 [INFO] [STDERR] Caused by: java.lang.UnsatisfiedLinkError: Can't load library: /Users/Matheiu/Documents/Feed the Beast/Direwolf20/natives/liblwjgl.dylib
2014-12-06 17:23:45 [INFO] [STDERR] at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1817)
2014-12-06 17:23:45 [INFO] [STDERR] at java.lang.Runtime.load0(Runtime.java:809)
2014-12-06 17:23:45 [INFO] [STDERR] at java.lang.System.load(System.java:1083)
2014-12-06 17:23:45 [INFO] [STDERR] at org.lwjgl.Sys$1.run(Sys.java:70)
2014-12-06 17:23:45 [INFO] [STDERR] at java.security.AccessController.doPrivileged(Native Method)
2014-12-06 17:23:45 [INFO] [STDERR] at org.lwjgl.Sys.doLoadLibrary(Sys.java:66)
2014-12-06 17:23:45 [INFO] [STDERR] at org.lwjgl.Sys.loadLibrary(Sys.java:95)
2014-12-06 17:23:45 [INFO] [STDERR] at org.lwjgl.Sys.<clinit>(Sys.java:112)
2014-12-06 17:23:45 [INFO] [STDERR] at net.minecraft.client.Minecraft.F(Minecraft.java:2564)
2014-12-06 17:23:45 [INFO] [STDERR] at asz.<init>(SourceFile:20)
2014-12-06 17:23:45 [INFO] [STDERR] at net.minecraft.client.Minecraft.<init>(Minecraft.java:156)
2014-12-06 17:23:45 [INFO] [STDERR] at asq.<init>(SourceFile:38)
2014-12-06 17:23:45 [INFO] [STDERR] at net.minecraft.client.MinecraftApplet.fmlInitReentry(MinecraftApplet.java:32)
2014-12-06 17:23:45 [INFO] [STDERR] ... 18 more
2014-12-06 17:23:45 [INFO] [STDERR] java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
2014-12-06 17:23:45 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:269)
2014-12-06 17:23:45 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:212)
2014-12-06 17:23:45 [INFO] [STDERR] at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
2014-12-06 17:23:45 [INFO] [STDERR] at net.minecraft.Launcher.init(Launcher.java:86)
2014-12-06 17:23:45 [INFO] [STDERR] at net.ftb.legacylaunch.MinecraftFrame.start(MinecraftFrame.java:137)
2014-12-06 17:23:45 [INFO] [STDERR] at net.ftb.legacylaunch.Launch.main(Launch.java:112)
2014-12-06 17:23:45 [INFO] [STDERR] Caused by: java.lang.reflect.InvocationTargetException
2014-12-06 17:23:45 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-12-06 17:23:45 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2014-12-06 17:23:45 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2014-12-06 17:23:45 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:483)
2014-12-06 17:23:45 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:259)
2014-12-06 17:23:45 [INFO] [STDERR] ... 5 more
2014-12-06 17:23:45 [INFO] [STDERR] Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
2014-12-06 17:23:45 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:237)
2014-12-06 17:23:45 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:212)
2014-12-06 17:23:45 [INFO] [STDERR] at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
2014-12-06 17:23:45 [INFO] [STDERR] at net.minecraft.Launcher.replace(Launcher.java:51)
2014-12-06 17:23:45 [INFO] [STDERR] ... 10 more
2014-12-06 17:23:45 [INFO] [STDERR] Caused by: java.lang.reflect.InvocationTargetException
2014-12-06 17:23:45 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2014-12-06 17:23:45 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
2014-12-06 17:23:45 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2014-12-06 17:23:45 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:483)
2014-12-06 17:23:45 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:230)
2014-12-06 17:23:45 [INFO] [STDERR] ... 13 more
2014-12-06 17:23:45 [INFO] [STDERR] Caused by: java.lang.UnsatisfiedLinkError: Can't load library: /Users/Matheiu/Documents/Feed the Beast/Direwolf20/natives/liblwjgl.dylib
2014-12-06 17:23:45 [INFO] [STDERR] at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1817)
2014-12-06 17:23:45 [INFO] [STDERR] at java.lang.Runtime.load0(Runtime.java:809)
2014-12-06 17:23:45 [INFO] [STDERR] at java.lang.System.load(System.java:1083)
2014-12-06 17:23:45 [INFO] [STDERR] at org.lwjgl.Sys$1.run(Sys.java:70)
2014-12-06 17:23:45 [INFO] [STDERR] at java.security.AccessController.doPrivileged(Native Method)
2014-12-06 17:23:45 [INFO] [STDERR] at org.lwjgl.Sys.doLoadLibrary(Sys.java:66)
2014-12-06 17:23:45 [INFO] [STDERR] at org.lwjgl.Sys.loadLibrary(Sys.java:95)
2014-12-06 17:23:45 [INFO] [STDERR] at org.lwjgl.Sys.<clinit>(Sys.java:112)
2014-12-06 17:23:45 [INFO] [STDERR] at net.minecraft.client.Minecraft.F(Minecraft.java:2564)
2014-12-06 17:23:45 [INFO] [STDERR] at asz.<init>(SourceFile:20)
2014-12-06 17:23:45 [INFO] [STDERR] at net.minecraft.client.Minecraft.<init>(Minecraft.java:156)
2014-12-06 17:23:45 [INFO] [STDERR] at asq.<init>(SourceFile:38)
2014-12-06 17:23:45 [INFO] [STDERR] at net.minecraft.client.MinecraftApplet.fmlInitReentry(MinecraftApplet.java:32)
2014-12-06 17:23:45 [INFO] [STDERR] ... 18 more
[17:29:16] Logs copied to clipboard
I have downloaded the most recent version of java already and have removed the entire Direwolf20 pack, and re-launched it with no luck (the same error persists). Any help would be greatly appreciated!