ND2 plugins don=?UTF-8?Q?=C2=B4t_?=work

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

ND2 plugins don=?UTF-8?Q?=C2=B4t_?=work

Pedro J CamelloDr Pedro J Camello
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
Reply | Threaded
Open this post in threaded view
|

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

Melissa Linkert-2
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
Reply | Threaded
Open this post in threaded view
|

Re: ND2 plugins don=?UTF-8?Q?=C2=B4t_?=work

Pedro J CamelloDr Pedro J Camello
In reply to this post by Pedro J CamelloDr Pedro J Camello
Melissa,

I have tried the latest trunk build and now ot works perfectly.

Regarding the ND2 plugin, yesterday I found the failure both in my x64  W7 machine and in two x32 WXP machines. And a few days ago it worked.

Many thanks

Any way, the problem can be bypassed using the free ND2 Viewer fron Nikon to export the images.

Pedro