Windows error 0xC00D36E3, -1072875805

Detailed Error Information

MF_E_BAD_STARTUP_VERSION[1]

MessageYou are calling MFStartup with the wrong MF_VERSION. Mismatched bits?%0
Declared inMferror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)true
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode13 (0x00d)
NameFACILITY_MEDIASERVER[2][3]
DescriptionThe source of the error code is the Windows Media Server.[2][3]
Error Code14051 (0x36e3)

Questions

0votes
1answer

COMException while using MediaFoundationReader

I'm trying to play .flac music file using NAudio and MS Media Foundation codecs. But whenever song hits end or is seeked near to end it throws an exception. Is there any way how to fix it or any alternative way how to play flacs? Thrown exception > System.Runtime.InteropServices.COMException (0xC00D36E3): [...] read more
audio
com
naudio
ms-media-foundation
flac

Comments

Leave a comment

(plain text only)

Sources

  1. Mferror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  3. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0