Re: java3D and java 1.8
Posted by chin on
URL: http://imagej.273.s1.nabble.com/help-with-3D-segmentation-tp5014798p5015014.html
Hi aryeh,
It seems that using higher graphic cards are nessary for running 3D viewer in Fiji with Java 1.8. Using the ngeforce 8800, I got the messages as followed,
3D [dev] 1.6.0-scijava-2-pre11-daily-experimental daily
org.scijava.java3d.IllegalRenderingStateException: Java 3D ERROR : OpenGL 1.2 or better is required (GL_VERSION=1.1)
at org.scijava.java3d.JoglPipeline.setupCanvasProperties(JoglPipeline.java:8083)
at org.scijava.java3d.JoglPipeline.createNewContext(JoglPipeline.java:6440)
at org.scijava.java3d.Canvas3D.createNewContext(Canvas3D.java:4602)
at org.scijava.java3d.Canvas3D.createNewContext(Canvas3D.java:2376)
at org.scijava.java3d.Renderer.doWork(Renderer.java:881)
at org.scijava.java3d.J3dThread.run(J3dThread.java:271)
Exception occurred in RenderingErrorListener:
java.lang.RuntimeException
at ij3d.ImageWindow3D$ErrorListener.errorOccurred(ImageWindow3D.java:295)
at org.scijava.java3d.VirtualUniverse.notifyRenderingErrorListeners(VirtualUniverse.java:1198)
at org.scijava.java3d.NotificationThread.processNotifications(NotificationThread.java:86)
at org.scijava.java3d.NotificationThread.run(NotificationThread.java:104)
nFrames = 1
-----------------------------------
However, when using the ngeforce 680x, I got the fewer meaasges,
Exception occurred in RenderingErrorListener:
java.lang.RuntimeException
at ij3d.ImageWindow3D$ErrorListener.errorOccurred(ImageWindow3D.java:295)
at org.scijava.java3d.VirtualUniverse.notifyRenderingErrorListeners(VirtualUniverse.java:1198)
at org.scijava.java3d.NotificationThread.processNotifications(NotificationThread.java:86)
at org.scijava.java3d.NotificationThread.run(NotificationThread.java:104)
nFrames = 1
---------------------------------
I have no idea why the 3D viewer downloaded from 3D site as Curtis mentioned could not work correctly.
Best regards,
chin
<quote author='Aryeh Weiss'>
Hi Curtis,
Thank you for your response.
On 24/11/2015 5:33 AM, Curtis Rueden wrote:
> Hi Aryeh,
>
> Apologies for the long delay in reply. I have been working to get Java