VLC Errors

Issue #1489 resolved
Adriaan Visser created an issue

Windows Version: 10 Pro

LaunchBox Version: 6.9 beta 3

Error 1

System.NullReferenceException: Object reference not set to an instance of an object.

at (VlcPlayer , IntPtr , IntPtr& )

at Meta.Vlc.Wpf.VlcPlayer.VideoLockCallback(IntPtr opaque, IntPtr& planes)

Error 2

System.InvalidOperationException: VlcPlayer not be ready, if you want to use VlcPlay no in XAML, please read this Wiki: "https://github.com/higankanshi/Meta.Vlc/wiki/Use-VlcPlayer-with-other-controls".

at (VlcPlayer , IntPtr& , UInt32& , UInt32& , UInt32& , UInt32& , UInt32& )

at Meta.Vlc.Wpf.VlcPlayer.VideoFormatCallback(IntPtr& opaque, UInt32& chroma, UInt32& width, UInt32& height, UInt32& pitches, UInt32& lines)

LaunchBox Version: 6.9 beta 4

Error 3

System.NullReferenceException: Image = Meta.Vlc.Wpf.ThreadSeparatedImage, Image.SeparateThreadDispatcher = , ThreadSeparatedImage.CommonDispatcher = System.Windows.Threading.Dispatcher

at (VlcPlayer , IntPtr& , UInt32& , UInt32& , UInt32& , UInt32& , UInt32& )

at Meta.Vlc.Wpf.VlcPlayer.VideoFormatCallback(IntPtr& opaque, UInt32& chroma,

UInt32& width, UInt32& height, UInt32& pitches, UInt32& lines)

Comments (8)

  1. Kirsten Marie

    Hey Adriaan! Thanks for letting us know. Jason will take a look at this when he gets the chance. I'll mark it critical so he sees it sooner :)

  2. Jason Carr repo owner

    Thank you Adriaan; I believe all of these issues have been fixed in the latest beta. Let me know if you're still seeing any of them.

  3. Log in to comment