Error when playing video

Issue #754 resolved
Former user created an issue

After the recent update BigBox cannot play videos.

System.ArgumentException: Media instance is not initialized. at Vlc.DotNet.Core.Interops.VlcManager.GetMediaEventManager(VlcMediaInstance mediaInstance) at Vlc.DotNet.Core.VlcMedia.RegisterEvents() at Vlc.DotNet.Core.VlcMedia..ctor(VlcMediaPlayer player, VlcMediaInstance mediaInstance) at Vlc.DotNet.Core.VlcMediaPlayer.OnMediaPlayerMediaChangedInternal(IntPtr ptr) at Vlc.DotNet.Core.Interops.VlcManager.SetMediaToMediaPlayer(VlcMediaPlayerInstance mediaPlayerInstance, VlcMediaInstance mediaInstance) at Vlc.DotNet.Core.VlcMediaPlayer.SetMedia(VlcMedia media) at Vlc.DotNet.Core.VlcMediaPlayer.SetMedia(FileInfo file, String[] options) at Vlc.DotNet.Forms.VlcControl.Play(FileInfo file, String[] options) at (<>c__DisplayClass7_0 ) at BigBox.Views.ImageVideoView.<>c__DisplayClass7_0.<PlayVlcVideo>b__1() 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 (<>c__DisplayClass7_0 ) at BigBox.Views.ImageVideoView.<>c__DisplayClass7_0.<PlayVlcVideo>b__0() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()

Comments (2)

  1. Log in to comment