at WikiPeek.Class1.OnSelected(IGame selectedGame)

Issue #6579 new
Matthew Walker created an issue

Method not found: 'Microsoft.VisualBasic.MsgBoxResult Microsoft.VisualBasic.Interaction.MsgBox(System.Object, Microsoft.VisualBasic.MsgBoxStyle, System.Object)'.

App: Big Box
Version: 12.6
Type: System.MissingMethodException
Site: Void OnSelected(Unbroken.LaunchBox.Plugins.Data.IGame)
Source: WikiPeek

at WikiPeek.Class1.OnSelected(IGame selectedGame)
at Unbroken.LaunchBox.Windows.BigBox.ViewModels.GamesViewModelBase.<>c__DisplayClass182_3.PopMapper(Object , Object )
at Unbroken.LaunchBox.Windows.BigBox.ViewModels.GamesViewModelBase.<>c__DisplayClass182_3.AddTask()
at Unbroken.LaunchBox.Windows.BigBox.MenuActions.MethodMenuAction.LoginDescriptor(Object )
at Unbroken.LaunchBox.Windows.BigBox.MenuActions.MethodMenuAction.OnEnter()
at Unbroken.LaunchBox.Windows.BigBox.ViewModels.GamesViewModelBase.OnEnter()
at Unbroken.LaunchBox.Windows.BigBox.ViewModels.MainViewModel.CollectPrinter(Object )
at Unbroken.LaunchBox.Windows.BigBox.ViewModels.MainViewModel.OnEnter()
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.CustomizeBatchProperty(Object , Object , DispatcherPriority )
at Unbroken.LaunchBox.Windows.Threading.Invoke(Action callback, DispatcherPriority priority)
at Unbroken.LaunchBox.Windows.Threading.Invoke(DispatcherPriority priority, Action callback)
at Unbroken.LaunchBox.Windows.BigBox.ViewModels.MainViewModel.PatchRole(DispatcherPriority , Object )
at Unbroken.LaunchBox.Windows.BigBox.ViewModels.MainViewModel.StartSingleton(Guid last)
at FacadeCreator.FlushBroadcaster(Object , Guid instance, FacadeCreator )
at Unbroken.LaunchBox.Windows.BigBox.ViewModels.MainViewModel.<>c__DisplayClass343_1.PostAccount()
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:

6:50:31 AM Exception

Comments (1)

  1. Christian

    This looks to me like you have a plugin failing. I’ve never heard of “WikiPeek” and we don’t use “Microsoft.VisualBasic” namespace at all in Big Box. To identify which plugin is causing the issue I would first switch to default theme and see if you are having the issue. If not it is probably a plugin the theme you are on is using. If it still happens on the Default I’d check your plugins folder and see what you have in there and if removing the stuff in there solves your problem.

  2. Log in to comment