Login  Register

Re: ND2 plugins don=?iso-8859-1?Q?=B4t_?=work

Posted by Melissa Linkert-2 on Mar 25, 2011; 9:41pm
URL: http://imagej.273.s1.nabble.com/ND2-plugins-don-UTF-8-Q-C2-B4t-work-tp3685270p3685272.html

Hi Pedro,

> a couple of weeks ago ND2 plugin worked perfectly to import nd2 files from nis-elements. However, today the plugin crashes.
> This is the message at the error window:
>
> java.lang.UnsatisfiedLinkError: D:\ImageJ\Nd2SdkWrapperI6D.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform

This error is typically a result of using a 64-bit JVM with a 32-bit DLL.
Most likely, using a 32-bit JVM instead should solve the problem (though I
have not tested this personally).

> I tried the Loci bioformat pluging but it also fails ("Sorry an error ocurred during import")

If you send the full text of the error message, we (the Bio-Formats
developers) can certainly make sure that your files will open.  It's not
clear which version you tried, but if you haven't already I would
recommend trying the latest trunk build.

Regards,
-Melissa

On Fri, Mar 25, 2011 at 02:52:00PM -0400, Pedro J Camello wrote:

> Hi all,
>
> a couple of weeks ago ND2 plugin worked perfectly to import nd2 files from nis-elements. However, today the plugin crashes.
> This is the message at the error window:
>
> java.lang.UnsatisfiedLinkError: D:\ImageJ\Nd2SdkWrapperI6D.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
> at java.lang.ClassLoader$NativeLibrary.load(Native Method)
> at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1803)
> at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1728)
> at java.lang.Runtime.loadLibrary0(Runtime.java:823)
> at java.lang.System.loadLibrary(System.java:1028)
> at ND_to_Image6D.<clinit>(ND_to_Image6D.java:41)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
> at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
> at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
> at java.lang.Class.newInstance0(Class.java:355)
> at java.lang.Class.newInstance(Class.java:308)
> at ij.IJ.runUserPlugIn(IJ.java:181)
> at ij.IJ.runPlugIn(IJ.java:150)
> at ij.Executer.runCommand(Executer.java:124)
> at ij.Executer.run(Executer.java:61)
> at java.lang.Thread.run(Thread.java:619)
>
>
> I tried the Loci bioformat pluging but it also fails ("Sorry an error ocurred during import")
>
> I´m using ImageJ 1.44p and Java 1.6.0_20 (x64 bit)
>
> I would appreciate any input
>
> Thanks
>
>
> Pedro