Mechanobiology-Lab / BatchDeconvolution

Fiji plugin for increasing deconvolution workflow
GNU General Public License v3.0
3 stars 2 forks source link

plugin issue #5

Open JPolentes opened 2 years ago

JPolentes commented 2 years ago

Hi,

when I open the plugin, i get an exception in the Fiji Console:

Feb 16, 2022 1:44:33 PM tools.Menu <init>
SEVERE: null
java.io.FileNotFoundException: C:\Users\jpolentes\Documents\fiji-win64\Fiji.app\plugins\BatchDeconvolution\extensions.dat (Le fichier spécifié est introuvable)
    at java.io.FileInputStream.open0(Native Method)
    at java.io.FileInputStream.open(FileInputStream.java:195)
    at java.io.FileInputStream.<init>(FileInputStream.java:138)
    at java.io.FileInputStream.<init>(FileInputStream.java:93)
    at tools.IO.loadExtensions(IO.java:75)
    at tools.Menu.<init>(Menu.java:833)
    at BatchDeconvolution.run(BatchDeconvolution.java:84)
    at ij.IJ.runUserPlugIn(IJ.java:241)
    at ij.IJ.runPlugIn(IJ.java:204)
    at ij.IJ.runPlugIn(IJ.java:193)
    at net.imagej.legacy.command.LegacyCommand.run(LegacyCommand.java:57)
    at org.scijava.command.CommandModule.run(CommandModule.java:196)
    at org.scijava.module.ModuleRunner.run(ModuleRunner.java:163)
    at org.scijava.module.ModuleRunner.call(ModuleRunner.java:124)
    at org.scijava.module.ModuleRunner.call(ModuleRunner.java:63)
    at org.scijava.thread.DefaultThreadService.lambda$wrap$2(DefaultThreadService.java:225)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    at java.lang.Thread.run(Thread.java:748)

I still can configure the parameters, but when i run the process, i get this new exception in the console, and nothing append more

Exception in thread "Thread-9" java.lang.NullPointerException
    at calculations.Run$1.method(Run.java:73)
    at calculations.Run$1.run(Run.java:58)

I am running it on Fiji, which was totally updated this morning. (imageJ 1.53f51; java1.8.0_172)

Hope you can help.