0XC00D10D2

NS_E_WMP_RIP_FAILED (0xC00D10D2): Fix CD Rip Errors in WMP

WMP fails to rip tracks from CD with 0xC00D10D2? Usually copy protection, a dirty disc, or a bad codec. Here's the real fix.

You slide a CD into your drive, open Windows Media Player, hit Rip CD, and then it happens: track 1 stalls, and a popup says Windows Media Player cannot rip one or more tracks from the CD with error 0xC00D10D2. Or worse — it rips three tracks and then dies on the fourth. Frustrating, especially if it's a disc you've owned for 20 years. Let's get it ripped.

What NS_E_WMP_RIP_FAILED actually means

The error code decodes to NS_E_WMP_RIP_FAILED. In plain English: WMP started reading the audio stream off the disc and then lost the data. The disc isn't producing the clean, uninterrupted PCM stream WMP needs to encode into MP3, WMA, or ALAC.

There are four usual culprits, in order of likelihood:

  1. Copy protection (DRM). Some commercial CDs — especially anything pressed between 2002 and 2007 by Sony BMG, EMI, or Universal — ship with a protection layer that intentionally corrupts the audio stream when a computer reads it. WMP sees that corruption as a rip failure.
  2. A dirty or scratched disc. A fingerprint on the data side is enough to break the C2 error correction on older drives.
  3. The optical drive itself. Laptop slimline drives, in particular, struggle with certain dye layers on CD-Rs and copy-protected discs.
  4. Audio codec or DRM component corruption. WMP relies on wmplayer.exe, the Windows Media Format runtime, and a handful of DirectShow filters. If any of those were damaged by a Windows update or a codec pack, ripping fails with this exact error.

The fix — in order

1. Try a different track order or rip one track at a time

Click the first track, hit Rip, and let it finish before selecting the next. If specific tracks fail consistently, that points to physical damage at that position on the disc. If all tracks fail, it's software or copy protection.

2. Turn off copy protection handling (WMP 12)

Open WMP, then:

  1. Press Alt to show the menu bar.
  2. Go to Tools → Options → Rip Music tab.
  3. Under Rip settings, uncheck Copy protect music.
  4. Change the format to MP3 at 192 kbps or higher —not WMA. MP3 rips skip the Windows Media DRM pipeline entirely.

That last bit matters more than people realize. WMA ripping routes through the DRM-aware encoder. MP3 doesn't.

3. Clean the disc properly

Not with your sleeve. Use a microfiber cloth and wipe from the center hole straight out to the edge — never in a circle. A drop of distilled water on the cloth is fine. If there's a deep scratch, a $15 disc resurfacing at a local game store often brings it back.

4. Force WMP to use a slower read speed

WMP doesn't expose this in the UI, but you can slow the drive down via the registry so the drive re-reads bad sectors instead of giving up:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Media Player\Settings
DWORD: CDRipReadSpeed
Value: 1  (1 = slowest, 4 = fastest, default is 4)

Reboot after the change. A slow rip that succeeds beats a fast one that dies on track 4.

5. Re-register the WMP components

Open Command Prompt as Administrator and run these one at a time:

regsvr32 wmp.dll
regsvr32 wmpshell.dll
regsvr32 wmplayer.exe /regserver
regsvr32 wmnetmgr.dll
regsvr32 wmpdxm.dll

Each should return a success dialog. If any of them fails, you've found the smoking gun — the Windows Media Format runtime is broken and needs a repair install.

6. Repair the Windows Media Format runtime

On Windows 10 and 11, the easiest path is Settings → Apps → Optional features, search for Media Feature Pack, and install it if it's missing. On Windows 7 and 8.1, download the Windows Media Format 11 Runtime from Microsoft and reinstall it. It overwrites the corrupted encoder DLLs without touching your library.

If it still fails

Before you throw the disc at the wall:

  • Try a different drive. A $25 USB DVD burner from Amazon will rip discs your laptop drive gave up on. This is the single highest-success-rate fix for copy-protected CDs, because external drives handle CDS-200 and XCP protection layers much better.
  • Try a different ripper. Exact Audio Copy (EAC) with Secure Mode enabled will read around protection and scratches that WMP can't. It's free, it's ugly, and it works. dBpoweramp is the paid equivalent.
  • Check the disc in another player. If a standalone CD player also skips at the same track, the problem is the disc — not your PC.
  • Run the WMP troubleshooter. Settings → Update & Security → Troubleshoot → Additional troubleshooters → Windows Media Player. It catches leftover corruption from botched Windows updates more often than you'd expect.

Nine times out of ten, it's the copy protection plus a WMA rip setting. Switch to MP3, drop the rip speed, and 0xC00D10D2 stops showing up.

Related Errors in Network & Connectivity
0XC00D1452 NS_E_WRONG_PUBLISHING_POINT_TYPE (0XC00D1452) Fix 0x800706BA Fix RPC Server Unavailable Error on Windows Domain Join 0X000025EB CNAME Loop 0X000025EB: Break the DNS Circle Fast 0XC00D11E0 Fix NS_E_WMP_IMAPI2_ERASE_FAIL (0XC00D11E0) Fast

Was this solution helpful?

EP
Erropedia Team
Tech Support Editors
The Erropedia editorial team researches and documents real-world tech errors from across Windows, Linux, macOS, networking, databases, cloud platforms, and more. Every solution is reviewed for accuracy and updated as software and systems evolve.