[ImageJ-devel] [Bug 732] New: "Subtract Background" exception via macro/batch mode

bugzilla at fiji.sc bugzilla at fiji.sc
Sun Apr 27 21:20:15 CDT 2014


http://fiji.sc/bugzilla/show_bug.cgi?id=732

            Bug ID: 732
           Summary: "Subtract Background" exception via macro/batch mode
           Product: Fiji
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P3
         Component: ImageJ2
          Assignee: imagej-devel at imagej.net
          Reporter: bryancallahan at gmail.com

Created attachment 144
  --> http://fiji.sc/bugzilla/attachment.cgi?id=144&action=edit
Macro Log

When running subtract background via macro...

run("Subtract Background...", "rolling=50 light separate");

...the follow exception appears consistently across all platforms/builds. I
wanted to start trying to fix this exception on my end but I can't seem to find
the source for BackgroundSubtracter.java in any of the repos. I would
appreciate help in this area (url to source) or if this defect can be expedited
that would also be great. I'm a resource to you so please let me know how I can
be a part of this solution. It's really important for me as it's currently a
blocking defect and has been for the past two weeks. Any input would be
/greatly/ appreciated.

java.lang.VerifyError: (class: ij/gui/GenericDialog, method: setLocation
signature: (II)V) Illegal use of nonvirtual function call
    at
ij.plugin.filter.BackgroundSubtracter.showDialog(BackgroundSubtracter.java:82)
    at ij.plugin.filter.PlugInFilterRunner.<init>(PlugInFilterRunner.java:61)
    at ij.IJ.runPlugIn(IJ.java:171)
    at ij.Executer.runCommand(Executer.java:131)
    at ij.Executer.run(Executer.java:64)
    at ij.IJ.run(IJ.java:269)
    at ij.macro.Functions.doRun(Functions.java:590)
    at ij.macro.Functions.doFunction(Functions.java:89)
    at ij.macro.Interpreter.doStatement(Interpreter.java:226)
    at ij.macro.Interpreter.doStatements(Interpreter.java:214)
    at ij.macro.Interpreter.run(Interpreter.java:111)
    at ij.macro.Interpreter.run(Interpreter.java:81)
    at ij.macro.Interpreter.run(Interpreter.java:92)
    at ij.plugin.Macro_Runner.runMacro(Macro_Runner.java:153)
    at ij.plugin.Macro_Runner.runMacroFile(Macro_Runner.java:137)
    at ij.IJ.runMacroFile(IJ.java:130)
    at ij.ImageJ.main(ImageJ.java:678)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at imagej.patcher.LegacyEnvironment.main(LegacyEnvironment.java:190)
    at fiji.Main.main(Main.java:155)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at imagej.ClassLauncher.launch(ClassLauncher.java:222)
    at imagej.ClassLauncher.run(ClassLauncher.java:159)
    at imagej.ClassLauncher.main(ClassLauncher.java:72)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://imagej.net/pipermail/imagej-devel/attachments/20140428/aace1c53/attachment.html>


More information about the ImageJ-devel mailing list