Bug 376736

Summary: KStars (WIN64) Does not save telescope information
Product: [Applications] kstars Reporter: Bill Long <bill>
Component: generalAssignee: Jasem Mutlaq <mutlaqja>
Status: RESOLVED INTENTIONAL    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Microsoft Windows   
OS: Microsoft Windows   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: Screenshot of the issue

Description Bill Long 2017-02-20 21:54:11 UTC
Created attachment 104136 [details]
Screenshot of the issue

Simple bug here, when you try to save the telescope information in the telescope module you receive this error:

2017-02-20T13:51:31 Failed to save telescope information.

See attachment for more details. I have rebooted, reinstalled, ran as admin, nothing seems to solve this issue.
Comment 1 Jasem Mutlaq 2017-02-21 07:32:44 UTC
Unfortunately, this is a limitation of the ASCOM-INDI bridge since INDI saves driver configuration while ASCOM drivers cannot. ASCOM-INDI bridge only provides a subset of the features offered by INDI drivers, not all.

To utilize the full driver features, you need to use INDI naively, maybe on a Raspberry PI or on a Virtual Machine. You can download Ekos VM from INDI Website and run it on your Windows machine. The VM can serve as the INDI server instead of the bridge.
Comment 2 Bill Long 2017-02-21 07:41:24 UTC
Thanks for the confirmation. I was wondering why I had the same problem trying this on a Linux host machine as well. Now it makes sense.

I have a Raspberry Pi 3 arriving in the mail tomorrow, so I will set that up as my INDI Server using Linux.
Comment 3 Jasem Mutlaq 2017-02-21 08:18:54 UTC
Just a recommendation, install Ubuntu Mate on the Raspberry PI. This way you have access to the PPA and any updates. You can still get updates with Raspian OS, but you have to download those manually. With Ubuntu, it's a simple command to update everything. Good luck!
Comment 4 Bill Long 2017-02-21 08:32:09 UTC
Well timed comment, as I just prepared the SD Card with Raspbian. I will grab Ubuntu Mate instead. Thanks for the tip!