<html>
<head>
<base href="http://fiji.sc/bugzilla/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - "Subtract Background" exception via macro/batch mode"
href="http://fiji.sc/bugzilla/show_bug.cgi?id=732">732</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>"Subtract Background" exception via macro/batch mode
</td>
</tr>
<tr>
<th>Product</th>
<td>Fiji
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>enhancement
</td>
</tr>
<tr>
<th>Priority</th>
<td>P3
</td>
</tr>
<tr>
<th>Component</th>
<td>ImageJ2
</td>
</tr>
<tr>
<th>Assignee</th>
<td>imagej-devel@imagej.net
</td>
</tr>
<tr>
<th>Reporter</th>
<td>bryancallahan@gmail.com
</td>
</tr></table>
<p>
<div>
<pre>Created <span class=""><a href="attachment.cgi?id=144" name="attach_144" title="Macro Log">attachment 144</a> <a href="attachment.cgi?id=144&action=edit" title="Macro Log">[details]</a></span>
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)</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>