bamaer opened a new issue, #5998:
URL: https://github.com/apache/hop/issues/5998

   ### Apache Hop version?
   
   2.17.0-SNAPSHOT
   
   ### Java version?
   
   17
   
   ### Operating system
   
   Linux
   
   ### What happened?
   
   On some Linux desktop environments, the following error is frequently 
thrown. 
   This seems to happen on some (not all) KDE Plasma on Wayland, Cinnamon on 
Mint and maybe other DEs. 
   
   Error in the Hop GUI : Argument not valid
   java.lang.IllegalArgumentException: Argument not valid
           at org.eclipse.swt.SWT.error(SWT.java:4927)
           at org.eclipse.swt.SWT.error(SWT.java:4861)
           at org.eclipse.swt.SWT.error(SWT.java:4832)
           at org.eclipse.swt.graphics.GC.drawImage(GC.java:882)
           at org.eclipse.swt.graphics.GC.drawImage(GC.java:865)
           at 
org.eclipse.swt.custom.CTabFolderRenderer.drawUnselected(CTabFolderRenderer.java:1649)
           at 
org.eclipse.swt.custom.CTabFolderRenderer.draw(CTabFolderRenderer.java:647)
           at org.eclipse.swt.custom.CTabFolder.onPaint(CTabFolder.java:2101)
           at org.eclipse.swt.custom.CTabFolder.lambda$0(CTabFolder.java:338)
           at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:91)
           at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5884)
           at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1656)
           at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1682)
           at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1665)
           at org.eclipse.swt.widgets.Control.gtk_draw(Control.java:3898)
           at org.eclipse.swt.widgets.Scrollable.gtk_draw(Scrollable.java:394)
           at org.eclipse.swt.widgets.Composite.gtk_draw(Composite.java:507)
           at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:2614)
           at org.eclipse.swt.widgets.Control.windowProc(Control.java:6864)
           at org.eclipse.swt.widgets.Display.windowProc(Display.java:6191)
           at org.eclipse.swt.internal.gtk3.GTK3.gtk_main_do_event(Native 
Method)
           at org.eclipse.swt.widgets.Display.eventProc(Display.java:1619)
           at org.eclipse.swt.internal.gtk3.GTK3.gtk_main_iteration_do(Native 
Method)
           at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4537)
           at org.apache.hop.ui.hopgui.HopGui.open(HopGui.java:496)
           at org.apache.hop.ui.hopgui.HopGui.main(HopGui.java:374)
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: Hop Gui


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to