Windows error 0x8007023F, -2147024321

Detailed Error Information

APP_INIT_FAILURE[1]

MessageThe application was unable to start correctly (0x%lx). Click OK to close the application.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code575 (0x023f)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x0000023f.

Questions

1vote
1answer

Issue with PlayReady in Windows 10

I have an issue running PlayReady protected streams in my UWP app. When I set the source on a MediaElement it fails with this error: MF_MEDIA_ENGINE_ERR_SRC_NOT_SUPPORTED : HRESULT - 0x8007023F I have tried the official samples from MS (https://code.msdn.microsoft.com/windowsapps/PlayReady-samples-for-124a3738) and a sample app from Davide Zordan (https://github.com/davidezordan/playready_adaptive_UWP/). They all throws [...] read more
windows-10
uwp
drm
playready

Comments

Leave a comment

(plain text only)

Sources

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

User contributions licensed under CC BY-SA 3.0