gephi.team team mailing list archive
-
gephi.team team
-
Mailing list archive
-
Message #00090
Re: [Bug 526537] Re: Export Dialog Give NullPointerException on OS X Snow Leopard
Thanks for the amazingly quick fix. I've noticed a bunch of other not quite
as critical bugs that I'll be sure to submit as well.
On Tue, Feb 23, 2010 at 1:09 PM, Mathieu Bastian
<mathieu.bastian@xxxxxxxxx>wrote:
> I fixed this issue. I updated the module on our server, so you can
> profit from the fix immediately by updating your Gephi (Help > Check for
> updated).
>
> --
> Export Dialog Give NullPointerException on OS X Snow Leopard
> https://bugs.launchpad.net/bugs/526537
> You received this bug notification because you are a direct subscriber
> of the bug.
>
--
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...
References