0XC00D10A3

NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_INIT_FAILED (0XC00D10A3) Fix

Windows Errors Intermediate 👁 1 views 📅 May 27, 2026

This error pops up in Windows Media Player when a playlist item's alternate file can't load—usually a bad link or missing codec. Here's how to squash it.

You're cruising through a playlist in Windows Media Player—maybe your old Greatest Hits of the 90s mix—and then it stops dead. The error reads: Failed to initialize an alternate for the media, with code 0XC00D10A3. I've seen this most often when someone opens a playlist that was created on another machine, or after moving media files to a new folder. The player finds the primary file (maybe an MP3), but the "alternate"—often a higher bitrate version, a video thumbnail, or an embedded album art link—can't load. It's infuriating, but it's fixable.

What's Actually Happening Here

The error NS_E_WMPCORE_PLAYLIST_ITEM_ALTERNATE_INIT_FAILED (0XC00D10A3) means Windows Media Player found a reference to a secondary media source in your playlist, but couldn't initialize it. That alternate could be:

  • A different file format (e.g., a WMA version alongside an MP3).
  • A URL to album art or metadata that's now dead.
  • A codec that's missing or corrupted on your system—most common with AAC or FLAC files that WMP doesn't handle natively.

The fix isn't complicated. You've got two paths: clean up the playlist or fix the codec gap. I'll walk you through both, starting with the quickest wins.

Fix It: The Step-by-Step

Step 1: Kill the Corrupted Playlist

If you can live without the playlist, this is the fastest route. Open Windows Media Player, find the playlist on the left sidebar, right-click it, and select Delete. Confirm you want to remove it from the library. Then rebuild it fresh—drag your files into a new playlist. Nine times out of ten, the error vanishes because you're not referencing the broken alternate links anymore.

Step 2: Edit the Playlist to Remove the Bad Alternate

Don't want to start from scratch? Open the playlist in WMP, right-click each item that shows the error, and choose Remove from List. Then re-add those tracks directly from your file explorer. This strips out the bad alternate metadata. I've fixed dozens of playlists this way—it's tedious but reliable.

Step 3: Install a Codec Pack

If the error keeps popping up with new files, it's a codec problem. Windows Media Player on Windows 10 and 11 doesn't include codecs for FLAC, HE-AAC, or some MP4 containers. Download the K-Lite Codec Pack Basic (free, from codecguide.com). Run the installer, choose "Default" setup, and reboot. WMP will then handle those alternate streams. I've used K-Lite for years—it's clean and doesn't bloat your system.

Step 4: Rebuild the Media Library

Still getting the error? The library database might be corrupted. Close WMP completely. Then open File Explorer and navigate to:

%LOCALAPPDATA%\Microsoft\Media Player

Delete everything in that folder. Yes, everything. It will reset your play counts and album art thumbnails, but it'll also wipe out the corrupt database entries. Restart WMP and let it rescan your music folders. This is the nuclear option, but it works.

Step 5: Use a Different Player (The Honest Fix)

Look, I'm not saying abandon WMP completely, but if you're dealing with modern audio formats like FLAC or OPUS, WMP is a dinosaur. I switched to VLC Media Player years ago for anything beyond basic MP3 playback. VLC doesn't hit this error because it ignores alternates and plays what's there. If the error persists after steps 1-4, try VLC—it's free, open-source, and handles everything WMP chokes on.

What to Check If It Still Fails

Rarely, the issue is file permissions. If the media files are on a network drive or external USB, WMP might not have read access to the alternate file. Right-click the folder containing your media, go to Properties > Security, and make sure your user account has Read & execute permissions. Also check if the alternate file actually exists—sometimes it's a link to a file that was deleted. Right-click the problem track in the playlist, choose Properties, and look at the alternate file path. If it's pointing to a ghost file, remove the track and re-add from the actual file location.

That's it. The error 0XC00D10A3 is annoying, but it's just WMP getting confused about a side file. Clear the confusion, and you're back to your playlist.

Was this solution helpful?