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 137 - 3D Viewer refuses to add the sample 8bit stack "Bat cochlea volume"
3D Viewer refuses to add the sample 8bit stack "Bat cochlea volume"
Status: RESOLVED FIXED
Product: Fiji
Classification: Unclassified
Component: Plugins
unspecified
PC Linux
: P4 normal
Assigned To: ImageJ Bugs Mailing List
Depends on:
Blocks:
 
Reported: 2010-02-08 16:05 CST by Albert Cardona
Modified: 2011-02-06 16:03 CST
1 user (show)

See Also:

Description Albert Cardona 2010-02-08 16:05:03 CST
Throws this error:

Exception in thread "Thread-9" java.lang.NullPointerException
	at vib.Resample_.resample(Resample_.java:211)
	at vib.Resample_.resample(Resample_.java:191)
	at vib.Resample_.resample(Resample_.java:195)
	at voltex.VoltexGroup.<init>(VoltexGroup.java:69)
	at ij3d.Content.displayAs(Content.java:119)
	at ij3d.Image3DUniverse.addContent(Image3DUniverse.java:506)
	at ij3d.Executer.addC(Executer.java:193)
	at ij3d.Executer.access$000(Executer.java:52)
	at ij3d.Executer$1.run(Executer.java:103)


Information about your version of Java - this information is useful for the Fiji developers:
  os.arch => amd64
  os.name => Linux
  os.version => 2.6.31-19-generic
  java.version => 1.6.0_17
  java.vendor => Sun Microsystems Inc.
  java.runtime.name => Java(TM) SE Runtime Environment
  java.runtime.version => 1.6.0_17-b04
  java.vm.name => Java HotSpot(TM) 64-Bit Server VM
  java.vm.version => 14.3-b01
  java.vm.vendor => Sun Microsystems Inc.
  java.vm.info => mixed mode
  java.awt.graphicsenv => sun.awt.X11GraphicsEnvironment
  java.specification.name => Java Platform API Specification
  java.specification.version => 1.6
  sun.cpu.endian => little
  sun.desktop => gnome
  file.separator => /
Comment 1 Benjamin Schmid 2010-02-08 16:58:01 CST
I can't reproduce the exception. How exactly did it occur? Was the volume loaded using the GUI? Which resampling factor?
Comment 2 Albert Cardona 2010-02-08 17:37:09 CST
I tried to add the bat-cochlea-volume after the viewer was in a broken state due to the CustomMultiMesh empty triangle list problem, bug 138.

Perhaps the internal state was in some way broken?