← Back to team overview

gephi.team team mailing list archive

[Bug 526537] Re: Export Dialog Give NullPointerException on OS X Snow Leopard

 

** Changed in: gephi
       Status: New => Confirmed

** Changed in: gephi/0.7
       Status: New => Confirmed

-- 
Export Dialog Give NullPointerException on OS X Snow Leopard
https://bugs.launchpad.net/bugs/526537
You received this bug notification because you are a member of Gephi
Team, which is subscribed to 0.7.

Status in Gephi - Network exploration and manipulation: Fix Committed
Status in Gephi 0.7 series: Fix Committed

Bug description:
Any attempt at exporting immediately throws a NullPointerException.  This is triggered either by selecting any option from the "File > Export" menu, or pressing the "SVG" button in the Preview Settings window.

SVG Export:
java.lang.NullPointerException
	at org.gephi.desktop.io.export.api.VectorialFileExporterUI.action(VectorialFileExporterUI.java:178)
	at org.gephi.desktop.io.export.Export$2.actionPerformed(Export.java:71)
	at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2028)
	at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2351)
	at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
	at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
	at javax.swing.AbstractButton.doClick(AbstractButton.java:389)
	at com.apple.laf.ScreenMenuItem.actionPerformed(ScreenMenuItem.java:95)
	at java.awt.MenuItem.processActionEvent(MenuItem.java:627)
	at java.awt.MenuItem.processEvent(MenuItem.java:586)
	at java.awt.MenuComponent.dispatchEventImpl(MenuComponent.java:317)
	at java.awt.MenuComponent.dispatchEvent(MenuComponent.java:305)
[catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:638)
	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:125)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

Graph Export:
java.lang.NullPointerException
at org.gephi.desktop.io.export.api.GraphFileExporterUI.action(GraphFileExporterUI.java:183)
...rest exactly the same...