"Import Multiple Raw Images" plugin causes ImageJ crash

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

"Import Multiple Raw Images" plugin causes ImageJ crash

JonNathan
I'm having issues with the "Import Multiple Raw Images" plugin I downloaded from the Plugins section of the ImageJ website.  Prior to upgrading my JRE to Java 8, the plugin worked fine, but now it causes ImageJ to become unresponsive to user input after running the plugin more than once.

My current setup is a Mac Pro (late 2013)/OS 10.11.1/ImageJ 1.50e/Java 1.8.0_66.  

Thanks in advance for any help or hints!

Jon Marsh
Reply | Threaded
Open this post in threaded view
|

Re: "Import Multiple Raw Images" plugin causes ImageJ crash

Rasband, Wayne (NIH/NIMH) [E]
> On Nov 30, 2015, at 3:33 PM, JonNathan <[hidden email]> wrote:
>
> I'm having issues with the "Import Multiple Raw Images" plugin I downloaded
> from the Plugins section of the ImageJ website.  Prior to upgrading my JRE
> to Java 8, the plugin worked fine, but now it causes ImageJ to become
> unresponsive to user input after running the plugin more than once.
>
> My current setup is a Mac Pro (late 2013)/OS 10.11.1/ImageJ 1.50e/Java
> 1.8.0_66.

The Raw File Opener plugin at

    http://imagej.nih.gov/ij/plugins/raw-file-opener.html

uses the JFileChooser to provide the ability to import multiple raw images. On Java 8, the JFileChooser appears to be causing thread deadlocks. There is an updated version of the plugin at

    http://wsr.imagej.net/plugins/Raw_File_Opener.jar

that avoids the deadlocks by running JFileChooser in a separate thread. The source code for the updated plugin is at

    http://wsr.imagej.net/plugins/Raw_File_Opener.java

-wayne
     


>  Thanks in advance for any help or hints!
>
> Jon Marsh
>
>
> --
> View this message in context: http://imagej.1557.x6.nabble.com/Import-Multiple-Raw-Images-plugin-causes-ImageJ-crash-tp5015051.html
> Sent from the ImageJ mailing list archive at Nabble.com.

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: "Import Multiple Raw Images" plugin causes ImageJ crash

JonNathan
Many thanks, Wayne!

Jon