| Previous | Next |
| NS_E_DVD_SYSTEM_DECODER_REGION | NS_E_DVD_NO_VIDEO_STREAM |
NS_E_DVD_DISC_DECODER_REGION
Practical scope of NS_E_DVD_DISC_DECODER_REGION
This HRESULT is produced at checking the disc region against the decoder’s permitted region. NS_E_DVD_DISC_DECODER_REGION belongs to dvd navigator, decoder graph and protection policy, not to an undifferentiated “Windows Media problem.”
Pipeline position
At the NS_E_DVD_DISC_DECODER_REGION checkpoint, dVD playback is built around the DirectShow DVD Navigator, which parses DVD-Video navigation data and exposes separate video, audio and subpicture outputs; Decoder availability, title-domain state, region policy, parental level and copy-protection negotiation are independent checkpoints. The page-specific boundary is checking the disc region against the decoder’s permitted region.
For NS_E_DVD_DISC_DECODER_REGION, successful reading of files from the DVD volume does not prove that the navigation program, decoder graph or protected output path can be used. In a typical failing run, the drive can read the disc while the decoder refuses its region.
Reproduction record
| Evidence | Why it matters for disc decoder region |
|---|---|
| Producing object and operation | disc path and media generation, DVD domain, title/chapter, region values for disc/drive/decoder, selected audio/video/subpicture streams, decoder CLSIDs, renderer and display mode, protection negotiation result and first DirectShow HRESULT |
| Decisive observation | disc mask, decoder region and navigator region result |
| Generation identity | Record the same disc, device, job or Player operation generation that returned NS_E_DVD_DISC_DECODER_REGION; a reconnect or media change creates a different test. |
| Underlying result | Keep the first device, filesystem, COM, codec, DirectShow, IMAPI or BITS result seen before the Player mapped it to NS_E_DVD_DISC_DECODER_REGION. |
| Controlled comparison | Repeat the producing call after changing only this condition: use a decoder and disc that share an allowed region. |
Reading the evidence
| Observation | Interpretation |
|---|---|
| The recorded values match the boundary | The result is consistent with checking the disc region against the decoder’s permitted region; correct that state before changing unrelated codecs, drivers or playlists. |
A lower layer failed before NS_E_DVD_DISC_DECODER_REGION | Preserve that earlier HRESULT or device result because NS_E_DVD_DISC_DECODER_REGION may be only the Player-level mapping. |
| The same call passes after one isolated change | The comparison supports the disc decoder region diagnosis rather than a broad installation failure. |
The code changes after retesting NS_E_DVD_DISC_DECODER_REGION | The NS_E_DVD_DISC_DECODER_REGION boundary was passed; diagnose the new HRESULT as the next independent stage. |
NS_E_DVD_DISC_DECODER_REGION scopes the failure to checking the disc region against the decoder’s permitted region. The presence of NS_E_DVD_DISC_DECODER_REGION does not establish a system-wide media failure; verify its owning operation before changing unrelated Player components.
Verification procedure
- Capture
0xC00D1169,NS_E_DVD_DISC_DECODER_REGION, the exact Player/API operation and the first timestamp at which it appears. - Save disc mask, decoder region and navigator region result; do this before ejecting media, reconnecting a device, canceling a job or rebuilding the Player object.
- For
NS_E_DVD_DISC_DECODER_REGION, correlate the result with disc path and media generation, DVD domain, title/chapter, region values for disc/drive/decoder, selected audio/video/subpicture streams, decoder CLSIDs, renderer and display mode, protection negotiation result and first DirectShow HRESULT. - Reproduce once with the original source and destination, then apply only this change: use a decoder and disc that share an allowed region.
- Create a fresh operation generation and verify that the original call advances beyond the disc decoder region boundary.
Results that may look similar
| Related result | Different diagnostic boundary |
|---|---|
NS_E_DVD_NO_VIDEO_STREAM | finding and connecting a playable video stream from the DVD Navigator |
NS_E_DVD_SYSTEM_DECODER_REGION | checking consistency between the system/drive region and installed decoder region |
NS_E_DVD_MACROVISION | enabling required analog copy protection on the selected display output |
Change the smallest responsible condition
The targeted action is to use a decoder and disc that share an allowed region. While retesting NS_E_DVD_DISC_DECODER_REGION, keep unrelated media, device, playlist and network values unchanged.
When verifying NS_E_DVD_DISC_DECODER_REGION, do not bypass region or copy-protection checks; Diagnose the supported playback path by preserving the exact disc, drive, decoder and display connection involved.
References for the NS_E_DVD_DISC_DECODER_REGION boundary
- DVD decoder support in Windows.
- DirectShow filters and DVD Navigator.
- DirectShow DVD error and success codes.
- IDvdControl2 interface.
Looking for a different code? Search another status or error code.