Windows error 0x8889000F, -2004287473

Detailed Error Information

HRESULT analysis[1]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)true
FacilityCode2185 (0x889)
NameFACILITY_AUDCLNT[2]
Error Code15 (0x000f)

Questions

0votes
0answers

DirectSound8 has different behavior on windows 7 vs windows 10 wrt headphones plugged in

On a windows 10, with no headphones plugged in: DirectSoundCreate8 returns S_OK IDirectSoundBuffer8::Play returns 0x8889000F (potentially AUDCLNT_E_ENDPOINT_CREATE_FAILED) and this is the first call to return any error. On a windows 7, with no headphones plugged in: DirectSoundCreate8 returns DSERR_NODRIVER; The problem is, if the Play() call is the first call [...] read more
windows
audio
directsound
0votes
1answer

Trouble with audio in Windows 8

Recently, my computer has been acting rather strange. All audio is muted and any time I try to watch a Youtube video the player ends up crashing. I can't seem to find anyone who has had a similar problem but I think I may have found some kind of clue: [...] read more
audio

Comments

Leave a comment

(plain text only)

Sources

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

User contributions licensed under CC BY-SA 3.0