Jump to content

Recommended Posts

Posted

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)

 

Posted
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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...