Bug initializing big box

Issue #2396 invalid
Former user created an issue

-Version 7.5 -Windows 10, latest update -First time this has happened to me

System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. at System.Collections.Concurrent.ConcurrentDictionary2.GetValues() at (Platform , Boolean ) at Unbroken.LaunchBox.Data.Platform.GetGameCount(Boolean includeHidden) at (<>c , Platform ) at Unbroken.LaunchBox.Wpf.BigBox.ViewModels.FiltersViewModelBase.<>c.<Populate>b__123_0(Platform platform) at System.Linq.Enumerable.WhereEnumerableIterator1.MoveNext() at System.Linq.Buffer1..ctor(IEnumerable1 source) at System.Linq.OrderedEnumerable1.<GetEnumerator>d__1.MoveNext() at System.Collections.Generic.List1..ctor(IEnumerable1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable1 source) at (FiltersViewModelBase , Boolean ) at Unbroken.LaunchBox.Wpf.BigBox.ViewModels.FiltersViewModelBase.Populate(Boolean first) at Unbroken.LaunchBox.Wpf.BigBox.ViewModels.MainViewModel.InitializePlatformsView() at Unbroken.LaunchBox.Wpf.BigBox.ViewModels.MainViewModel..ctor() --- End of inner exception stack trace --- at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck) at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark) at System.Activator.CreateInstance(Type type, Boolean nonPublic) at System.Activator.CreateInstance(Type type) at Caliburn.Micro.BootstrapperBase.DisplayRootViewFor(Type viewModelType, IDictionary`2 settings) at (Bootstrapper , Object , StartupEventArgs ) at Unbroken.LaunchBox.Wpf.BigBox.Bootstrapper.OnStartup(Object sender, StartupEventArgs e) at System.Windows.Application.OnStartup(StartupEventArgs e) at System.Windows.Application.<.ctor>b__1_0(Object unused) 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)

Comments (1)

  1. Jason Carr repo owner

    Best I can tell, this seems to be a system instability issue, though I could be wrong. I can't replicate it though so I'm assuming so at this point. Let me know if you're still around, Anonymous, so I can ask you some further questions.

  2. Log in to comment