TechnicLauncher
TechnicLauncher copied to clipboard
Not starting in Ubuntu 14.04 Oracle Java 8
The launcher ends up getting this error on launch when ran with the command java -jar Technic,jar
Picked up JAVA_TOOL_OPTIONS: -javaagent:/usr/share/java/jayatanaag.jar
Oct 16, 2014 3:27:37 PM org.spoutcraft.launcher.entrypoint.Start launch
INFO: Args: []
The program 'java' received an X Window System error.
This probably reflects a bug in the program.
The error was 'RenderBadPicture (invalid Picture parameter)'.
(Details: serial 252 error_code 143 request_code 139 minor_code 6)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
You already installed "jayatana" which allows to hide java application menus in Unity: If you remove that software, that message will gone!
sudo apt-get remove jayatana
You may also need to delete:
/usr/share/upstart/sessions/jayatana.conf
and reboot.
Another issue is that your using java 8. Java 8 and minecraft mods usually doesn't work unless orcal has changed something.
Well Java 8 and minecraft mods works fine for me, although I'm on windows though.
Last time i checked java 8 had a million and one issues with most modded minecraft.
shrug I've been using java 8 exclusively for a while now, haven't really had much issues,
@scj643 I run Ubuntu 14.04 on my laptop with Java 8 and have no problems. Can you post more detailed system specs. The biggest question is are you using Unity?