Ekos doesn't save images with Index > 100, so when you perform an image session at night, all images with index > 100 will be lost :( Reproducible: Always Steps to Reproduce: 1. Start KStars 2. Start Ekos, use CCD Simulator as a device 3. Perform a capture job with >100 images 4. Recognize that images with count >100 are not saved Actual Results: Images with count >100 are not saved Expected Results: images with count >100 will be saved I already created a patch which seems to fix the issue. Also happens with KStars version included in applications 15.04.x => please apply the fix there too Link to the patch: https://lupinix.fedorapeople.org/kstars_fix_captureindex.diff
Created attachment 93073 [details] Fix Patch which hopefully fixed the issue without creating new ones
The actual fix was a bit more complex than this, and now it can save up to 999. Thanks for the report.