Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] cant initialize server #84

Open
Ismasan99 opened this issue Sep 22, 2023 · 1 comment
Open

[BUG] cant initialize server #84

Ismasan99 opened this issue Sep 22, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@Ismasan99
Copy link

Describe the bug
An error displays saying no x11 display variable was set

To Reproduce
Steps to reproduce the behavior:

  1. just execute
  2. error plays

Expected behavior
the server to run

Screenshots
Exception in thread "main"
java.awt.HeadlessException:
No X11 DISPLAY variable was set,
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.(Window.java:553)
at java.desktop/java.awt.Frame.(Frame.java:428)
at java.desktop/java.awt.Frame.(Frame.java:393)
at java.desktop/javax.swing.SwingUtilities$SharedOwnerFrame.(SwingUtilities.java:1919)
at java.desktop/javax.swing.SwingUtilities.getSharedOwnerFrame(SwingUtilities.java:1995)
at java.desktop/javax.swing.JOptionPane.getRootFrame(JOptionPane.java:1695)
at java.desktop/javax.swing.JOptionPane.showOptionDialog(JOptionPane.java:874)
at java.desktop/javax.swing.JOptionPane.showMessageDialog(JOptionPane.java:676)
at java.desktop/javax.swing.JOptionPane.showMessageDialog(JOptionPane.java:647)
at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:191)
at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:161)

Minecraft server Version
1.19.2 forge

Mod/Datapack list
List all the mods/datapacks currently being used on the server if applicable.

Additional context
Add any other context about the problem here.

@Ismasan99 Ismasan99 added the bug Something isn't working label Sep 22, 2023
@Fadri5
Copy link

Fadri5 commented Oct 16, 2023

Hi, im having the same problem, have you found a solution yet?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants