https://bugs.kde.org/show_bug.cgi?id=506957
Bug ID: 506957
Summary: Kstars crashes on video - SER job export
Classification: Applications
Product: kstars
Version First 3.7.7
Reported In:
Platform: Other
OS: All
Status: REPORTED
Severity: crash
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 183186
--> https://bugs.kde.org/attachment.cgi?id=183186&action=edit
working changes but review needed
SUMMARY
When exporting a sequence with a Video job (SER-RAW), the app crashes.
STEPS TO REPRODUCE
1.
2.
3.
OBSERVED RESULT
The app crashes, and an .esq file is partially created, like this:
```
<?xml version="1.0" encoding="UTF-8"?>
<SequenceQueue version='2.6'>
<GuideDeviation enabled='false'>2</GuideDeviation>
<GuideStartDeviation enabled='false'>2</GuideStartDeviation>
<HFRCheck enabled='false'>
<HFRDeviation>0</HFRDeviation>
<HFRCheckAlgorithm>0</HFRCheckAlgorithm>
<HFRCheckThreshold>10</HFRCheckThreshold>
<HFRCheckFrames>1</HFRCheckFrames>
</HFRCheck>
<RefocusOnTemperatureDelta enabled='false'>1</RefocusOnTemperatureDelta>
<RefocusEveryN enabled='false'>60</RefocusEveryN>
<RefocusOnMeridianFlip enabled='false'/>
<Job>
<Exposure>1</Exposure>
<Format>SER</Format>
<Encoding>RAW</Encoding>
<Binning>
<X>1</X>
<Y>1</Y>
</Binning>
<Frame>
<X>0</X>
<Y>0</Y>
<W>1280</W>
<H>1024</H>
</Frame>
<Temperature force='false'>0</Temperature>
<Filter>Luminance</Filter>
```
Filter is the last tag. `<Type>` should be next but if fails.
EXPECTED RESULT
A new .esq file should be created for that sequence queue.
SOFTWARE/OS VERSIONS
Kstars 3.7.7 Stable
All operative systems
ADDITIONAL INFORMATION
I compiled a version of kstars with the following changes and it worked, but
i'm not sure if it's fully correct. Attached patch.
--
You are receiving this mail because:
You are watching all bug changes.