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 1 - 3D viewer does not launch on MacOSX
3D viewer does not launch on MacOSX
Status: RESOLVED FIXED
Product: Fiji
Classification: Unclassified
Component: Plugins
unspecified
Macintosh Mac OS
: P2 normal
Assigned To: Benjamin Schmid
Depends on:
Blocks:
 
Reported: 2008-05-06 21:49 CDT by Jean-Yves Tinevez
Modified: 2008-06-19 16:12 CDT
0 users

See Also:

Description Jean-Yves Tinevez 2008-05-06 21:49:51 CDT
When using the Fiji-Dresden2008 (downloaded 06/05/08) release, the 3D viewer plugin raises an exception at launch time (pasted below). This is not the case on the windows platforms.

To reproduce the bug: 
Load a sample 3D stacks, such as the bat-cochlea-volume in the sample menu, and launch the 3D viewer plugin. A window opens, describing the exception. 




An unexpected exception occurred. 
Please mail me the following lines if you 
need help.
bene.schmid@gmail.com
   
java.lang.IllegalArgumentException:null owner window
    at java.awt.Window.ownedInit(Window.java:415)
    at java.awt.Window.<init>(Window.java:347)
    at java.awt.Dialog.<init>(Dialog.java:223)
    at java.awt.Dialog.<init>(Dialog.java:200)
    at ij3d.PointListDialog.<init>(PointListDialog.java:24)
    at ij3d.Image3DUniverse.<init>(Image3DUniverse.java:53)
    at ij3d.ImageJ3DViewer.run(ImageJ3DViewer.java:37)
    at ij.IJ.runUserPlugIn(IJ.java:160)
    at ij.IJ.runPlugIn(IJ.java:126)
    at ij.Executer.runCommand(Executer.java:127)
    at ij.Executer.run(Executer.java:75)
    at java.lang.Thread.run(Thread.java:613)
Comment 1 Benjamin Schmid 2008-05-07 11:36:36 CDT
(In reply to comment #0)
> When using the Fiji-Dresden2008 (downloaded 06/05/08) release, the 3D viewer
> plugin raises an exception at launch time (pasted below). This is not the case
> on the windows platforms.
> 
> To reproduce the bug: 
> Load a sample 3D stacks, such as the bat-cochlea-volume in the sample menu, and
> launch the 3D viewer plugin. A window opens, describing the exception. 
> 
> 
> 
> 
> An unexpected exception occurred. 
> Please mail me the following lines if you 
> need help.
> bene.schmid@gmail.com
> 
> java.lang.IllegalArgumentException:null owner window
>     at java.awt.Window.ownedInit(Window.java:415)
>     at java.awt.Window.<init>(Window.java:347)
>     at java.awt.Dialog.<init>(Dialog.java:223)
>     at java.awt.Dialog.<init>(Dialog.java:200)
>     at ij3d.PointListDialog.<init>(PointListDialog.java:24)
>     at ij3d.Image3DUniverse.<init>(Image3DUniverse.java:53)
>     at ij3d.ImageJ3DViewer.run(ImageJ3DViewer.java:37)
>     at ij.IJ.runUserPlugIn(IJ.java:160)
>     at ij.IJ.runPlugIn(IJ.java:126)
>     at ij.Executer.runCommand(Executer.java:127)
>     at ij.Executer.run(Executer.java:75)
>     at java.lang.Thread.run(Thread.java:613)
> 

I tried to fix this error, which obviously only occurs on Mac OSX.
The git repository is updated, but the packages are not yet.

Bene
Comment 2 Mark Longair 2008-06-19 16:12:57 CDT
Jean-Yves confirmed that this can be closed now.