Page 1 of 1

Bio Formats Export nullpointer exception

PostPosted: Mon Feb 13, 2017 10:13 am
by Oli
Hi all,

When trying to run Bio-Formats Exporter on any currently open image, I get the following error
Code: Select all
(Fiji Is Just) ImageJ 2.0.0-rc-56/1.51h; Java 1.8.0_66 [64-bit]; Windows 10 10.0; 543MB of 18304MB (2%)

java.lang.NullPointerException
   at loci.plugins.out.Exporter.run(Exporter.java:443)
   at loci.plugins.LociExporter.run(LociExporter.java:75)
   at ij.plugin.filter.PlugInFilterRunner.processOneImage(PlugInFilterRunner.java:265)
   at ij.plugin.filter.PlugInFilterRunner.<init>(PlugInFilterRunner.java:114)
   at ij.IJ.runUserPlugIn(IJ.java:219)
   at ij.IJ.runPlugIn(IJ.java:181)
   at ij.Executer.runCommand(Executer.java:137)
   at ij.Executer.run(Executer.java:63)
   at java.lang.Thread.run(Thread.java:745)


I am up do date with Fiji and Bioformats according to the update site... Any suggestions would be very welcome.

Best

Oli

Re: Bio Formats Export nullpointer exception

PostPosted: Mon Feb 13, 2017 10:33 am
by sbesson
Hi Oli,

thanks for your quick report. This issue has already been brought to our attention by Jan Eglinger in this issue and we are investigating a fix for this regression.

This will be fixed in the upcoming release of Bio-Formats.

Best,
Sebastien