Windows error 0x80040204, -2147220988

Detailed Error Information

MPEG2_E_UNDEFINED[1]

Declared inMpeg2Error.h

EVENT_E_QUERYFIELD[2]

MessageAn invalid field name was used in a query string
Declared inwinerror.h

HRESULT analysis[3]

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

Questions

2votes
1answer

State Size on Windows Phone

I'm getting an error in my application that is really cryptic. My only thoughts are that I'm trying to save too much information into state. At the bottom of this post is the error message. I want to know if there is a good way to manage how much data [...] read more
c#
windows-phone-7
1vote
2answers

CrmDataContext.GetEntities query - ERROR: 0x80040204 - Invalid user auth

I created domain user 'jsmith' in Active Directory and i've added that domain account as a user in Dynamics CRM. My goal here is to execute code with a service account that is in the PrivUserGroup for the organization while impersonating 'jsmith'. I instantiate the CrmDataContext by passing it an [...] read more
dynamics-crm
crm
microsoft-dynamics
xrm
0votes
0answers

DoRenderSample never called in DirectShow video renderer

I built a DirectShow Video renderer to capture Frames with a VIDEOINFOHEADER2 as video format (which is not possible with the built-in grabber). The class is derived from CBaseVideoRenderer and implements the basic method required. CheckMediaType and SetMediaType are called, as well as OnStartStreaming. However DoRenderSample is never called, because [...] read more
c++
directshow
bda
0votes
1answer

HResult 0x80040204 from IMediaObject::ProcessInput

I get this Hresult when i resample PCM Sound to a IEEE:Float Sound with DirectXMediaResampler. Changing the bits per sample with the same sampling rate is no problem. Also resamppling from IEEE:Float to PCM. This HResult is not documented in context with a DMO object. And it doesn't happen on [...] read more
c++
pcm
hresult
resampling
dmo

Comments

Leave a comment

(plain text only)

Sources

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

User contributions licensed under CC BY-SA 3.0