https://bugs.kde.org/show_bug.cgi?id=406179
Bug ID: 406179 Summary: KStars Lite + EQMod interrupt tracking when sync command is executed Product: kstars Version: unspecified Platform: Android OS: Android 9.x Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: mutla...@ikarustech.com Reporter: sebast...@baberowski.com Target Milestone: --- SUMMARY When sync command is issued on KStars Lite, tracking is stopped and "[WARNING] Syncs are allowed only when Tracking " is shown. Sync point is not added to alignment model. SETUP RPi with INDI and EQMod connected to Skywatcher mount. Android phone connected via Wifi. STEPS TO REPRODUCE 1. Connect KStars Lite to working INDI Server with EQMod (also works with simulator) 2. Start tracking in INDI 3. Select any object in KStars Lite and exec EQMod/Sync OBSERVED RESULT: Tracking is stopped Warning is shown: "[WARNING] Syncs are allowed only when Tracking " Point is not added to the model EXPECTED RESULT Tracking is not stopped. Point is added to align model. ADDITIONAL INFORMATION I started checking the issue and I think that I found the bug (I cannot compile and check by myself). In inditelescopelite.cpp there is abort() called at the beginning of bool TelescopeLite::sync(SkyPoint *ScopeTarget). In contrast this line is not present in inditelescope.cpp (and Desktop version of KStars works correctly). -- You are receiving this mail because: You are watching all bug changes.