Windows error 0xC00D36BA, -1072875846

Detailed Error Information

MF_E_UNSUPPORTED_SERVICE[1]

MessageThe object does not support the specified service.%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 Code14010 (0x36ba)

Questions

0votes
0answers

SharpDX crash when rendering h264 video using MediaFoundation

I am looping a h264 video in a SharpDX app and occasionally I am getting a crash which I am unable to find the cause. SharpDX.SharpDXException: HRESULT: [0xC00D36BA], Module: [Unknown], ApiCode: [Unknown/Unknown], Message: Unknown at SharpDX.Result.CheckError() at SharpDX.MediaFoundation.MediaFactory.GetService(ComObject unkObjectRef, Guid guidService, Guid riid, IntPtr& vObjectOut) it is called in this [...] read more
c#
directx-11
directx-9
sharpdx

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