View Issue Details

IDProjectCategoryView StatusLast Update
0000538Registry Optimizer[All Projects] Generalpublic2015-04-26 06:07
ReporterAssigned Toub3rst4r 
PrioritynormalSeveritytrivialReproducibilityalways
Status acknowledgedResolutionopen 
Platform.NET Framework v4.0 (SP 0)OSMicrosoft WindowsOS VersionWindows 8 SP0 (64 bit)
Summary0000538: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index
DescriptionStack trace:
   at Little_System_Cleaner.Registry_Optimizer.Controls.Wizard.SetCurrentControl(Int32 index)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.Controls.Button.OnClick()
   at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   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.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   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.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 MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)

Source:
Little_System_Cleaner

Target site:
Void SetCurrentControl(Int32)


TagsNo tags attached.

Relationships

related to 0000535 acknowledgedub3rst4r Privacy Cleaner Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index 

Activities

ub3rst4r

2015-04-26 06:07

administrator   ~0000802

Exception is now thrown before Invoke() is called to help better figure out the origin of the code that's causing this. See commit 64f2aca

Issue History

Date Modified Username Field Change
2015-04-26 04:11 ub3rst4r Project Little System Cleaner => Registry Optimizer
2015-04-26 06:07 ub3rst4r Note Added: 0000802
2015-04-26 06:07 ub3rst4r Assigned To => ub3rst4r
2015-04-26 06:07 ub3rst4r Status new => acknowledged
2015-04-26 06:07 ub3rst4r Relationship added related to 0000535