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
The application crashes with an SWTException (see below)
Log
This exception is logged:
Exception in thread "main" org.eclipse.swt.SWTException: Unsupported color depth
at org.eclipse.swt.SWT.error(SWT.java:4932)
at org.eclipse.swt.SWT.error(SWT.java:4847)
at org.eclipse.swt.SWT.error(SWT.java:4818)
at org.eclipse.swt.graphics.Image$ImageHandle.getImageData(Image.java:2568)
at org.eclipse.swt.graphics.Image.getImageData(Image.java:1402)
at org.eclipse.swt.internal.ImageList.set(ImageList.java:413)
at org.eclipse.swt.internal.ImageList.lambda$1(ImageList.java:400)
at java.base/java.util.HashMap.forEach(HashMap.java:1421)
at org.eclipse.swt.internal.ImageList.setForAllHandles(ImageList.java:400)
at org.eclipse.swt.internal.ImageList.add(ImageList.java:64)
at org.eclipse.swt.widgets.Button._setImage(Button.java:144)
at org.eclipse.swt.widgets.Button.handleDPIChange(Button.java:1571)
at org.eclipse.swt.internal.DPIZoomChangeRegistry.applyChange(DPIZoomChangeRegistry.java:55)
at org.eclipse.swt.widgets.Composite.handleDPIChange(Composite.java:1984)
at org.eclipse.swt.internal.DPIZoomChangeRegistry.applyChange(DPIZoomChangeRegistry.java:55)
at org.eclipse.swt.widgets.Composite.handleDPIChange(Composite.java:1984)
at org.eclipse.swt.internal.DPIZoomChangeRegistry.applyChange(DPIZoomChangeRegistry.java:55)
at org.eclipse.swt.widgets.Composite.handleDPIChange(Composite.java:1984)
at org.eclipse.swt.internal.DPIZoomChangeRegistry.applyChange(DPIZoomChangeRegistry.java:55)
at org.eclipse.swt.widgets.Composite.handleDPIChange(Composite.java:1984)
at org.eclipse.swt.internal.DPIZoomChangeRegistry.applyChange(DPIZoomChangeRegistry.java:55)
at org.eclipse.swt.widgets.Composite.handleDPIChange(Composite.java:1984)
at org.eclipse.swt.internal.DPIZoomChangeRegistry.applyChange(DPIZoomChangeRegistry.java:55)
at org.eclipse.swt.widgets.Composite.handleDPIChange(Composite.java:1984)
at org.eclipse.swt.internal.DPIZoomChangeRegistry.applyChange(DPIZoomChangeRegistry.java:55)
at org.eclipse.swt.widgets.Control.WM_DPICHANGED(Control.java:4938)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:4849)
at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:336)
at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1482)
at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2354)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:5072)
at org.eclipse.swt.internal.win32.OS.DefWindowProc(Native Method)
at org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java:512)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:4856)
at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:336)
at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1482)
at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2354)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:5072)
at org.eclipse.swt.internal.win32.OS.DefWindowProc(Native Method)
at org.eclipse.swt.widgets.Shell.callWindowProc(Shell.java:512)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:4856)
at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:336)
at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1482)
at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2354)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:5072)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(Native Method)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3688)
at org.eclipse.swt.examples.controlexample.ControlExample.main(ControlExample.java:240)
The text was updated successfully, but these errors were encountered:
How to reproduce
Log
This exception is logged:
The text was updated successfully, but these errors were encountered: