Why you're seeing 0XC00D1180
This error is Windows Media Player telling you it can't load the Roxio burn plugin. I've seen it on machines that had Roxio Creator pre-installed (Dell and HP loved bundling that junk) and then the user upgraded or ran a disk cleanup that killed a shared DLL. The plugin is basically a bridge between WMP and the burning engine. When that bridge collapses, you get this code.
Last month, a client called me because their office's media PC suddenly wouldn't burn training DVDs. Turns out someone ran CCleaner and nuked a Roxio registry entry. We fixed it in under five minutes. You'll probably get away with the first fix below.
Fix 1: Restart the Roxio burn service (30 seconds)
The fastest fix is often just restarting the service that Roxio's plugin relies on. It gets stuck after a failed burn or a system sleep cycle. Here's what you do:
- Press Win + R, type
services.msc, hit Enter. - Scroll down to Roxio Burn Engine or Roxio Engine Service (name varies by version).
- Right-click it, choose Restart. If it's not running, start it.
- Close the window and try burning again.
If you don't see any Roxio service, skip to Fix 2. Also, check if the service is set to Automatic startup — I've seen installers leave it on Manual, which breaks after a reboot.
Fix 2: Repair the Roxio installation (5 minutes)
When the service restart doesn't cut it, Roxio's files are probably corrupted. This happens a lot after a Windows update. The repair function re-registers the plugin and patches broken DLLs.
- Open Control Panel → Programs and Features.
- Find Roxio Creator or Roxio Burn (also shows as Sonic or Roxio).
- Click Change or Repair — the button varies.
- Follow the prompts. It'll take a few minutes and might ask for a reboot.
If you don't have the original installer, you can still run repair from the Control Panel as long as the entry exists. If Roxio isn't in the list at all, you need to reinstall it from the manufacturer's site. I once had a client whose Roxio was partially uninstalled but still referenced by WMP — the repair option was gone, so we had to do a full reinstall.
Fix 3: Re-register the plugin DLLs (15+ minutes)
This is the deeper fix. When repair doesn't work, the plugin DLLs are registered in the wrong places or missing. You'll re-register them manually. This is safe if you follow the commands exactly.
- Close Windows Media Player.
- Open Command Prompt as Administrator (right-click Start → Command Prompt (Admin)).
- Run these commands one by one, press Enter after each:
regsvr32 /u roxio.dll
regsvr32 roxio.dll
regsvr32 /u roxiohelper.dll
regsvr32 roxiohelper.dll
regsvr32 /u roxioservice.dll
regsvr32 roxioservice.dll
If you get "module not found" for any, that's your clue. You'll need to locate the DLLs — usually in C:\Program Files (x86)\Roxio or C:\Program Files\Roxio. If they're gone, you're missing files, so skip to Fix 4.
Fix 4: Check the registry for stale keys (advanced)
This one's for when everything else fails. I've seen leftover Roxio entries in the registry that point to old versions. WMP reads these and tries to launch a plugin that no longer exists. You'll need to delete specific keys, so back up the registry first (File → Export).
- Press Win + R, type
regedit, hit Enter. - Navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Media Player\Burn\Plugins
Look for any entry with Roxio in the name. If the version doesn't match what's installed (check the Roxio folder in Program Files), delete that key. Also check WOW6432Node if you're on 64-bit Windows:
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows Media Player\Burn\Plugins
Delete the stale Roxio keys. Restart WMP and try to burn again. If WMP still complains, you can try removing all Roxio keys from that Plugin folder — WMP will rebuild without them, but you might lose burning capability entirely. That's a last resort because it means the plugin isn't coming back.
When to give up and use a different burner
If you've done all this and still see 0XC00D1180, the Roxio plugin is toast. I've been there with a client's old PC that had Roxio preinstalled from 2009 — no amount of registry surgery was going to revive that ancient code. The pragmatic move is to install a standalone burner like ImgBurn (free) or CDBurnerXP (also free). They're lightweight, don't rely on plugin bridges, and will burn your files without drama.
That said, most people fix this with the service restart or the repair. Try those first and you'll likely be burning again within minutes.