elvis8900 Posted July 7, 2016 Posted July 7, 2016 I'm trying to get the launcher to run and these are the errors I'm getting. 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:162)
JaariAtmc Posted July 8, 2016 Posted July 8, 2016 11 hours ago, elvis8900 said: I'm trying to get the launcher to run and these are the errors I'm getting. 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:162) Post the full crashreport/log here: paste.ubuntu.com
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