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 215 - exception when opening neurite tracer
exception when opening neurite tracer
Status: RESOLVED FIXED
Product: Fiji
Classification: Unclassified
Component: Plugins
unspecified
Macintosh Mac OS
: P2 normal
Assigned To: ImageJ Bugs Mailing List
Depends on:
Blocks:
 
Reported: 2010-08-16 09:12 CDT by Yihwa Kim
Modified: 2010-08-17 02:54 CDT
0 users

See Also:

Description Yihwa Kim 2010-08-16 09:12:45 CDT
java.lang.NullPointerException
	at tracing.Simple_Neurite_Tracer.run(Simple_Neurite_Tracer.java:441)
	at ij.IJ.runUserPlugIn(IJ.java:193)
	at ij.IJ.runPlugIn(IJ.java:154)
	at ij.Executer.runCommand(Executer.java:147)
	at ij.Executer.run(Executer.java:78)
	at java.lang.Thread.run(Thread.java:637)
Comment 1 Johannes Schindelin 2010-08-16 09:32:41 CDT
You either did not use Help>Submit a bug, or stripped away all useful information. Are you running an up-to-date Fiji? Because I cannot find anything in line 441 of the class in the released simple neurite tracer that could cause a NullPointerException.

So please run Help>Update Fiji first, restart Fiji, and see if the bug is still there.
Comment 2 Mark Longair 2010-08-16 18:28:08 CDT
Yihwa,

You mention in your comment on the other bug that this may be related to closing the 3D viewer after starting the plugin (which I would expect to cause an error) and as Johannes points out it seems that you are running an older version.

Can let us now whether this is still happening?  Otherwise I will close the bug.

Thanks for taking the time to report problems in Fiji.

many thanks,
mark
Comment 3 Yihwa Kim 2010-08-17 02:54:33 CDT
Sorry it didn't happen any more when I didn't close to the 3d viewer.

Best wishes

Yihwa