Scilab
Problem with Xcos
Posts  1 - 1  of  1
Hugo3
Hi!
I have a problem with xcos. I have created a superblock, which worked fine all the time, and suddenly I cannot access it anymore. After doubleclicking on it the console reads:

Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at org.scilab.modules.xcos.block.SuperBlock.getBlocksConsecutiveUniqueValueCount(Unknown Source)
at org.scilab.modules.xcos.block.SuperBlock.updateBlocksColor(Unknown Source)
at org.scilab.modules.xcos.block.SuperBlock.updateAllBlocksColor(Unknown Source)
at org.scilab.modules.xcos.block.SuperBlock.openBlockSettings(Unknown Source)
at org.scilab.modules.xcos.graph.swing.handler.GraphHandler.openBlock(Unknown Source)
at org.scilab.modules.xcos.graph.swing.handler.GraphHandler.mouseClicked(Unknown Source)
at java.awt.AWTEventMulticaster.mouseClicked(Unknown Source)
at java.awt.AWTEventMulticaster.mouseClicked(Unknown Source)
at java.awt.AWTEventMulticaster.mouseClicked(Unknown Source)
at java.awt.AWTEventMulticaster.mouseClicked(Unknown Source)
at java.awt.AWTEventMulticaster.mouseClicked(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(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)


Can someone please give me a slight hint what may have happened?

THX!
Save
Cancel
Reply
 
x
OK