I've been trying to install Feed the Beast on ubuntu 12.04. When I click 'launch', FTB has a bunch of errors, starting with java.lang.reflect.InvocationTargetException.
FTB is the only mod I've got on here. There was no previous install of Minecraft on this version of Ubuntu.
I am using 64 big Ubuntu and Sun Java, which is also 64 bit.
I've tried uninstalling and reinstalling minecraft, as well as uninstalling/reinstalling ubuntu. I've been trying to update the LWJGL files, but haven't been having much luck - although I'm not sure if the LWJGL files are the problem, because there is nothing to update from.
If it helps, I am running Ubuntu 12.04 as a dual boot with Windows XP. Minecraft works on Windows XP with this machine, but is quite slow which is why I'm giving Ubuntu a try. I've been able to get Minecraft to work on another computer of mine running Ubuntu as well.
Here is the launcher log.
Thanks!
Loading jars...
Added URL to classpath: file:/home/jonathan/Desktop/Feed%20the%20Beast/Direwolf20/instMods/MinecraftForge.zip
Added URL to classpath: file:/home/jonathan/Desktop/Feed%20the%20Beast/Direwolf20/minecraft/bin/minecraft.jar
Added URL to classpath: file:/home/jonathan/Desktop/Feed%20the%20Beast/Direwolf20/minecraft/bin/lwjgl.jar
Added URL to classpath: file:/home/jonathan/Desktop/Feed%20the%20Beast/Direwolf20/minecraft/bin/lwjgl_util.jar
Added URL to classpath: file:/home/jonathan/Desktop/Feed%20the%20Beast/Direwolf20/minecraft/bin/jinput.jar
Loading natives...
Natives loaded...
Loading minecraft class
mc = class net.minecraft.client.Minecraft
field amount: 67
Fixed Minecraft Path: Field was private static java.io.File net.minecraft.client.Minecraft.an
MCDIR: /home/jonathan/Desktop/Feed the Beast/Direwolf20/.minecraft
Launching with applet wrapper...
2013-05-09 11:52:10 [INFO] [ForgeModLoader] Forge Mod Loader version 4.7.35.556 for Minecraft 1.4.7 loading
2013-05-09 11:52:10 [INFO] [MiscPeripheralsASM] Initialized
2013-05-09 11:52:12 [INFO] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate fingerprint de4cf8a3f3bc15635810044c39240bf96804ea7d
2013-05-09 11:52:12 [INFO] [STDOUT] Adding Accesstransformer map: codechickencore_at.cfg
2013-05-09 11:52:12 [INFO] [STDOUT] Adding AccessTransformer: chickenchunks_at.cfg
2013-05-09 11:52:12 [INFO] [STDOUT] Adding Accesstransformer map: temp.dat
2013-05-09 11:52:12 [INFO] [STDOUT] Adding Accesstransformer map: nei_at.cfg
2013-05-09 11:52:17 [INFO] [STDOUT] Inserted super call into avz.c
2013-05-09 11:52:17 [INFO] [STDOUT] avf was overriden from NotEnoughItems.jar
2013-05-09 11:52:19 [INFO] [STDOUT] FMLRelauncher.relaunchApplet
2013-05-09 11:52:19 [INFO] [STDERR] java.lang.reflect.InvocationTargetException
2013-05-09 11:52:20 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-05-09 11:52:20 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
2013-05-09 11:52:20 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2013-05-09 11:52:20 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:601)
2013-05-09 11:52:20 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:230)
2013-05-09 11:52:20 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:212)
2013-05-09 11:52:20 [INFO] [STDERR] at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
2013-05-09 11:52:20 [INFO] [STDERR] at net.minecraft.Launcher.replace(Launcher.java:51)
2013-05-09 11:52:20 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-05-09 11:52:20 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
2013-05-09 11:52:20 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2013-05-09 11:52:20 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:601)
2013-05-09 11:52:20 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:259)
2013-05-09 11:52:20 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:212)
2013-05-09 11:52:20 [INFO] [STDERR] at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
2013-05-09 11:52:20 [INFO] [STDERR] at net.minecraft.Launcher.init(Launcher.java:85)
2013-05-09 11:52:20 [INFO] [STDERR] at net.ftb.mclauncher.MinecraftFrame.start(MinecraftFrame.java:149)
2013-05-09 11:52:20 [INFO] [STDERR] at net.ftb.mclauncher.MinecraftLauncher.main(MinecraftLauncher.java:208)
2013-05-09 11:52:20 [INFO] [STDERR] Caused by: java.lang.UnsatisfiedLinkError: /home/jonathan/Desktop/Feed the Beast/Direwolf20/minecraft/bin/natives/liblwjgl.so: /home/jonathan/Desktop/Feed the Beast/Direwolf20/minecraft/bin/natives/liblwjgl.so: wrong ELF class: ELFCLASS32 (Possible cause: architecture word width mismatch)
2013-05-09 11:52:20 [INFO] [STDERR] at java.lang.ClassLoader$NativeLibrary.load(Native Method)
2013-05-09 11:52:20 [INFO] [STDERR] at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1939)
2013-05-09 11:52:20 [INFO] [STDERR] at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1864)
2013-05-09 11:52:20 [INFO] [STDERR] at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1825)
2013-05-09 11:52:20 [INFO] [STDERR] at java.lang.Runtime.load0(Runtime.java:792)
2013-05-09 11:52:20 [INFO] [STDERR] at java.lang.System.load(System.java:1059)
2013-05-09 11:52:20 [INFO] [STDERR] at org.lwjgl.Sys$1.run(Sys.java:69)
2013-05-09 11:52:20 [INFO] [STDERR] at java.security.AccessController.doPrivileged(Native Method)
2013-05-09 11:52:20 [INFO] [STDERR] at org.lwjgl.Sys.doLoadLibrary(Sys.java:65)
2013-05-09 11:52:20 [INFO] [STDERR] at org.lwjgl.Sys.loadLibrary(Sys.java:81)
2013-05-09 11:52:20 [INFO] [STDERR] at org.lwjgl.Sys.<clinit>(Sys.java:98)
2013-05-09 11:52:20 [INFO] [STDERR] at net.minecraft.client.Minecraft.F(Minecraft.java:2564)
2013-05-09 11:52:20 [INFO] [STDERR] at asz.<init>(SourceFile:20)
2013-05-09 11:52:20 [INFO] [STDERR] at net.minecraft.client.Minecraft.<init>(Minecraft.java:156)
2013-05-09 11:52:20 [INFO] [STDERR] at asq.<init>(SourceFile:38)
2013-05-09 11:52:20 [INFO] [STDERR] at net.minecraft.client.MinecraftApplet.fmlInitReentry(MinecraftApplet.java:32)
2013-05-09 11:52:20 [INFO] [STDERR] ... 18 more
2013-05-09 11:52:20 [INFO] [STDERR] [11:52:20] [ERROR] FMLRelauncher.relaunchApplet:269->MinecraftLauncher.main:214: Unhandled error launching minecraft: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:269)
cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:212)
net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
net.minecraft.Launcher.init(Launcher.java:85)
net.ftb.mclauncher.MinecraftFrame.start(MinecraftFrame.java:149)
net.ftb.mclauncher.MinecraftLauncher.main(MinecraftLauncher.java:208
FTB is the only mod I've got on here. There was no previous install of Minecraft on this version of Ubuntu.
I am using 64 big Ubuntu and Sun Java, which is also 64 bit.
I've tried uninstalling and reinstalling minecraft, as well as uninstalling/reinstalling ubuntu. I've been trying to update the LWJGL files, but haven't been having much luck - although I'm not sure if the LWJGL files are the problem, because there is nothing to update from.
If it helps, I am running Ubuntu 12.04 as a dual boot with Windows XP. Minecraft works on Windows XP with this machine, but is quite slow which is why I'm giving Ubuntu a try. I've been able to get Minecraft to work on another computer of mine running Ubuntu as well.
Here is the launcher log.
Thanks!
java version "1.7.0_21"
Java(TM) SE Runtime Environment (build 1.7.0_21-b11)
Java HotSpot(TM) 64-Bit Server VM (build 23.21-b01, mixed mode)
Please help[