Bug 348880

Summary: Ekos doesn't save images with Index > 100
Product: [Applications] kstars Reporter: Christian Dersch <lupinix>
Component: generalAssignee: Akarsh Simha <akarsh.simha>
Status: RESOLVED FIXED    
Severity: critical CC: mutlaqja, rdieter
Priority: NOR    
Version: git   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In: 15.10
Attachments: Fix

Description Christian Dersch 2015-06-08 12:22:20 UTC
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
Comment 1 Christian Dersch 2015-06-08 12:23:35 UTC
Created attachment 93073 [details]
Fix

Patch which hopefully fixed the issue without creating new ones
Comment 2 Jasem Mutlaq 2015-06-10 10:05:50 UTC
The actual fix was a bit more complex than this, and now it can save up to 999. Thanks for the report.