Site icon EfmSoft

What does HRESULT 0xC00D1BA3 (NS_E_RECORDQ_DISK_FULL) mean?

 
Previous Next
NS_E_INPUT_WAVFORMAT_MISMATCH NS_E_NO_PAL_INVERSE_TELECINE

NS_E_RECORDQ_DISK_FULL

How to interpret the code in a real encoding session

0xC00D1BA3 is named NS_E_RECORDQ_DISK_FULL. Its practical scope is temporary record queue reaches its configured minimum-free-space threshold, which belongs to archive and local-output configuration rather than to every part of Windows Media playback or Windows itself.

Mechanism and point of failure

Archive output is configured separately from source capture and broadcast delivery in a session that returns this result. The encoder validates archive type, operation, destination path, collision with input files, available disk space and whether an archive session is actually active.

A live broadcast may continue while local archival fails, because the broadcast sink and archive sink have different paths and state in a session that returns this result. A typical reproduction is: two-pass capture fills the temporary volume even though the final archive volume has space. This makes the first result from the Encoder more valuable than a later generic message.

Reproduction matrix

FieldWhat to preserve
Decisive valuesqueue path, free space, reserved threshold, queue growth rate and pending pass/record work
Producing objectIWMEncFile.LocalFileName, auto-archive type and operation, canonical input/output paths, free and reserved disk space, temporary record queue, archive state and file-system HRESULT
Session correlationthe same source-group generation, audience index, object identity and callback sequence that produced this result
Lower-level evidencethe first COM, driver, file-system or codec HRESULT observed before the Encoder mapped the condition to this result
Controlled comparisona known-good session that changes only the setting named in the recordq disk full boundary

Evidence matrix

ObservationHow to interpret it
Observation that supports itThe decisive evidence is queue path, free space, reserved threshold, queue growth rate and pending pass/record work. It confirms temporary record queue reaches its configured minimum-free-space threshold in the same object generation.
Observation that points to an earlier failureThe recorded values satisfy the recordq disk full rule, but a source, driver, COM activation or file operation returns a different HRESULT first.
Observation that points to a later failureThe Encoder passes this boundary (temporary record queue reaches its configured minimum-free-space threshold), but a codec, archive or broadcast sink then fails in a subsequent stage.
Verification after correctionApply this isolated change: free or move storage and size the queue for the intended session before restarting. The original recordq disk full call should then advance past the same checkpoint.

The operational impact of it is limited to the archive and local-output configuration transition that owns temporary record queue reaches its configured minimum-free-space threshold. In the representative case where two-pass capture fills the temporary volume even though the final archive volume has space, keep the first failing call and its object identity so a later wrapper cannot replace the recordq disk full evidence.

Minimal experiment

  1. Record 0xC00D1BA3, it, the Encoder version and the exact API call or property access that returned it.
  2. Export the current .wme or .prx configuration, then capture queue path, free space, reserved threshold, queue growth rate and pending pass/record work.
  3. verify the archive and local-output configuration precondition without changing the source, profile and output sink at the same time.
  4. Run one controlled comparison in which only this condition changes: free or move storage and size the queue for the intended session before restarting.
  5. After the change, recreate the affected Encoder object rather than assuming the existing graph discarded its earlier recordq disk full state.

Do not collapse these results together

ResultWhy it is a different boundary
NS_E_ARCHIVE_SAME_AS_INPUTcanonical path comparison detects that archive output would overwrite an input
NS_E_NOTARCHIVINGan archive-only operation issued when no archive sink is active
NS_E_ARCHIVE_FILENAME_NOTSETstarting local archival without a destination file name

What to change—and what to leave alone

Change the smallest responsible precondition: free or move storage and size the queue for the intended session before restarting. While retesting it, keep all unrelated source, audience and output values fixed until the same call is repeated.

Do not overwrite or delete the partial archive before recording its path, size and timestamps; those details distinguish naming, disk-space and writer failures in a session that returns it.

Authoritative documentation


Looking for a different code? Search another status or error code.

Exit mobile version