trackmate-sc / TrackMate

TrackMate is your buddy for your everyday tracking.
https://imagej.net/plugins/trackmate
GNU General Public License v3.0
169 stars 76 forks source link

"Save" button triggers Exception #303

Closed jiyuuchc closed 4 months ago

jiyuuchc commented 4 months ago

Click the "Save" button on an image without an associated on-disk location triggers a null-point exception:

Exception in thread "Thread-11" java.lang.NullPointerException
    at fiji.plugin.trackmate.util.TMUtils.proposeTrackMateSaveFile(TMUtils.java:748)
    at fiji.plugin.trackmate.gui.wizard.descriptors.SaveDescriptor.displayingPanel(SaveDescriptor.java:67)
    at fiji.plugin.trackmate.gui.wizard.WizardController.lambda$save$2(WizardController.java:238)
    at java.lang.Thread.run(Thread.java:750)

Should be an easy fix.