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 998 - 3D Viewer not displaying anything
3D Viewer not displaying anything
Status: NEEDSINFO
Product: Fiji
Classification: Unclassified
Component: Plugins
unspecified
PC Windows
: P4 normal
Assigned To: ImageJ Bugs Mailing List
Depends on:
Blocks:
 
Reported: 2015-01-30 04:25 CST by davejpbarry
Modified: 2015-02-06 05:37 CST
2 users (show)

See Also:

Description davejpbarry 2015-01-30 04:25:10 CST
When I launch the 3D Viewer plugin, nothing is displayed other than a grey window.

This is an example of a dataset I'm trying to visualise: https://dl.dropboxusercontent.com/u/1500781/3DTest.tif

If I open this stack, launch the 3D Viewer and select default options, the window remains grey - no visualisation appears.

Information about your version of Java:

  os.arch => amd64
  os.name => Windows 7
  os.version => 6.1
  java.version => 1.8.0_20
  java.vendor => Oracle Corporation
  java.runtime.name => Java(TM) SE Runtime Environment
  java.runtime.version => 1.8.0_20-b26
  java.vm.name => Java HotSpot(TM) 64-Bit Server VM
  java.vm.version => 25.20-b23
  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: C:\Program Files\Java\jdk1.8.0_20/jre
  imagej.dir => C:\Users\barry05\FIJI-N~1\Fiji.app

Information about the version of each plugin:

Activated update sites:
ImageJ: http://update.imagej.net/ (last check:20150122104514)
Fiji: http://fiji.sc/update/ (last check:20150129092220)

Files not up-to-date:
  1ad3be0d (LOCAL_ONLY) 20141222170358 jars/jpedalSTD.jar
  a832891e (LOCAL_ONLY) 20150108173211 plugins/Adapt/Adapt_.jar
  db23f23a (LOCAL_ONLY) 20150108171957 plugins/Adapt/IA_Class_Library.jar
  a001b261 (LOCAL_ONLY) 20150108171957 plugins/Adapt/Particle_Tracker.jar
  d290c110 (LOCAL_ONLY) 20150108171957 plugins/Adapt/commons-io-2.4.jar
  e768f18b (LOCAL_ONLY) 20150108171957 plugins/Adapt/commons-math3-3.3.jar
Comment 1 Curtis Rueden 2015-02-06 05:37:27 CST
Unfortunately, there are several reasons this might occur.

Have you seen these pages?
- http://imagej.net/FAQ#Only_a_gray_rectangle_is_shown_by_the_3D_Viewer
- http://imagej.net/Debugging_intro#Debugging_Java3D_issues

In particular, you could try testing it with these flags:

  -Dj3d.debug=true
  -Dj3d.rend=ogl
  -Dj3d.rend=d3d

And see if anything makes a difference.

You could also try updating your graphics card drivers to the latest, if there are newer ones available.