| Previous | Next |
| NS_E_WMG_NOSDKINTERFACE | NS_E_WMG_FILETRANSFERNOTALLOWED |
NS_E_WMG_NOTALLOUTPUTSRENDERED
NS_E_WMG_NOTALLOUTPUTSRENDERED: what the result means
NS_E_WMG_NOTALLOUTPUTSRENDERED (0xC00D1057) means at least one stream output could not be connected to a usable renderer.
What to capture
Capture every source output pin, its negotiated media type, the renderer chosen for it and the first connection attempt that fails. Note which outputs were already connected successfully.
Focused verification
Build the same graph one stream at a time and stop at the first failing output. That isolates the missing renderer or incompatible connection without discarding the parts of the graph that already work.
Technical references
- The DirectShow filter graph
- DirectShow media types
- Negotiating media types
- WM ASF Reader filter
- Microsoft HRESULT registry
Looking for a different code? Search another status or error code.