BigBox Crash

Issue #5989 resolved
HalfSpeed created an issue

Object reference not set to an instance of an object.

App: Big Box
Version: 11.10-beta-6
Type: System.NullReferenceException
Site: Void CustomizeManager(System.Object, System.TimeSpan)
Source: BigBox

at Unbroken.LaunchBox.Windows.BigBox.ViewModels.CoverFlowWithDetailsGamesViewModel.<>c__DisplayClass72_0.CustomizeManager(Object , TimeSpan )
at Unbroken.LaunchBox.Windows.BigBox.ViewModels.CoverFlowWithDetailsGamesViewModel.<>c__DisplayClass72_0.PopSystem()
at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
--- End of stack trace from previous location where exception was thrown ---
at System.Windows.Threading.DispatcherOperation.Wait(TimeSpan timeout)
at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout)
at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority)
at Unbroken.LaunchBox.Windows.Threading.InsertPreparedTask(Object , Object , DispatcherPriority )
at Unbroken.LaunchBox.Windows.Threading.Invoke(Action callback, DispatcherPriority priority)
at Unbroken.LaunchBox.Windows.BigBox.ViewModels.CoverFlowWithDetailsGamesViewModel.GetRequest(Object , DispatcherPriority )
at Unbroken.LaunchBox.Windows.BigBox.ViewModels.CoverFlowWithDetailsGamesViewModel.OnRight(Boolean held, Boolean onlyRightPressed)
at Unbroken.LaunchBox.Windows.BigBox.ViewModels.MainViewModel.CreateTemplate(Object , Boolean , Boolean )
at Unbroken.LaunchBox.Windows.BigBox.ViewModels.MainViewModel.OnRight(Boolean onlyRightPressed)
at StrategyVisitor.WriteRecord(Object , Boolean value, StrategyVisitor )
at Unbroken.LaunchBox.Windows.BigBox.ViewModels.MainViewModel.MoveClient(Guid key)
at WorkerRecord.WriteRecord(Object , Guid last, WorkerRecord )
at Unbroken.LaunchBox.Windows.BigBox.ViewModels.MainViewModel.<>c__DisplayClass336_1.EnableAttribute()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()

Recent Log:

2:36:55 AM Exception

I hope above the helps whatever I do in BB it crashes 1-2 minutes from launching it.

Comments (10)

  1. Christian

    Could you copy and paste the new error? Would like to compare the information in them. Also could you give more information about what you’re doing when you see this?

  2. HalfSpeed reporter

    Object reference not set to an instance of an object.

    App: Big Box
    Version: 11.11
    Type: System.NullReferenceException
    Site: Void EnableStruct(System.Object, System.TimeSpan)
    Source: BigBox

    at Unbroken.LaunchBox.Windows.BigBox.ViewModels.CoverFlowGamesViewModel.<>c__DisplayClass68_0.EnableStruct(Object , TimeSpan )
    at Unbroken.LaunchBox.Windows.BigBox.ViewModels.CoverFlowGamesViewModel.<>c__DisplayClass68_0.VisitSingleton()
    at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
    at System.Windows.Threading.DispatcherOperation.InvokeImpl()
    --- End of stack trace from previous location where exception was thrown ---
    at System.Windows.Threading.DispatcherOperation.Wait(TimeSpan timeout)
    at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
    at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout)
    at Unbroken.LaunchBox.Windows.Threading.Invoke(Action callback, DispatcherPriority priority)
    at Unbroken.LaunchBox.Windows.BigBox.ViewModels.CoverFlowGamesViewModel.OnRight(Boolean held, Boolean onlyRightPressed)
    at Unbroken.LaunchBox.Windows.BigBox.ViewModels.MainViewModel.CalcIssuer(Object , Boolean , Boolean )
    at Unbroken.LaunchBox.Windows.BigBox.ViewModels.MainViewModel.OnRight(Boolean onlyRightPressed)
    at PageParameter.ListVisitor(Object , Boolean value, PageParameter )
    at Unbroken.LaunchBox.Windows.BigBox.ViewModels.MainViewModel.IncludeMapper(Guid reference)
    at InfoVisitor.ListVisitor(Object , Guid info, InfoVisitor )
    at Unbroken.LaunchBox.Windows.BigBox.ViewModels.MainViewModel.<>c__DisplayClass336_1.PrintQueue()
    at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
    --- End of stack trace from previous location where exception was thrown ---
    at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

    Recent Log:

    9:46:09 PM Exception

    It happens when i change view, using the default theme. But happens to all my themes.

  3. Christian

    Thanks for the report and working with me. I believe I have found the culprit and have a code change in place. Correction should be out with the next beta release. Feel free to update the ticket if that is not the case.

  4. Log in to comment