New FIJI Update has stopped my ImageJ Macros from working!

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

New FIJI Update has stopped my ImageJ Macros from working!

SteveWest
Hi all,

Not sure where to post this, so I have put it here.  Basically, on my Linux machine (running Debian Wheezy 7.4.0), since my recent update to FIJI 1.48r, whenever I open a macro window I get the following exception:

(Fiji Is Just) ImageJ 1.48r; Java 1.6.0_24 [64-bit]; Linux 3.2.0-4-amd64; 12MB of 15000MB (<1%)

java.lang.NullPointerException
       
at imagej.script.editor.EditorPane.setFileName(EditorPane.java:273)
at imagej.script.editor.TextEditor.setFileName(TextEditor.java:1855)
at imagej.script.editor.TextEditor.createNewDocument(TextEditor.java:790)
at imagej.legacy.plugin.DefaultLegacyEditor.create(DefaultLegacyEditor.java:98)
at imagej.legacy.DefaultLegacyHooks.createInEditor(DefaultLegacyHooks.java:326)
at ij.plugin.NewPlugin.createMacro(NewPlugin.java:91)
at ij.plugin.NewPlugin.run(NewPlugin.java:71)
at ij.IJ.runPlugIn(IJ.java:169)
at ij.Executer.runCommand(Executer.java:131)
at ij.Executer.run(Executer.java:64)
at java.lang.Thread.run(Thread.java:662)


And whenever I try to run my macros, they do not work.  In fact, the ImageJ macro language is no longer an option in FIJI!  I havent tried updating on my mac or windows, as I dont want to lose all my macro capabilities.  

Has anyone else had this problem?  Is anyone able to look into this to fix this bug?

Cheers,

Steve West.