Windows error 0xC004F011, -1073418223

Detailed Error Information

SL_E_LICENSE_FILE_NOT_INSTALLED[1]

MessageThe Software Licensing Service reported that the license file is not installed.
Declared inslerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)true
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode4 (0x004)
NameFACILITY_ITF[2][3]
DescriptionThe source of the error code is COM/OLE Interface management.[2][3]
Error Code61457 (0xf011)

Questions

1vote
1answer

SL_E_LICENSE_FILE_NOT_INSTALLED (0xC004F011) Mpeg 2 Decoder

Per MS documentation, there is a MPEG 1 and 2 Video Decoder bundled with Windows 8 which is compatible with Media Foundation. I have written a Source Reader for DVD, MPEG2 and MPEG1 and started testing. In my pipeline, right around the MFEnumEx, I get a reference to an instance [...] read more
licensing
ms-media-foundation
decoder
mpeg-2
0votes
1answer

How to check if Media Foundation can actually play a file and not just load it

I'm having some problems with MPEG1 videos and Media Foundation: So Media Foundation doesn't support playback of MPEG1 video streams (see here), but for some reason it will still open them and it will even report the correct duration and frame size. So at opening time everything looks like it [...] read more
c++
windows
winapi
video
ms-media-foundation
0votes
0answers

CoCreateInstance returns SL_E_LICENSE_FILE_NOT_INSTALLED (0xc004f011)

Is the error referring to windows license? I have a valid one. This is on Windows 8.1. Thanks, read more
windows
winapi
ole
0votes
1answer

Microsoft MPEG-2 Encoder & MPEG-2 Video Encoder failed at Windows 8

During building record graph to file from video and audio sources using Microsoft MPEG-2 Encoder at Windows 8 ICaptureGraphBuilder2::SetOutputFileName return failed 80040154 result - class not registred. //Adding MPEG2 Encoder Muxer filter to the graph hr = m_pCapGraphBuilder->SetOutputFileName(&CLSID_CMPEG2EncoderDS, szOutFileName, &pMPEG2EncoderMuxer, &pFileSinkFilter); Also at graphedit any attempt to insert at graph [...] read more
windows
windows-8
directshow
mpeg-2

Comments

Leave a comment

(plain text only)

Sources

  1. slerror.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