Error on startup of launchbox

Issue #7833 open
Jim Mowery created an issue

Each time i start launchbox i get this error

An item with the same key has already been added. Key: Meta.Vlc.Interop.NewBroadCastInput

App: LaunchBox
Version: 13.5
Type: System.ArgumentException
Site: Void ThrowAddingDuplicateWithKeyArgumentExceptionT
Source: System.Private.CoreLib

at System.Collections.Generic.Dictionary2.TryInsert(TKey key, TValue value, InsertionBehavior behavior) at System.Collections.Generic.Dictionary2.Add(TKey key, TValue value)
at Meta.Vlc.LibVlcManager.LoadLibVlc(String libVlcDirectory)
at Meta.Vlc.Wpf.ApiManager.Initialize()
at Meta.Vlc.Wpf.ApiManager.Initialize(String libVlcPath, String[] vlcOption)
at Meta.Vlc.Wpf.VlcPlayer.Initialize(String libVlcPath, String[] libVlcOption)
at Meta.Vlc.Wpf.VlcPlayer.OnInitialized(EventArgs e)
at System.Windows.FrameworkElement.AddLogicalChild(Object child)
at System.Windows.Controls.UIElementCollection.AddInternal(UIElement element)
at Unbroken.LaunchBox.Windows.Desktop.Controls.VideoControl.PushFailureContext()
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:

7:19:05 AM Exception

I click ok and then launchbox works fine after htat, but not sure what it going on here

Comments (3)

  1. Log in to comment