Nifty? crash

Hey.



A tester go this rare native crash. I don’t know what was going on at the time, but since i find no references to JTextArea in either Hostile Sector, or jme, i wonder if it’s in nifty?


Exception in thread "AWT-EventQueue-1" java.lang.IllegalArgumentException: Invalid remove
at javax.swing.JTextArea.replaceRange(Unknown Source)
at com.sun.deploy.util.ConsoleWindow$25.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$000(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)

AFAIK Nifty doesn’t reference Swing. Could be it a local conflict in the user system?

It’s possible. I just wanted to get it out and see if anyone had encountered it. Guess we’ll have to see if it happens again.

It might be possible that JTextArea is used in JTextField or something like that. In either case I believe AWT event thread should continue running even if an exception occurs so its no big deal unless something breaks in the GUI