Unsolved
3 Posts
0
228
June 21st, 2021 18:00
17 R1, AlienTouch error code
Cannot disable touchpad. Tried using command center but get this error
AlienTouch Error Code:
System.ArgumentException: Value does not fall within the expected range.
at SYNCTRLLib.ISynDeviceCtrl.GetLongProperty(SynDeviceProperty eProperty)
at AlienLabs.TouchPad.Domain.Classes.TappingServiceClass.get_IsDisabledIfMouseAttached()
at AlienLabs.TouchPad.App.Presenters.TappingPresenter.refresh()
at AlienLabs.TouchPad.App.Views.Classes.ViewFactoryClass.newTappingView()
at AlienLabs.TouchPad.App.Views.Classes.ViewRepositoryClass.getByType(ViewType type)
at AlienLabs.TouchPad.App.Presenters.TouchPadPresenter.activate(ViewType type)
at AlienLabs.TouchPad.App.TouchPadPluginCtrl.activateView(Object sender, RoutedEventArgs e)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at AlienLabs.TouchPad.App.Views.Xaml.NavigationControl.viewLink_Checked(Object sender, RoutedEventArgs e)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.Controls.RadioButton.OnChecked(RoutedEventArgs e)
at System.Windows.Controls.Primitives.ToggleButton.OnIsCheckedChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType)
at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, Boolean coerceWithCurrentValue, OperationType operationType, Boolean isInternal)
at System.Windows.Controls.Primitives.ToggleButton.set_IsChecked(Nullable`1 value)
at AlienLabs.TouchPad.App.Views.Xaml.NavigationControl.createViewLinkbyType(ViewType viewlinkItem)
at AlienLabs.TouchPad.App.Views.Xaml.NavigationControl.createViewLinks()
at AlienLabs.TouchPad.App.Views.Xaml.NavigationControl.Loading(Object sender, RoutedEventArgs e)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.BroadcastEventHelper.BroadcastEvent(DependencyObject root, RoutedEvent routedEvent)
at System.Windows.BroadcastEventHelper.BroadcastLoadedEvent(Object root)
at MS.Internal.LoadedOrUnloadedOperation.DoWork()
at System.Windows.Media.MediaContext.FireLoadedPendingCallbacks()
at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()
at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
at System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)
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)

