NOTICE! This is a static HTML version of a legacy Fiji BugZilla bug.

The Fiji project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Bug 1244 - 3D Viewer Error
3D Viewer Error
Status: RESOLVED MOVED
Product: Fiji
Classification: Unclassified
Component: Plugins
unspecified
PC Windows
: P5 critical
Assigned To: ImageJ Bugs Mailing List
Depends on:
Blocks:
 
Reported: 2016-03-11 13:33 CST by rdoud
Modified: 2016-04-25 16:24 CDT
2 users (show)

See Also:

Description rdoud 2016-03-11 13:33:53 CST
When trying to use 3D Viewer, I get a blank grey box. I'm in Windows 10 x64, Radeon 8400HD graphics card, graphics card drivers have been updated within 2 days. I have Java 8 installed, and the Java 8 update site is on. In Plugins->Utilities->Debugging the Marching Cubes test fails; but Java3D test works just fine. I have tried running through the advice on http://imagej.net/Debugging#Debugging_Java3D_issues, but I either can't edit in the console window or I don't know how to do it properly. I'm not very good with programming/language/etc, so it's likely that I don't really understand the directions on the page. 
Here is what shows up in the console window:

3D [dev] 1.6.0-scijava-2-pre11-daily-experimental daily

com.jogamp.opengl.GLException: J3D-Renderer-1: createImpl ctx !ARB but ARB is used, profile > GL2 requested (OpenGL >= 3.1). Requested: GLProfile[GL4bc/GL4bc.hw], current: 1.1 (Compat profile, compat[], hardware) - 1.1.0
	at jogamp.opengl.windows.wgl.WindowsWGLContext.createImpl(WindowsWGLContext.java:404)
	at jogamp.opengl.GLContextImpl.makeCurrentWithinLock(GLContextImpl.java:765)
	at jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:648)
	at jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:586)
	at org.scijava.java3d.JoglPipeline.createNewContext(JoglPipeline.java:6412)
	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:330)
	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

Problem with OpenGL? Help please!

Information about your version of Java:

  os.arch => amd64
  os.name => Windows 10
  os.version => 10.0
  java.version => 1.8.0_66
  java.vendor => Oracle Corporation
  java.runtime.name => Java(TM) SE Runtime Environment
  java.runtime.version => 1.8.0_66-b18
  java.vm.name => Java HotSpot(TM) 64-Bit Server VM
  java.vm.version => 25.66-b18
  java.vm.vendor => Oracle Corporation
  java.vm.info => mixed mode
  java.awt.graphicsenv => sun.awt.Win32GraphicsEnvironment
  java.specification.name => Java Platform API Specification
  java.specification.version => 1.8
  sun.cpu.endian => little
  sun.desktop => windows
  file.separator => \

The up-to-date check says: UP_TO_DATE

Information relevant to JAVA_HOME related problems:

  JAVA_HOME is set to: C:\Users\rdoud\Desktop\FIJI-W~1\Fiji.app/java/win64/jdk1.8.0_66//jre
  imagej.dir => C:\Users\rdoud\Desktop\FIJI-W~1\Fiji.app

Information about the version of each plugin:

Activated update sites:
ImageJ: http://update.imagej.net/ (last check:20160217090804)
Fiji: http://update.fiji.sc/ (last check:20160218075537)
Java-8: http://sites.imagej.net/Java-8/ (last check:20160310103718)
3D ImageJ Suite: http://sites.imagej.net/Tboudier/ (last check:20160301222848)
Bio-Formats: http://sites.imagej.net/Bio-Formats/ (last check:20160215202645)

Files not up-to-date:
  6505b48f (MODIFIED) 20160311125053 jars/ij-1.50g.jar
Comment 1 Curtis Rueden 2016-04-25 16:24:05 CDT
Apologies for the delay in reply. This is a known issue, documented at:

https://github.com/fiji/3D_Viewer/issues/17

I am closing this issue as "MOVED" since it can be followed there.

Sorry to say we don't have a solution yet. We are hoping to solve a slew of outstanding Java-8+Java-3D issues later this summer.