Hi folks,
I have two images 256x256. Both of them are 8-bit. I opened one of them with the plugin “Interactive 3D Surface Plot”. After I delighted myself with it, I wanted to see the other image “Interactive 3D Surface Plot” side by side with the first one and then this rude awakening happened from my delight. The Machine is a MacPro late 2013 with 64GB Ram. ImageJ 1.50b; Java 1.6.0_65 [64-bit]; Mac OS X 10.10.5; 138MB of 658MB (20%) java.lang.NullPointerException at jRenderer3D.Transform.transform(Transform.java:24) at jRenderer3D.JRenderer3D.finishAndDrawText(JRenderer3D.java:605) at jRenderer3D.JRenderer3D.doRendering(JRenderer3D.java:925) at Interactive_3D_Surface_Plot.renderAndUpdateDisplay(Interactive_3D_Surface_Plot.java:970) at Interactive_3D_Surface_Plot.create3DRenderer(Interactive_3D_Surface_Plot.java:749) at Interactive_3D_Surface_Plot.runApplication(Interactive_3D_Surface_Plot.java:538) at Interactive_3D_Surface_Plot.run(Interactive_3D_Surface_Plot.java:447) at ij.IJ.runUserPlugIn(IJ.java:212) at ij.IJ.runPlugIn(IJ.java:176) at ij.Executer.runCommand(Executer.java:132) at ij.Executer.run(Executer.java:65) at java.lang.Thread.run(Thread.java:695) -- ImageJ mailing list: http://imagej.nih.gov/ij/list.html |
Hi Information Ocean,
> java.lang.NullPointerException > at jRenderer3D.Transform.transform(Transform.java:24) > at jRenderer3D.JRenderer3D.finishAndDrawText(JRenderer3D.java:605) > at jRenderer3D.JRenderer3D.doRendering(JRenderer3D.java:925) I briefly tried to reproduce this on my machine (ImageJ 2.0.0-rc-39/1.50b; Java 1.8.0_45 [64-bit]; Mac OS X 10.10.5), but was unable to do so. My attempt involved the Blobs and Boats (cropped) samples. Can you provide more specific instructions on how to reliably trigger the issue? Feel free also to file a bug using the Help > Report a Bug command [1]. Then we can discuss further in the issue tracker. Regards, Curtis [1] http://imagej.net/Bugs On Tue, Sep 8, 2015 at 9:53 PM, Information Ocean < [hidden email]> wrote: > Hi folks, > > I have two images 256x256. Both of them are 8-bit. I opened one of them > with the plugin “Interactive 3D Surface Plot”. After I delighted myself > with it, I wanted to see the other image “Interactive 3D Surface Plot” side > by side with the first one and then this rude awakening happened from my > delight. > > The Machine is a MacPro late 2013 with 64GB Ram. > > > ImageJ 1.50b; Java 1.6.0_65 [64-bit]; Mac OS X 10.10.5; 138MB of 658MB > (20%) > > java.lang.NullPointerException > at jRenderer3D.Transform.transform(Transform.java:24) > at jRenderer3D.JRenderer3D.finishAndDrawText(JRenderer3D.java:605) > at jRenderer3D.JRenderer3D.doRendering(JRenderer3D.java:925) > at > Interactive_3D_Surface_Plot.renderAndUpdateDisplay(Interactive_3D_Surface_Plot.java:970) > at > Interactive_3D_Surface_Plot.create3DRenderer(Interactive_3D_Surface_Plot.java:749) > at > Interactive_3D_Surface_Plot.runApplication(Interactive_3D_Surface_Plot.java:538) > at > Interactive_3D_Surface_Plot.run(Interactive_3D_Surface_Plot.java:447) > at ij.IJ.runUserPlugIn(IJ.java:212) > at ij.IJ.runPlugIn(IJ.java:176) > at ij.Executer.runCommand(Executer.java:132) > at ij.Executer.run(Executer.java:65) > at java.lang.Thread.run(Thread.java:695) > > -- > ImageJ mailing list: http://imagej.nih.gov/ij/list.html > -- ImageJ mailing list: http://imagej.nih.gov/ij/list.html |
Free forum by Nabble | Edit this page |