Issue after scraping video

Issue #7823 open
Nicholas Tedesco created an issue

Object reference not set to an instance of an object.

App: LaunchBox
Version: 13.5
Type: System.NullReferenceException
Site: Void <set_Source>b__0()
Source: Meta.Vlc

at Meta.Vlc.Wpf.ThreadSeparatedImage.<>c__DisplayClass27_0.<set_Source>b__0()
at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
--- End of stack trace from previous location ---
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 Meta.Vlc.Wpf.ThreadSeparatedImage.set_Source(ImageSource value)
at Meta.Vlc.Wpf.VlcPlayer.set_VideoSource(BitmapSource value)
at Meta.Vlc.Wpf.VlcPlayer.VideoLockCallback(Void* opaque, Void** planes)

Recent Log:

5:33:52 PM Exception

Comments (1)

  1. Log in to comment