-
Notifications
You must be signed in to change notification settings - Fork 18
Description
i am just building my openastromount with a fresh install windows 10 pro x64 on my mini pc when i try to conect to ascom in oat control or select setup it crashes to desktop i have atached logs any ideas ?
[00:00:00.296] [01]: MOUNT: Initialization starting...
[00:00:00.296] [01]: MOUNT: Initializing communication handler factory...
[00:00:00.296] [01]: MOUNT: Checking whether ASCOM driver is present...
[00:00:00.296] [01]: MOUNT: Loading ASCOM driver ...
[00:00:00.312] [01]: MOUNT: ASCOM driver successfully added...
[00:00:00.312] [01]: MOUNT: Initiating communication device discovery...
[00:00:00.312] [01]: COMMFACTORY: Device Discovery initiated.
[00:00:00.312] [01]: SERIAL: Checking Serial ports....
[00:00:00.312] [01]: SERIAL: Found Serial port [COM3]
[00:00:00.312] [01]: COMMFACTORY: Device found: Serial: COM3
[00:00:00.312] [01]: SERIAL: Found Serial port [COM4]
[00:00:00.312] [01]: COMMFACTORY: Device found: Serial: COM4
[00:00:00.312] [01]: COMMFACTORY: Device found: ASCOM: OpenAstroTracker
[00:00:00.312] [01]: MOUNT: Device discovery started...
[00:00:00.328] [01]: MOUNT: Attempting to read Point of Interest from C:\Users\Admin\Documents\PointsOfInterest.xml...
[00:00:00.343] [01]: MOUNT: Successfully read 41 Points of Interest.
[00:00:00.343] [01]: MOUNT: Initialization of OATControl 1.1.24.0 complete...
[00:00:53.515] [01]: MOUNT: Connect to OAT requested
[00:00:53.671] [01]: MOUNT: Showing OAT comms Chooser Wizard
[00:00:53.731] [05]: COMMFACTORY: Device Discovery initiated.
[00:00:53.731] [05]: SERIAL: Checking Serial ports....
[00:00:53.731] [05]: SERIAL: Found Serial port [COM3]
[00:00:53.731] [05]: COMMFACTORY: Device found: Serial: COM3
[00:00:53.743] [05]: SERIAL: Found Serial port [COM4]
[00:00:53.743] [05]: COMMFACTORY: Device found: Serial: COM4
[00:00:53.743] [05]: COMMFACTORY: Device found: ASCOM: OpenAstroTracker
[00:00:55.421] [01]: EXCPTN: Entered AppDispatcherUnhandledException handler.
Exception:
ASCOM.Utilities.Exceptions.HelperException: MemberFactory.Init: Cannot create object type of progID: ASCOM.OpenAstroTracker.Telescope
at ASCOM.DriverAccess.MemberFactory..ctor(String progId, TraceLogger ascomDriverTraceLogger) in C:\ASCOM Build\Export\ASCOM.DriverAccess\MemberFactory.cs:line 49
at ASCOM.DriverAccess.AscomDriver..ctor(String deviceProgId) in C:\ASCOM Build\Export\ASCOM.DriverAccess\AscomDriver.cs:line 51
at ASCOM.DriverAccess.Telescope..ctor(String telescopeId) in C:\ASCOM Build\Export\ASCOM.DriverAccess\Telescope.cs:line 42
at OATCommunications.CommunicationHandlers.ASCOMCommunicationHandler.RunSetupDialog()
at OATControl.DlgChooseOat.<>c__DisplayClass36_1.b__3(Object p)
at OATCommunications.WPF.DelegateCommand.Execute(Object parameter)
at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
at System.Windows.Controls.Primitives.ButtonBase.OnClick()
at System.Windows.Controls.Button.OnClick()
at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
at System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, MouseButtonEventArgs e)
at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
at System.Windows.Input.InputManager.ProcessStagingArea()
at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
Stacktrace:
at ASCOM.DriverAccess.MemberFactory..ctor(String progId, TraceLogger ascomDriverTraceLogger) in C:\ASCOM Build\Export\ASCOM.DriverAccess\MemberFactory.cs:line 49
at ASCOM.DriverAccess.AscomDriver..ctor(String deviceProgId) in C:\ASCOM Build\Export\ASCOM.DriverAccess\AscomDriver.cs:line 51
at ASCOM.DriverAccess.Telescope..ctor(String telescopeId) in C:\ASCOM Build\Export\ASCOM.DriverAccess\Telescope.cs:line 42
at OATCommunications.CommunicationHandlers.ASCOMCommunicationHandler.RunSetupDialog()
at OATControl.DlgChooseOat.<>c__DisplayClass36_1.b__3(Object p)
at OATCommunications.WPF.DelegateCommand.Execute(Object parameter)
at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
at System.Windows.Controls.Primitives.ButtonBase.OnClick()
at System.Windows.Controls.Button.OnClick()
at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
at System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, MouseButtonEventArgs e)
at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
at System.Windows.Input.InputManager.ProcessStagingArea()
at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
[00:00:55.437] [01]: Shutdown logging. Maximum of 17 lines buffered.
[00:01:00.687] [01]: Shutdown logging. Maximum of 17 lines buffered.
[00:01:00.687] [01]: Shutdown logging. Maximum of 17 lines buffered.