Error upon using "Select Random Game" in Launchbox Next

Issue #4366 resolved
Quinn created an issue

Completely fails to work, gives error message, does not crash, but does not perform random search, and recommends restart.

Error log:

Object reference not set to an instance of an object.

App: LaunchBox Version: 8.3 Type: System.NullReferenceException Site: Void ConvertCellInfoToIndexes(System.Windows.Controls.DataGridCellInfo, Int32 ByRef, Int32 ByRef) Source: PresentationFramework

at System.Windows.Controls.VirtualizedCellInfoCollection.ConvertCellInfoToIndexes(DataGridCellInfo cell, Int32& rowIndex, Int32& columnIndex) at System.Windows.Controls.VirtualizedCellInfoCollection.IndexOf(DataGridCellInfo cell) at (ListContentViewModel , ItemViewModelBase ) at Unbroken.LaunchBox.Desktop.Next.ViewModels.ListContentViewModel.SelectItem(ItemViewModelBase item) at (SelectRandomGameMenuAction ) at Unbroken.LaunchBox.Desktop.Next.MenuActions.SelectRandomGameMenuAction.OnSelect() at () at Unbroken.LaunchBox.Desktop.Next.MenuActions.SelectRandomGameMenuAction.Go() at (<>c , Object , RoutedEventArgs ) at Unbroken.LaunchBox.Desktop.Next.ViewModels.SideBarViewModel.<>c.<BuildToolsMenu>b__65_10(Object sender, RoutedEventArgs args) at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised) at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args) at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg) 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)

Recent Log:

2:22:22 AM Exception

Comments (1)

  1. Log in to comment