For some odd reason that I can't determine, my Energia 12 install just flipped out on me. This is on Fedora Linux 19, 64-bit.
[ebrundic@spock energia-0101E0012]$ ./energia Exception in thread "main" java.lang.IllegalArgumentException: scrollCount and interval must be greater than 0 at processing.app.tools.MenuScroller.<init>(MenuScroller.java:310) at processing.app.tools.MenuScroller.<init>(MenuScroller.java:283) at processing.app.tools.MenuScroller.setScrollerFor(MenuScroller.java:166) at processing.app.Editor.rebuildExamplesMenu(Editor.java:632) at processing.app.Editor.buildFileMenu(Editor.java:513) at processing.app.Editor.buildMenuBar(Editor.java:475) at processing.app.Editor.<init>(Editor.java:206) at processing.app.Base.handleOpen(Base.java:765) at processing.app.Base.handleOpen(Base.java:730) at processing.app.Base.handleNew(Base.java:581) at processing.app.Base.<init>(Base.java:318) at processing.app.Base.main(Base.java:200)
It doesn't die, but just hangs indefinitely.
What's funny is if I purge my entire ~/Documents/Energia/libraries/ folder, it's fine, but none of my libs are there. Adding any one of the libs I had in there makes this error come back.
Nothing about those libraries has changed in the past 2 days... making this even more puzzling to me. Energia had no problem with them before. It worked earlier today, and just this evening I tried someone's sketch from IRC, which compiled but didn't seem to do much, however after disconnecting my F5529LP and trying to attach my Tiva (TM4C123), I noticed that error.
I tried purging ~/.energia including its preferences.txt file, all it does is ask me where to store the sketches, and when I select my old ~/Documents/Energia folder, it proceeds to bomb with that error again.
FWIW, energia 11 has no problem starting.