ASCOMInitiative / ASCOMRemote

The ASCOM REST based Remote Driver Server and Remote Access Clients
GNU General Public License v3.0
57 stars 15 forks source link

ASCOM Remote Crash Loop #52

Closed tboneco closed 8 months ago

tboneco commented 8 months ago

I love using ASCOM Remote, but switched mounts recently. When ASCOM Remote starts it tries to connect to my old mount. If I click SETUP, it crashes. I uninstalled and reinstalled ASCOM Remote but the old mount profile is still listed in the DEVICE CONFIGURATION page so ASCOM Remote keeps crashing when accessing SETUP even after reinstall. Is there a way to completely delete ASCOM Remote or wipe out the DEVICE CONFIGURATION page so I can set up my new mount? All other ASCOM pieces work great so I don't want to remove my entire ASCOM installation.

PS I tripped over this problem 6 months ago and was able to figure out how to solve the issue but didn't write it down and now I cannot find online hints on how to do it.

Peter-Simpson commented 8 months ago

Hi,

The ASCOM Remote configuration is held in the user part of the registry in the key shown below, which you can delete using the Windows regedit tool or other registry editor:

Computer\HKEY_CURRENT_USER\Software\ASCOM Remote

If you make sure that ASCOM Remote is closed down, delete the registry key and restart ASCOM Remote, you will find that the it starts with its default "no configured devices" configuration.

Best wishes, Peter

tboneco commented 8 months ago

Thanks!