Quantcast
Viewing all articles
Browse latest Browse all 18858

Debugging "System.InvalidOperationException: The sum of AccelerationRatio and DecelerationRatio must be less than or equal to one."

Hi all,

I'm seeing crash reports from a small percentage of my users with this exception on startup:

System.Windows.Markup.XamlParseException: Set property 'System.Windows.FrameworkElement.Style' threw an exception. ---> System.InvalidOperationException: The sum of AccelerationRatio and DecelerationRatio must be less than or equal to one.
  at System.Windows.Media.Animation.Timeline.ValidateTimeline()
  at System.Windows.Media.Animation.Timeline.FreezeCore(Boolean isChecking)
  at System.Windows.Freezable.Freeze(Boolean isChecking)
  at System.Windows.Media.Animation.TimelineCollection.FreezeCore(Boolean isChecking)
  at System.Windows.Freezable.Freeze(Boolean isChecking)
  at System.Windows.PropertyMetadata.DefaultFreezeValueCallback(DependencyObject d, DependencyProperty dp, EntryIndex entryIndex, PropertyMetadata metadata, Boolean isChecking)
  at System.Windows.Freezable.FreezeCore(Boolean isChecking)
  at System.Windows.Media.Animation.Animatable.FreezeCore(Boolean isChecking)
  at System.Windows.Media.Animation.Timeline.FreezeCore(Boolean isChecking)
  at System.Windows.Freezable.get_CanFreeze()
  at System.Windows.Media.Animation.BeginStoryboard.Seal()
  at System.Windows.TriggerAction.Seal(TriggerBase containingTrigger)
  at System.Windows.TriggerActionCollection.Seal(TriggerBase containingTrigger)
  at System.Windows.TriggerBase.Seal()
  at System.Windows.DataTrigger.Seal()
  at System.Windows.TriggerCollection.Seal()
  at System.Windows.Style.Seal()
  at System.Windows.StyleHelper.UpdateStyleCache(FrameworkElement fe, FrameworkContentElement fce, Style oldStyle, Style newStyle, Style& styleCache)
  at System.Windows.FrameworkElement.OnStyleChanged(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.Baml2006.WpfKnownMemberInvoker.SetValue(Object instance, Object value)
  at MS.Internal.Xaml.Runtime.ClrObjectRuntime.SetValue(XamlMember member, Object obj, Object value)
  at MS.Internal.Xaml.Runtime.ClrObjectRuntime.SetValue(Object inst, XamlMember property, Object value)

The problem is I'm unable to reproduce the crash, and I can't figure out where it is actually happening from the stack trace. 

Can someone tell me how I would go about troubleshooting this issue with the user so I can narrow down what needs fixing?


Viewing all articles
Browse latest Browse all 18858

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>