Login  Register

Re: Possible bug in Multi-point tool

Posted by chenji36 on Aug 29, 2016; 6:43pm
URL: http://imagej.273.s1.nabble.com/Possible-bug-in-Multi-point-tool-tp5016631p5017132.html

Hi all,

I also have this issue - just downloaded a new version of Image J today (1.50i, August 29), does anyone know a fix to this? I find that toggling between other tools and going back to the multi point tool does not "unfreeze" imageJ and I cannot make additional selections after switching between the two different colours of the counter.

I tried to save my current work and to reopen the image, however, I am also unable to save the file, and this is the error message:

ImageJ 1.50i; Java 1.6.0_24 [64-bit]; Windows 7 6.1; 14MB of 5712MB (<1%)
 
java.lang.ArrayIndexOutOfBoundsException: 8
        at ij.gui.PointRoi.getCounters(PointRoi.java:497)
        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:188)
        at ij.Executer.runCommand(Executer.java:137)
        at ij.Executer.run(Executer.java:66)
        at java.lang.Thread.run(Thread.java:662)