You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[main] ERROR widoco.gui.GuiController - Error while generating the documentation:
No X11 DISPLAY variable was set,
but this program performed an operation which requires it.
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.<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:1695)
at java.desktop/javax.swing.JOptionPane.showOptionDialog(JOptionPane.java:874)
at widoco.CreateResources.saveDocument(CreateResources.java:394)
at widoco.CreateResources.createAbstractSection(CreateResources.java:228)
at widoco.CreateResources.generateDocumentation(CreateResources.java:90)
at widoco.gui.GuiController.<init>(GuiController.java:275)
at widoco.gui.GuiController.main(GuiController.java:501)
Describe the bug
When you run WIDOCO through the command line, but an operation requires the GUI (and it cannot be executed), it throws an exception:
To Reproduce
Steps to reproduce the behavior:
-rewriteAll
option)Expected behavior
I see two possibilities:
The text was updated successfully, but these errors were encountered: