Windows error 0xC00DABE0, -1072845856

Detailed Error Information

MF_E_NO_CAPTURE_DEVICES_AVAILABLE[1]

MessageNo capture devices are available.%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 Code44000 (0xabe0)

Questions

3votes
1answer

getting "Exception from HRESULT: 0xC00DABE0" in MediaCapture sample of c#/xaml metro style app

I have checked this MediaCapture sample. I tried to record audio but when I press "StartDevice" button, I got "Exception from HRESULT: 0xC00DABE0". My audio device is working perfectly, I have checked with Windows 8's built in sound recording app. Can anyone please help me to sort out this issue [...] read more
c#
exception
microsoft-metro
windows-runtime
audio-recording
0votes
1answer

Vuforia Unity works on webcam but not on HoloLens

I'm developing a simple App with Unity and Vuforia. This app recognize an image and place a simple 3D sphere onto it. If i run it on my MacBook Pro webcam inside Unity (i'm using Bootcamp) and i put a printed picture in front of it everything work fine and [...] read more
visual-studio
unity3d
vuforia
hololens
0votes
1answer

Hololens No Capture Device Found Error

I am trying to capture a photo from the hololens using this Unity tutorial. When I run the code on the emulator, no error is thrown and an image is captured. When running on the actual hololens I get a "Access violation reading location 0x00000030." error. Here is the code [...] read more
c#
unity3d
hololens

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