You are not logged in.
Log:
MultiMC version: 0.4.5
Minecraft folder is:
/home/kyle/.multimc5/instances/WLR/minecraft
Java path is:
java
Java Arguments:
[-Xms512m, -Xmx3328m, -XX:PermSize=232m, -Duser.language=en, -jar, /usr/lib/multimc5/jars/NewLaunch.jar]
Using onesix launcher.
Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/lib/jvm/java-7-openjdk/jre/lib/amd64/xawt/libmawt.so: libXtst.so.6: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1965)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1890)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1851)
at java.lang.Runtime.load0(Runtime.java:795)
at java.lang.System.load(System.java:1062)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1965)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1890)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1872)
at java.lang.Runtime.loadLibrary0(Runtime.java:849)
at java.lang.System.loadLibrary(System.java:1088)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:67)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:47)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.loadLibraries(Toolkit.java:1653)
at java.awt.Toolkit.<clinit>(Toolkit.java:1682)
at java.awt.Dimension.<clinit>(Dimension.java:88)
at org.multimc.onesix.OneSixLauncher.processParams(OneSixLauncher.java:69)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:302)
at org.multimc.EntryPoint.listen(EntryPoint.java:165)
at org.multimc.EntryPoint.main(EntryPoint.java:54)
Minecraft exited with exitcode 1.I get a simular error with java 8:
MultiMC version: 0.4.5
Minecraft folder is:
/home/kyle/.multimc5/instances/WLR/minecraft
Java path is:
java
Java Arguments:
[-Xms512m, -Xmx3328m, -XX:PermSize=232m, -Duser.language=en, -jar, /usr/lib/multimc5/jars/NewLaunch.jar]
OpenJDK 64-Bit Server VM warning: ignoring option PermSize=232m; support was removed in 8.0
Using onesix launcher.
Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/lib/jvm/java-8-openjdk/jre/lib/amd64/libawt_xawt.so: libXtst.so.6: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1929)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1814)
at java.lang.Runtime.load0(Runtime.java:809)
at java.lang.System.load(System.java:1083)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1929)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1835)
at java.lang.Runtime.loadLibrary0(Runtime.java:870)
at java.lang.System.loadLibrary(System.java:1119)
at java.awt.Toolkit$3.run(Toolkit.java:1636)
at java.awt.Toolkit$3.run(Toolkit.java:1634)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.loadLibraries(Toolkit.java:1633)
at java.awt.Toolkit.<clinit>(Toolkit.java:1668)
at java.awt.Dimension.<clinit>(Dimension.java:88)
at org.multimc.onesix.OneSixLauncher.processParams(OneSixLauncher.java:69)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:302)
at org.multimc.EntryPoint.listen(EntryPoint.java:165)
at org.multimc.EntryPoint.main(EntryPoint.java:54)
Minecraft exited with exitcode 1.I have tried adding 'export LD_LIBRARY_PATH="/usr/lib/jvm/java-7-openjdk/jre/lib/amd64"' to my .zshrc which didn't work.
Offline
The 'Exception in...' line from both of your code blocks tells you exactly what went wrong.
But whether the Constitution really be one thing, or another, this much is certain - that it has either authorized such a government as we have had, or has been powerless to prevent it. In either case, it is unfit to exist.
-Lysander Spooner
Offline
The 'Exception in...' line from both of your code blocks tells you exactly what went wrong.
Well, I already knew that. How do I fix it? I've tried google but nothing has worked.
Offline
Well why didn't you say so? See here.
But whether the Constitution really be one thing, or another, this much is certain - that it has either authorized such a government as we have had, or has been powerless to prevent it. In either case, it is unfit to exist.
-Lysander Spooner
Offline
That worked tahnks!
Offline