Possible bug on Linux when running an MPS instance from MPS
If I try to start a new MPS instance from MPS I get the long error reported below.
Adding the following JVM parameter to the run configuration, magically, fix the problem:
"-cp <intellij-community github clone>/community-resources/src"
Bye,
Mar
[ 4815] ERROR - llij.ide.plugins.PluginManager - JetBrains MPS 3.3.2 Build #MPS-143.1025
[ 4815] ERROR - llij.ide.plugins.PluginManager - JDK: 1.8.0_60
[ 4815] ERROR - llij.ide.plugins.PluginManager - VM: Java HotSpot(TM) Server VM
[ 4815] ERROR - llij.ide.plugins.PluginManager - Vendor: Oracle Corporation
[ 4815] ERROR - llij.ide.plugins.PluginManager - OS: Linux
Start Failed: Internal error. Please report to http://jb.gg/ide/critical-startup-errors
java.lang.AssertionError: Icon cannot be found in '/lafs/LinuxIntelliJ.png', aClass='class com.intellij.ide.customize.CustomizeUIThemeStepPanel$ThemeInfo'
at com.intellij.openapi.diagnostic.DefaultLogger.error(DefaultLogger.java:66)
at com.intellij.openapi.diagnostic.Logger.error(Logger.java:115)
at com.intellij.openapi.util.IconLoader.getIcon(IconLoader.java:178)
at com.intellij.openapi.util.IconLoader.getIcon(IconLoader.java:146)
at com.intellij.ide.customize.CustomizeUIThemeStepPanel$ThemeInfo.getIcon(CustomizeUIThemeStepPanel.java:63)
at com.intellij.ide.customize.CustomizeUIThemeStepPanel$ThemeInfo.access$100(CustomizeUIThemeStepPanel.java:38)
at com.intellij.ide.customize.CustomizeUIThemeStepPanel.<init>(CustomizeUIThemeStepPanel.java:105)
at com.intellij.ide.customize.CustomizeIDEWizardDialog.initSteps(CustomizeIDEWizardDialog.java:101)
at com.intellij.ide.customize.CustomizeIDEWizardDialog.<init>(CustomizeIDEWizardDialog.java:61)
at com.intellij.idea.StartupUtil.runStartupWizard(StartupUtil.java:395)
at com.intellij.idea.MainImpl$1$1.run(MainImpl.java:44)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Caused by: java.lang.Throwable
... 24 more
Please sign in to leave a comment.
I think this should be entered into the bug tracker for investigation.
Vaclav