If you have Windows 10 N this how I fix this issue:
Uninstall Battlefield or Lagfields choose your own nickname for it.
The MFPlat.dll file is related to the Media Foundation Platform, and it's required for multimedia functions such as video playback, streaming, and other media-related tasks in Windows. When this DLL is missing or corrupt, programs that rely on multimedia components can fail to launch, as you're seeing.
Here are the steps to fix this issue:
Ensure You Have the Correct Version of Windows Media Feature Pack
It looks like you've already tried downloading the Media Feature Pack, which is good, but I’ll clarify a few details to ensure everything is in place. The MFPlat.dll file is typically associated with Windows N and KN editions, which don’t include certain media features by default. If you're running a Windows 10 N edition, you need to install the Media Feature Pack for the correct version of Windows 10.
Press Win + X and select Windows PowerShell (Admin).
Type the following command and press Enter to determine the name of the Windows Media Feature Pack:
DISM /Online /Get-Capabilities
Look through the list to find the specific capability name for the Media Feature Pack (e.g., Media.MediaFeaturePack~~~~0.0.1.0).
Type the following command to install the Media Feature Pack, replacing Media.MediaFeaturePack~~~~0.0.1.0 with the specific name you found:
DISM.exe /Online /Add-Capability /CapabilityName:Media.MediaFeaturePack~~~~0.0.1.0
Press Enter and wait for the installation to complete.
Manually Re-register the MFPlat.dll
If the MFPlat.dll file is already installed but still not being recognized, you may need to manually register the DLL. Here's how:
Press Windows + X and select Command Prompt (Admin) or Windows PowerShell (Admin).
In the Command Prompt window, type the following command and press Enter:
regsvr32 MFPlat.dll
This will attempt to register the MFPlat.dll file. If it's already registered, you'll see a confirmation message.
Restart Your Computer and check if the game works.
Reinstall the Game
Uninstall the game from Settings > Apps.