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
Hello. I'm testing Consulo(IDEA fork) with FlatLaf and getting this error. I'm not sure for now - on which side, but depends on javadoc - this method can return null
Cannot invoke "java.awt.GraphicsConfiguration.isTranslucencyCapable()" because the return value of "java.awt.Component.getGraphicsConfiguration()" is null: Cannot invoke "java.awt.GraphicsConfiguration.isTranslucencyCapable()" because the return value of "java.awt.Component.getGraphicsConfiguration()" is null
java.lang.NullPointerException: Cannot invoke "java.awt.GraphicsConfiguration.isTranslucencyCapable()" because the return value of "java.awt.Component.getGraphicsConfiguration()" is null
at consulo.desktop.awt/com.formdev.flatlaf/com.formdev.flatlaf.ui.FlatPopupFactory.getPopup(FlatPopupFactory.java:141)
at consulo/consulo.ide.impl@3-SNAPSHOT/consulo.ide.impl.idea.ui.popup.PopupComponent$Factory$AwtHeavyweight.getPopup(PopupComponent.java:69)
at consulo/consulo.ide.impl@3-SNAPSHOT/consulo.ide.impl.idea.ui.popup.AbstractPopup.show(AbstractPopup.java:973)
at consulo/consulo.ide.impl@3-SNAPSHOT/consulo.ide.impl.idea.ui.popup.AbstractPopup.show(AbstractPopup.java:494)
at consulo/consulo.ide.impl@3-SNAPSHOT/consulo.ide.impl.idea.ide.HelpTooltipImpl.lambda$scheduleShow$4(HelpTooltipImpl.java:468)
The text was updated successfully, but these errors were encountered:
Hello. I'm testing Consulo(IDEA fork) with FlatLaf and getting this error. I'm not sure for now - on which side, but depends on javadoc - this method can return null
The text was updated successfully, but these errors were encountered: