vanvalenlab / kiosk-imageJ-plugin

An ImageJ Plugin for interacting with the DeepCell Kiosk
Other
3 stars 2 forks source link

Compatibility issues with some Windows machines #15

Open willgraf opened 4 years ago

willgraf commented 4 years ago
image
willgraf commented 3 years ago

Another error popped up using FIJI and Win10:

(Fiji Is Just) ImageJ 2.1.0/1.53c; Java 1.8.0_172 [64-bit]; Windows 10 10.0; 250MB of 24463MB (1%)
java.lang.NullPointerException
    at org.vanvalenlab.ImageJobManager.run(ImageJobManager.java:22)
    at ij.IJ.runUserPlugIn(IJ.java:235)
    at ij.IJ.runPlugIn(IJ.java:198)
    at ij.Executer.runCommand(Executer.java:150)
    at ij.Executer.run(Executer.java:68)
    at java.lang.Thread.run(Thread.java:748)