Bug in Build 156

Crashes when I try to expand a typesystem.

Looks like an icon is missing or something.  When I try to expand a typesystem:

Exception in thread "main" java.lang.ExceptionInInitializerError

        at java.lang.Class.forName0(Native Method)

        at java.lang.Class.forName(Class.java:242)

        at jetbrains.mps.ide.icons.IconManager.getIconFor(Unknown Source)

...

Caused by: java.lang.NullPointerException

        at *javax.swing.ImageIcon.(ImageIcon.java:138)         at jetbrains.mps.typesystem.typesystemLanguage.icons.Icons.(Unkn

own Source)*

        ... 31 more

0
1 comment

Scott Royston wrote:

Crashes when I try to expand a typesystem.

Looks like an icon is missing or something.  When I try to expand a typesystem:

Exception in thread "main" java.lang.ExceptionInInitializerError

        at java.lang.Class.forName0(Native Method)

        at java.lang.Class.forName(Class.java:242)

        at jetbrains.mps.ide.icons.IconManager.getIconFor(Unknown Source)

..

Caused by: java.lang.NullPointerException

        at *javax.swing.ImageIcon.<init>(ImageIcon.java:138)

        at jetbrains.mps.typesystem.typesystemLanguage.icons.Icons.<clinit>(Unkn

own Source)*

        ... 31 more

Thank you. It will be fixed in next build.

0

Please sign in to leave a comment.