|
When trying to Import a series of images on V5.0 with the latest daily build, I get the following exception
Thanks.
Dennis Conti
AIJ 5.0.1.04; ImageJ 1.53k; Java 17.0.1 [64-bit]; Windows 10 10.0; 50MB of 3000MB (1%)
java.lang.NumberFormatException: For input string: "---"
at java.base/java.lang.NumberFormatException.forInputString(Unknown Source)
at java.base/java.lang.Integer.parseInt(Unknown Source)
at java.base/java.lang.Integer.parseInt(Unknown Source)
at ij.plugin.FolderOpener.getFileCount(FolderOpener.java:849)
at ij.plugin.FolderOpener.showDialog(FolderOpener.java:579)
at ij.plugin.FolderOpener.run(FolderOpener.java:151)
at ij.IJ.runPlugIn(IJ.java:208)
at ij.Executer.runCommand(Executer.java:151)
at ij.Executer.run(Executer.java:69)
at java.base/java.lang.Thread.run(Unknown Source)
|