bug play video in big box

Issue #832 resolved
Jose Granjo created an issue
The version of LaunchBox you are using: 6.0 B5
The version of Windows you are using: W7 32Bits
How often the issue occurs: always open big box
Steps to reproduce the issue if you are able to reproduce it
The complete error that shows up in LaunchBox, if there is one (with all error text)

System.ArgumentException: Media instance is not initialized. en Vlc.DotNet.Core.Interops.VlcManager.GetMediaEventManager(VlcMediaInstance mediaInstance) en Vlc.DotNet.Core.VlcMedia.RegisterEvents() en Vlc.DotNet.Core.VlcMedia..ctor(VlcMediaPlayer player, VlcMediaInstance mediaInstance) en Vlc.DotNet.Core.VlcMediaPlayer.OnMediaPlayerMediaChangedInternal(IntPtr ptr) en Vlc.DotNet.Core.Interops.VlcManager.SetMediaToMediaPlayer(VlcMediaPlayerInstance mediaPlayerInstance, VlcMediaInstance mediaInstance) en Vlc.DotNet.Core.VlcMediaPlayer.SetMedia(VlcMedia media) en Vlc.DotNet.Core.VlcMediaPlayer.SetMedia(FileInfo file, String[] options) en Vlc.DotNet.Forms.VlcControl.Play(FileInfo file, String[] options) en (<>c__DisplayClass7_0 ) en BigBox.Views.ImageVideoView.<>c__DisplayClass7_0.<PlayVlcVideo>b__1() en System.Windows.Threading.DispatcherOperation.InvokeDelegateCore() en System.Windows.Threading.DispatcherOperation.InvokeImpl() --- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción --- en System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) en System.Windows.Threading.DispatcherOperation.Wait(TimeSpan timeout) en System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout) en System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout) en System.Windows.Threading.Dispatcher.Invoke(Action callback) en (<>c__DisplayClass7_0 ) en BigBox.Views.ImageVideoView.<>c__DisplayClass7_0.<PlayVlcVideo>b__0() en System.Threading.ThreadHelper.ThreadStart_Context(Object state) en System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) en System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) en System.Threading.ThreadHelper.ThreadStart()

Comments (3)

  1. Jason Carr repo owner

    Hi Jose, thanks for this report. Really appreciate all the info you've provided; looking into it. For now, try switching to the Windows Media Player video playback engine in the Big Box General options.

  2. Log in to comment