Error pop up in big picture

Issue #1978 resolved
Former user created an issue

http://i.imgur.com/undefined.jpg

Full error

Version 7.0-beta-12

System.NullReferenceException: Object reference not set to an instance of an object.
   at (<>c__DisplayClass39_0 )
   at Unbroken.LaunchBox.Wpf.Music.<>c__DisplayClass39_0.<MediaOnParsedChanged>b__0()
   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.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   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)
   at Unbroken.LaunchBox.Wpf.Music.MediaOnParsedChanged(Object sender, ObjectEventArgs`1 e)
   at (VlcMedia , LibVlcEventArgs& , IntPtr )
   at Meta.Vlc.VlcMedia.OnParsedChanged(LibVlcEventArgs& arg, IntPtr userData)

Comments (1)

  1. Log in to comment