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 42 - Help > About ImageJA throws an Exception
Help > About ImageJA throws an Exception
Status: RESOLVED FIXED
Product: Fiji
Classification: Unclassified
Component: Plugins
unspecified
PC Linux
: P4 normal
Assigned To: ImageJ Bugs Mailing List
Depends on:
Blocks:
 
Reported: 2009-04-10 10:48 CDT by Albert Cardona
Modified: 2009-04-19 19:21 CDT
1 user (show)

See Also:

Description Albert Cardona 2009-04-10 10:48:45 CDT
Useful Java System Properties:
  os.arch => i386
  os.name => Linux
  os.version => 2.6.24-21-eeepc
  java.version => 1.6.0_06
  java.vendor => Sun Microsystems Inc.
  java.runtime.name => Java(TM) SE Runtime Environment
  java.runtime.version => 1.6.0_06-b02
  java.vm.name => Java HotSpot(TM) Client VM
  java.vm.version => 10.0-b22
  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 => /

Bug Report Text:

On a fresh installation of fiji from the git repos, I get an Exception from "Help > About ImageJA"

java.lang.IllegalArgumentException: Width (0) and height (0) must be > 0
	at java.awt.image.SampleModel.<init>(SampleModel.java:108)
	at java.awt.image.SinglePixelPackedSampleModel.<init>(SinglePixelPackedSampleModel.java:124)
	at java.awt.image.SinglePixelPackedSampleModel.<init>(SinglePixelPackedSampleModel.java:91)
	at java.awt.image.SinglePixelPackedSampleModel.createCompatibleSampleModel(SinglePixelPackedSampleModel.java:197)
	at ij.process.ColorProcessor.getRGBSampleModel(ColorProcessor.java:94)
	at ij.process.ColorProcessor.createBufferedImage(ColorProcessor.java:80)
	at ij.process.ColorProcessor.createImage(ColorProcessor.java:64)
	at ij.ImagePlus.getImage(ImagePlus.java:393)
	at ij.ImagePlus.show(ImagePlus.java:346)
	at ij.ImagePlus.show(ImagePlus.java:330)
	at ij.plugin.AboutBoxJA.run(AboutBoxJA.java:72)
	at ij.IJ.runPlugIn(IJ.java:154)
	at ij.Executer.runCommand(Executer.java:143)
	at ij.Executer.run(Executer.java:75)
	at java.lang.Thread.run(Thread.java:619)
Comment 1 Mark Longair 2009-04-10 14:42:18 CDT
Reassigning to fiji-devel
Comment 2 Johannes Schindelin 2009-04-19 19:21:21 CDT
Sorry for letting it slip for so long.  This was a bug in Fiji Build, fixed in commit 5956094.