ryerrabelli / jmonkeyengine

Automatically exported from code.google.com/p/jmonkeyengine
0 stars 0 forks source link

"This function should be called while holding treeLock" exception #370

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. With SceneViewer and all other tabs closed, double click a nifty gui XML 
file.
2. An exception will appear (see below)

Nifty GUI XML files or the rest of the exception trace can be provided on 
request.

java.lang.IllegalStateException: This function should be called while holding 
treeLock
at java.awt.Component.checkTreeLock(Component.java:1195)
at java.awt.Container.validateTree(Container.java:1682)
at 
com.jme3.gde.gui.multiview.NiftyPreviewPanel.access$500(NiftyPreviewPanel.java:4
5)
at 
com.jme3.gde.gui.multiview.NiftyPreviewPanel$3.run(NiftyPreviewPanel.java:139)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:705)
at java.awt.EventQueue.access$000(EventQueue.java:101)
at java.awt.EventQueue$3.run(EventQueue.java:666)
at java.awt.EventQueue$3.run(EventQueue.java:664)

Original issue reported on code.google.com by ShadowIs...@gmail.com on 1 Aug 2011 at 3:41

GoogleCodeExporter commented 8 years ago

Original comment by normen667 on 26 Aug 2011 at 9:57