View difference between Paste ID: gA63zsEw and G3sXnhMW
SHOW: | | - or go back to the newest paste.
1-
Exception in thread "Thread-3" java.lang.UnsatisfiedLinkError: /home/dok/.minecraft/bin/natives/liblwjgl.so: libjawt.so: cannot open shared object file: No such file or directory
1+
Exception in thread "Thread-3" java.lang.NoClassDefFoundError: cpw/mods/fml/client/FMLTextureFX
2-
	at java.lang.ClassLoader$NativeLibrary.load(Native Method)
2+
	at java.lang.ClassLoader.defineClass1(Native Method)
3-
	at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1939)
3+
	at java.lang.ClassLoader.defineClass(ClassLoader.java:791)
4-
	at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1864)
4+
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
5-
	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1825)
5+
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
6-
	at java.lang.Runtime.load0(Runtime.java:792)
6+
	at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
7-
	at java.lang.System.load(System.java:1059)
7+
	at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
8-
	at org.lwjgl.Sys$1.run(Sys.java:69)
8+
	at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
9
	at java.security.AccessController.doPrivileged(Native Method)
10-
	at org.lwjgl.Sys.doLoadLibrary(Sys.java:65)
10+
	at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
11-
	at org.lwjgl.Sys.loadLibrary(Sys.java:81)
11+
	at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
12-
	at org.lwjgl.Sys.<clinit>(Sys.java:98)
12+
	at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
13-
	at net.minecraft.client.Minecraft.F(SourceFile:1857)
13+
	at java.lang.Class.getDeclaredMethods0(Native Method)
14-
	at aof.<init>(SourceFile:20)
14+
	at java.lang.Class.privateGetDeclaredMethods(Class.java:2442)
15-
	at net.minecraft.client.Minecraft.<init>(SourceFile:77)
15+
	at java.lang.Class.getDeclaredMethod(Class.java:1952)
16-
	at anw.<init>(SourceFile:36)
16+
	at cpw.mods.fml.relauncher.ReflectionHelper.findMethod(ReflectionHelper.java:170)
17-
	at net.minecraft.client.MinecraftApplet.init(SourceFile:36)
17+
	at cpw.mods.fml.relauncher.FMLRelauncher.computeExistingClientHome(FMLRelauncher.java:183)
18
	at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:229)
19-
	at net.minecraft.Launcher$1.run(Launcher.java:79)
19+
	at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:200)
20
	at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:28)
21
	at net.minecraft.Launcher.replace(Launcher.java:136)
22
	at net.minecraft.Launcher$1.run(Launcher.java:79)
23
Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.client.FMLTextureFX
24
	at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
25
	at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
26
	at java.security.AccessController.doPrivileged(Native Method)
27
	at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
28
	at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
29
	at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
30
	... 21 more