Jump to content

Forge-1.19.3-44.0.48-installer.jar does not start on ubuntu 22.04


Janusz_Polak

Recommended Posts

From file .log:

JVM info: Private Build - 19.0.1 - 19.0.1+10-Ubuntu-1ubuntu122.04
java.net.preferIPv4Stack=true
Found java version 19.0.1
Exception in thread "main"
java.awt.HeadlessException:
No X11 DISPLAY variable was set,
or no headful library support was found,
but this program performed an operation which requires it,
    at java.desktop/java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:166)
    at java.desktop/java.awt.Window.<init>(Window.java:553)
    at java.desktop/java.awt.Frame.<init>(Frame.java:428)
    at java.desktop/java.awt.Frame.<init>(Frame.java:393)
    at java.desktop/javax.swing.SwingUtilities$SharedOwnerFrame.<init>(SwingUtilities.java:1919)
    at java.desktop/javax.swing.SwingUtilities.getSharedOwnerFrame(SwingUtilities.java:1995)
    at java.desktop/javax.swing.JOptionPane.getRootFrame(JOptionPane.java:1696)
    at java.desktop/javax.swing.JOptionPane.showOptionDialog(JOptionPane.java:875)
    at java.desktop/javax.swing.JOptionPane.showMessageDialog(JOptionPane.java:677)
    at java.desktop/javax.swing.JOptionPane.showMessageDialog(JOptionPane.java:648)
    at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:177)
    at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:147)

Link to comment
Share on other sites

Quote

Exception in thread "main"
java.awt.HeadlessException:
No X11 DISPLAY variable was set,
or no headful library support was found,
but this program performed an operation which requires it,
    at java.desktop/java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:166)

You are trying to use the server gui in an environment that has no graphical device.

See run.sh for the comment about the nogui parameter.

Boilerplate:

If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one.

If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install

Large files should be posted to a file sharing site like https://gist.github.com  You should also read the support forum sticky post.

Link to comment
Share on other sites

9 minutes ago, warjort said:

You are trying to use the server gui in an environment that has no graphical device.

See run.sh for the comment about the nogui parameter.

Sorry this is the installer not the actual server.

 

You need to pass the parameters on the command line if you can't start the gui. e.g.

java -jar forge-xxx-installer.jar --installServer /folder/where/you/want/the/server

 

Edited by warjort

Boilerplate:

If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one.

If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install

Large files should be posted to a file sharing site like https://gist.github.com  You should also read the support forum sticky post.

Link to comment
Share on other sites

Quote

JVM info: Private Build - 19.0.1 - 19.0.1+10-Ubuntu-1ubuntu122.04

A lot of mods use mixin which doesn't support java 19.

You need to install and use java 17 if you have any of those.

  • Like 1

Boilerplate:

If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one.

If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install

Large files should be posted to a file sharing site like https://gist.github.com  You should also read the support forum sticky post.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.