Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. System.OverflowException: Value was either too large or too small for an Int32.
  2. at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
  3. at FirstFloor.ModernUI.Helpers.AlphanumComparatorFast.Compare(String x, String y)
  4. at AcManager.Tools.Managers.CarSkinsManager.NumericSortedAcWrapperObservableCollection.Compare(String x, String y)
  5. at AcManager.Tools.Lists.SortedAcWrapperObservableCollection.Compare(AcItemWrapper x, AcItemWrapper y)
  6. at System.Linq.EnumerableSorter`2.CompareKeys(Int32 index1, Int32 index2)
  7. at System.Linq.EnumerableSorter`1.QuickSort(Int32[] map, Int32 left, Int32 right)
  8. at System.Linq.EnumerableSorter`1.Sort(TElement[] elements, Int32 count)
  9. at System.Linq.OrderedEnumerable`1.<GetEnumerator>d__1.MoveNext()
  10. at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
  11. at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
  12. at FirstFloor.ModernUI.ChangeableObservableCollection`1.ReplaceEverythingBy(IEnumerable`1 range)
  13. at AcManager.Tools.Lists.SortedAcWrapperObservableCollection.ReplaceEverythingBy_Direct(IEnumerable`1 range)
  14. at AcManager.Tools.AcManagersNew.BaseAcManager`1.ActualScan()
  15. at AcManager.Tools.AcManagersNew.AcManagerNew`1.ActualScan()
  16. at AcManager.Tools.Objects.CarObject.AcManager.Tools.AcManagersNew.IAcManagerScanWrapper.AcManagerScan()
  17. at AcManager.Tools.AcManagersNew.BaseAcManager`1.Scan()
  18. at AcManager.Tools.Objects.CarObject.get_SelectedSkin()
  19. at AcManager.Controls.ContextMenus.UpdateContextMenu(FrameworkElement element)
  20. at AcManager.Controls.ContextMenus.OnElementMouseEnter(Object sender, EventArgs mouseEventArgs)
  21. at System.Windows.Input.MouseEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
  22. at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
  23. at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  24. at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  25. at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  26. at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
  27. at System.Windows.MouseOverProperty.FireNotifications(UIElement uie, ContentElement ce, UIElement3D uie3D, Boolean oldValue)
  28. at System.Windows.ReverseInheritProperty.FirePropertyChangeInAncestry(DependencyObject element, Boolean oldValue, DeferredElementTreeState treeState, Action`2 originChangedAction)
  29. at System.Windows.ReverseInheritProperty.OnOriginValueChanged(DependencyObject oldOrigin, DependencyObject newOrigin, IList`1 otherOrigins, DeferredElementTreeState& oldTreeState, Action`2 originChangedAction)
  30. at System.Windows.Input.MouseDevice.ChangeMouseOver(IInputElement mouseOver, Int32 timestamp)
  31. at System.Windows.Input.MouseDevice.PreNotifyInput(Object sender, NotifyInputEventArgs e)
  32. at System.Windows.Input.InputManager.ProcessStagingArea()
  33. at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
  34. at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
  35. at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
  36. at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  37. at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  38. at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
  39. at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
  40. at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  41. at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  42. at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  43. at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
  44. at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
  45. at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  46. at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
  47. at System.Windows.Application.RunDispatcher(Object ignore)
  48. at System.Windows.Application.RunInternal(Window window)
  49. at System.Windows.Application.Run(Window window)
  50. at AcManager.App.CreateAndRun(Boolean forceSoftwareRenderingMode)
  51. at AcManager.EntryPoint.MainInner(String[] args)
  52. at AcManager.EntryPoint.MainReal(String[] a)
  53. at AcManager.EntryPoint.Main(String[] a)