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 190 - [Your summary of the problem or bug.]
[Your summary of the problem or bug.]
Status: RESOLVED DUPLICATE of bug 180
Product: Fiji
Classification: Unclassified
Component: Plugins
unspecified
Macintosh Mac OS
: P4 normal
Assigned To: ImageJ Bugs Mailing List
Depends on:
Blocks:
 
Reported: 2010-06-24 02:07 CDT by Gregory McNerney
Modified: 2010-06-24 02:59 CDT
2 users (show)

See Also:


Attachments
IO_.jar built from 743059aec8e2a125064a985ce0d33605e73bc0c8 (119.48 KB, application/octet-stream)
2010-06-24 02:30 CDT, Greg Jefferis

Description Gregory McNerney 2010-06-24 02:07:23 CDT
Since the recent update, FIJI will not open .DV files (DeltaVision) on the Mac OSX (intel) version. This is for both the newly installed program and the one that is updated program from a previous installation.

Information about your version of Java - this information is useful for the Fiji developers:
  os.arch => x86_64
  os.name => Mac OS X
  os.version => 10.6.4
  java.version => 1.6.0_20
  java.vendor => Apple Inc.
  java.runtime.name => Java(TM) SE Runtime Environment
  java.runtime.version => 1.6.0_20-b02-279-10M3065
  java.vm.name => Java HotSpot(TM) 64-Bit Server VM
  java.vm.version => 16.3-b01-279
  java.vm.vendor => Apple Inc.
  java.vm.info => mixed mode
  java.awt.graphicsenv => apple.awt.CGraphicsEnvironment
  java.specification.name => Java Platform API Specification
  java.specification.version => 1.6
  sun.cpu.endian => little
  sun.desktop => null
  file.separator => /
Comment 1 Greg Jefferis 2010-06-24 02:30:52 CDT
Created attachment 17
IO_.jar built from 743059aec8e2a125064a985ce0d33605e73bc0c8

Try replacing 

Fiji.app/plugins/IO_.jar

with the attached.  It should fix the problem.
Comment 2 Greg Jefferis 2010-06-24 02:59:03 CDT
This is very likely a duplicate of bug 180 in HandleExtraFileTypes.java introduced in commit a7a9545ad6573e3d8db25b6af844d0d6ad253c05.  Curtis Rueden has fixed it in master in commit 4ad9868564476ee704cd1ed1fc844b10ba61ff7d.

The problem occurs when

1) HandleExtraFileTypes has a snippet in tryOpen that recognises a file type
2) It calls an external plugin
3) but that plugin is not distributed with fiji



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