Guest User

Untitled

a guest
Sep 28th, 2017
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.62 KB | None | 0 0
  1. CRITICAL ERROR!
  2. Unhandled exception!
  3.  
  4. Exception Type: System.ArgumentException
  5. Description: Width and Height must be non-negative.
  6. StackTrace:
  7. at System.Windows.Size..ctor(Double width, Double height)
  8. at System.Windows.Controls.VirtualizingStackPanel.SyncUniformSizeFlags(Object parentItem, IContainItemStorage parentItemStorageProvider, IList children, IList items, IContainItemStorage itemStorageProvider, Int32 itemCount, Boolean computedAreContainersUniformlySized, Double computedUniformOrAverageContainerSize, Double computedUniformOrAverageContainerPixelSize, Boolean& areContainersUniformlySized, Double& uniformOrAverageContainerSize, Double& uniformOrAverageContainerPixelSize, Boolean& hasAverageContainerSizeChanged, Boolean isHorizontal, Boolean evaluateAreContainersUniformlySized)
  9. at System.Windows.Controls.VirtualizingStackPanel.MeasureOverrideImpl(Size constraint, Nullable`1& lastPageSafeOffset, List`1& previouslyMeasuredOffsets, Nullable`1& lastPagePixelSize, Boolean remeasure)
  10. at System.Windows.Controls.VirtualizingStackPanel.MeasureOverride(Size constraint)
  11. at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
  12. at System.Windows.UIElement.Measure(Size availableSize)
  13. at MS.Internal.Helper.MeasureElementWithSingleChild(UIElement element, Size constraint)
  14. at System.Windows.Controls.ItemsPresenter.MeasureOverride(Size constraint)
  15. at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
  16. at System.Windows.UIElement.Measure(Size availableSize)
  17. at System.Windows.Controls.StackPanel.StackMeasureHelper(IStackMeasure measureElement, IStackMeasureScrollData scrollData, Size constraint)
  18. at System.Windows.Controls.StackPanel.MeasureOverride(Size constraint)
  19. at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
  20. at System.Windows.UIElement.Measure(Size availableSize)
  21. at System.Windows.Controls.Control.MeasureOverride(Size constraint)
  22. at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
  23. at System.Windows.UIElement.Measure(Size availableSize)
  24. at System.Windows.Controls.VirtualizingStackPanel.MeasureChild(IItemContainerGenerator& generator, IContainItemStorage& itemStorageProvider, IContainItemStorage& parentItemStorageProvider, Object& parentItem, Boolean& hasUniformOrAverageContainerSizeBeenSet, Double& computedUniformOrAverageContainerSize, Double& computedUniformOrAverageContainerPixelSize, Boolean& computedAreContainersUniformlySized, IList& items, Object& item, IList& children, Int32& childIndex, Boolean& visualOrderChanged, Boolean& isHorizontal, Size& childConstraint, Rect& viewport, VirtualizationCacheLength& cacheSize, VirtualizationCacheLengthUnit& cacheUnit, Boolean& foundFirstItemInViewport, Double& firstItemInViewportOffset, Size& stackPixelSize, Size& stackPixelSizeInViewport, Size& stackPixelSizeInCacheBeforeViewport, Size& stackPixelSizeInCacheAfterViewport, Size& stackLogicalSize, Size& stackLogicalSizeInViewport, Size& stackLogicalSizeInCacheBeforeViewport, Size& stackLogicalSizeInCacheAfterViewport, Boolean& mustDisableVirtualization, Boolean isBeforeFirstItem, Boolean isAfterFirstItem, Boolean isAfterLastItem, Boolean skipActualMeasure, Boolean skipGeneration, Boolean& hasBringIntoViewContainerBeenMeasured, Boolean& hasVirtualizingChildren)
  25. at System.Windows.Controls.VirtualizingStackPanel.MeasureOverrideImpl(Size constraint, Nullable`1& lastPageSafeOffset, List`1& previouslyMeasuredOffsets, Nullable`1& lastPagePixelSize, Boolean remeasure)
  26. at System.Windows.Controls.VirtualizingStackPanel.MeasureOverride(Size constraint)
  27. at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
  28. at System.Windows.UIElement.Measure(Size availableSize)
  29. at System.Windows.ContextLayoutManager.UpdateLayout()
  30. at System.Windows.Interop.HwndSource.SetLayoutSize()
  31. at System.Windows.Interop.HwndSource.set_RootVisualInternal(Visual value)
  32. at System.Windows.Forms.Integration.ElementHost.<OnHandleCreated>b__54_0()
  33. at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout)
  34. at System.Windows.Threading.Dispatcher.Invoke(Action callback)
  35. at System.Windows.Forms.Integration.ElementHost.OnHandleCreated(EventArgs e)
  36. at System.Windows.Forms.Control.WmCreate(Message& m)
  37. at System.Windows.Forms.Control.WndProc(Message& m)
  38. at System.Windows.Forms.Integration.ElementHost.WndProc(Message& m)
  39. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  40.  
  41. Category: Code
  42. Count: 1
  43. Timestamp: 29-09-2017 00:48:33:435
  44. Function: LSFrameworkPlugin::Helpers::Error
Advertisement
Add Comment
Please, Sign In to add comment