Re: Possible bug in Multi-point tool

Posted by chenji36 on
URL: http://imagej.273.s1.nabble.com/Possible-bug-in-Multi-point-tool-tp5016631p5017138.html

Hi Wayne,

Thanks for getting back to me, I updated my ImageJ to the most recent version, and was able to count a few images fine before this issue popped up again - counter does not register the additional clicks after I switch between counter categories. Tried saving what I had at the moment, but got this error message:

ImageJ 1.51f; Java 1.6.0_24 [64-bit]; Windows 7 6.1; 25MB of 5712MB (<1%)
 
java.lang.ArrayIndexOutOfBoundsException: 142
        at ij.gui.PointRoi.getCounters(PointRoi.java:511)
        at ij.io.RoiEncoder.write(RoiEncoder.java:147)
        at ij.io.RoiEncoder.write(RoiEncoder.java:56)
        at ij.io.RoiEncoder.saveAsByteArray(RoiEncoder.java:71)
        at ij.io.FileSaver.saveAsTiff(FileSaver.java:109)
        at ij.io.FileSaver.saveAsTiff(FileSaver.java:92)
        at ij.plugin.filter.Writer.run(Writer.java:20)
        at ij.plugin.filter.PlugInFilterRunner.processOneImage(PlugInFilterRunner.java:265)
        at ij.plugin.filter.PlugInFilterRunner.<init>(PlugInFilterRunner.java:114)
        at ij.IJ.runPlugIn(IJ.java:189)
        at ij.Executer.runCommand(Executer.java:137)
        at ij.Executer.run(Executer.java:66)
        at java.lang.Thread.run(Thread.java:662)

It looks like the same issue as before?

Jenny