jbendtsen / AngioTool-Batch

A rewrite of AngioTool which can process multiple scans at a time
GNU General Public License v3.0
6 stars 2 forks source link

AngioTool-Batch will only run once on Windows 10 Pro #1

Closed papadirky closed 9 months ago

papadirky commented 9 months ago

I am having trouble with AngioTool-Batch. I installed it on two different PCs with Windows 10 Pro (version 22H2), JAVA Version 8, Update 321. It will run the first time, but not a second time. After you quit the program once, it will never start again. No reason given. Don't know what else to try. Thanks for checking

jbendtsen commented 9 months ago

Thank you for bringing this to my attention. Which version from the releases tab did you download?

jbendtsen commented 9 months ago

I was able to reproduce the issue. There was a method that was calling String.strip(), which does not exist in Java 8. This issue, along with a few others, have now been fixed in the latest release.