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 1261 - 3D plugin wont run and produces Java errors
3D plugin wont run and produces Java errors
Status: RESOLVED DUPLICATE of bug 1233
Product: Fiji
Classification: Unclassified
Component: Plugins
unspecified
PC Windows
: P4 normal
Assigned To: ImageJ Bugs Mailing List
Depends on:
Blocks:
 
Reported: 2016-04-19 13:55 CDT by frederick sachs
Modified: 2016-04-19 17:02 CDT
2 users (show)

See Also:

Description frederick sachs 2016-04-19 13:55:44 CDT
I feed FIJI  a stack of bicolor images and hit 3D plug in and I get console errors shown below. I am using a new video baord and relaoded Java3D etc and FIJI and it still doesn't work. a number of people in the lab have ths same problem and others find that it works on a laptop.....

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: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)

Information about your version of Java:

  os.arch => amd64
  os.name => Windows 7
  os.version => 6.1
  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: REMIND_LATER

Information relevant to JAVA_HOME related problems:

  JAVA_HOME is set to: D:\Fiji.app/java/win64/jdk1.8.0_66//jre
  imagej.dir => D:\Fiji.app

Information about the version of each plugin:

Activated update sites:
ImageJ: http://update.imagej.net/ (last check:20160408155442)
Fiji: http://update.fiji.sc/ (last check:20160418112001)
Java-8: http://sites.imagej.net/Java-8/ (last check:20160412105018)
Comment 1 Curtis Rueden 2016-04-19 17:00:26 CDT
Several people have now reported this bug with certain configurations.

I filed an issue in the 3D Viewer repository to track it:
https://github.com/fiji/3D_Viewer/issues/18

More investigation required.
Comment 2 Curtis Rueden 2016-04-19 17:02:02 CDT

*** This bug has been marked as a duplicate of bug 1233 ***