VLC Clash

Issue #1436 closed
Ito Mitsuhiro repo owner created an issue

OS Version: Microsoft Windows NT 10.0.19045.0 (64bit)
NeeView Version: 40.4 (.zip)

System.ArgumentOutOfRangeException: capacity ('0') must be a non-negative and non-zero value. (Parameter 'capacity')
Actual value was 0.
at System.ArgumentOutOfRangeException.ThrowNegativeOrZero[T](T value, String paramName)
at System.IO.MemoryMappedFiles.MemoryMappedFile.CreateNew(String mapName, Int64 capacity, MemoryMappedFileAccess access, MemoryMappedFileOptions options, HandleInheritability inheritability)
at Vlc.DotNet.Wpf.VlcVideoSourceProvider.VideoFormat(IntPtr& userdata, IntPtr chroma, UInt32& width, UInt32& height, UInt32& pitches, UInt32& lines)

Comments (2)

  1. Log in to comment