Open chaychoong opened 2 years ago
I've also encountered this same error while trying to run automation unit tests using UE4Editor.exe with Unreal version 4.26.1
Hi,
seems like the fix doesn't work anymore. I get the following error:
Install-WindowsFeature : The request to add or remove features on the
specified server failed.
Installation of one or more roles, role services, or features failed.
The source files could not be found.
I was running a UE5 package using the
ghcr.io/epicgames/unreal-engine:runtime-windows
image when I encountered this error during theMounting plugin
phaseI eventually solved it (just the
WMF
part) by installingServer-Media-Foundation
in the ContainerI looked through this repo but I'm not too sure where to start to fix this issue. Hoping for some guidance please!