Windows error 0xC00D1197, -1072885353

Detailed Error Information

NS_E_WMP_CANNOT_FIND_FILE[1]

MessageWindows Media Player cannot find the file. If you are trying to play, burn, or sync an item that is in your library, the item might point to a file that has been moved, renamed, or deleted.%0
Declared innserror.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 Code4503 (0x1197)

Questions

1vote
1answer

WPF MediaElement radomly crashing in background without error

I'm attempting to stream video using WPF MediaElement, but i've become stuck on a rather peculiar problem. The issue is that randomly, perhaps 1 time out of 10 on average, the MediaElement just freezes after the first frame. There is no error in MediaFailed event, and when it happens, the [...] read more
c#
wpf
video
mp4
mediaelement

Comments

Leave a comment

(plain text only)

Sources

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