Login  Register

mcib3d: Bug in RoiManager3D

Posted by Jan Eglinger on May 20, 2015; 9:29am
URL: http://imagej.273.s1.nabble.com/mcib3d-Bug-in-RoiManager3D-tp5012882.html

Dear Thomas,

since the latest update of the 3D ImageJ Suite [1], I get the error
pasted below when trying to start the 3D ROI manager. I assume the
plugin doesn't find the resource images for its buttons.

In the distributed jar file, the images are in:

   /src/resources

while in the available source code [2], the images are expected to be in

   /resources

Regards,
Jan



[1]:
http://sites.imagej.net/Tboudier/
[2]:
http://imagejdocu.tudor.lu/lib/exe/fetch.php?media=plugin:stacks:3d_ij_suite:mcib-plugins2.7-src.zip


(Fiji Is Just) ImageJ 2.0.0-rc-30/1.49s; Java 1.6.0_20 [64-bit]; Windows
7 6.1; 539MB of 50000MB (1%)

java.lang.NullPointerException
        at javax.swing.ImageIcon.<init>(ImageIcon.java:167)
        at
mcib_plugins.tools.RoiManager3D_2.initComponents(RoiManager3D_2.java:784)
        at mcib_plugins.tools.RoiManager3D_2.<init>(RoiManager3D_2.java:122)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
        at java.lang.Class.newInstance0(Class.java:355)
        at java.lang.Class.newInstance(Class.java:308)
        at ij.IJ.runUserPlugIn(IJ.java:197)
        at ij.IJ.runPlugIn(IJ.java:163)
        at ij.Executer.runCommand(Executer.java:131)
        at ij.Executer.run(Executer.java:64)
        at java.lang.Thread.run(Thread.java:619)

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html