NOTICE! This is a static HTML version of a legacy LOCI Software ticket.

LOCI projects are now located on GitHub. The Bio-Formats project can be found here.

Ticket #301 (closed defect: fixed)

Opened 2008-06-06T09:57:37-05:00

Last modified 2008-06-06T11:15:51-05:00

Exception thrown when colorizing images in ImageJ on OS X

Reported by: melissa Owned by: melissa
Priority: major Milestone:
Component: plugins Severity: serious
Keywords: Cc: bjhjansen@…
Blocked By: Blocking:

Description

When opening a file in ImageJ with "Colorize channels" checked, the following exception is thrown:

java.lang.NullPointerException
	at loci.plugins.Importer.displayStack(Importer.java:727)
	at loci.plugins.Importer.showStack(Importer.java:631)
	at loci.plugins.Importer.run(Importer.java:516)
	at loci.plugins.LociImporter.run(LociImporter.java:74)
	at ij.IJ.runUserPlugIn(IJ.java:158)
	at ij.IJ.runPlugIn(IJ.java:124)
	at ij.Executer.runCommand(Executer.java:104)
	at ij.Executer.run(Executer.java:58)
	at java.lang.Thread.run(Thread.java:613)

This occurs with the latest code in SVN, but only on Mac OS X - the same files can be opened on Linux and Windows without a problem.

Change History

comment:1 Changed 2008-06-06T11:15:51-05:00 by melissa

  • Status changed from new to closed
  • Resolution set to fixed

(In [4102]) Fixed Mac-specific colorizing bug; closes #301.