I downloaded from the official page the Linux version of the launcher. I just installed the latest jdk (java-latest-openjdk-devel) and I have all the available updates installed on my Fedora 30 system.
When running the file with the following command (without and with sudo):
java -jar TechnicLauncher.jar
I get the following java exception:
Exception in thread "main" java.awt.HeadlessException
at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:204)
at java.awt.Window.<init>(Window.java:536)
at java.awt.Frame.<init>(Frame.java:420)
at java.awt.Frame.<init>(Frame.java:385)
at javax.swing.JFrame.<init>(JFrame.java:189)
at net.technicpack.ui.controls.DraggableFrame.<init>(DraggableFrame.java:32)
at net.technicpack.launcher.ui.InstallerFrame.<init>(InstallerFrame.java:79)
at net.technicpack.launcher.LauncherMain.main(LauncherMain.java:167)
I hope that this can work, bacause I could not find any better launcher alternatives with automatic modpack install.
Question
olakend
Hi,
I downloaded from the official page the Linux version of the launcher. I just installed the latest jdk (java-latest-openjdk-devel) and I have all the available updates installed on my Fedora 30 system.
When running the file with the following command (without and with sudo):
java -jar TechnicLauncher.jar
I get the following java exception:
I hope that this can work, bacause I could not find any better launcher alternatives with automatic modpack install.
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now