After updating IntelliJ from 2018.3.6 to the lates...
# random
n
After updating IntelliJ from 2018.3.6 to the latest 2019 version, and restarting the IDE there is is Start Failed dialog that appears about a reflection exception with the GTK theme. Below are the contents of the dialog:
Copy code
Internal error. Please report to <http://jb.gg/ide/critical-startup-errors>

com.intellij.ide.plugins.PluginManager$StartupAbortedException: java.lang.reflect.InvocationTargetException
    at com.intellij.ide.plugins.PluginManager.lambda$start$0(PluginManager.java:78)
    at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at com.intellij.ide.plugins.PluginManager.lambda$start$0(PluginManager.java:75)
    ... 1 more
Caused by: java.lang.UnsatisfiedLinkError: sun.awt.UNIXToolkit.get_gtk_version()I
    at sun.awt.UNIXToolkit.get_gtk_version(Native Method)
    at sun.awt.UNIXToolkit.getGtkVersion(UNIXToolkit.java:393)
    at com.sun.java.swing.plaf.gtk.GTKLookAndFeel.initialize(GTKLookAndFeel.java:1455)
    at javax.swing.UIManager.setLookAndFeel(UIManager.java:538)
    at javax.swing.UIManager.setLookAndFeel(UIManager.java:583)
    at com.intellij.util.ui.UIUtil.initDefaultLAF(UIUtil.java:3215)
    at com.intellij.idea.StartupUtil.prepareAndStart(StartupUtil.java:153)
    at com.intellij.idea.MainImpl.start(MainImpl.java:20)
    ... 6 more
Did the latest stable version of IntelliJ drop support for the GTK theme?
a
I haven't found anything in the issue tracker so please report to https://youtrack.jetbrains.com/issues/IDEA
n
Turns out the GTK theme is no longer available in IntelliJ 2019.1. Still there should have been a check made by the IntelliJ updater before updating from 2018.x to 2019.x.
a
Ah, sorry, I search in the wrong project. The issue is https://youtrack.jetbrains.com/issue/JBR-1330
👍 1