I’m currently in the process of releasing the early access of my game on Steam. My review build is failing a few checks because of the following errors:
{code}
Direct X End-User Runtimes - June 2010
Clicking “UDK.exe” in “…\Steam\steamapps\common\Subsistence\Binaries\Win32” prompts the following error messages:
“The program can’t start because XINPUT1_3.dll is missing from your computer. Try reinstalling the program to fix this problem.”
“The program can’t start because D3DCOMPILER_43.dll is missing from your computer. Try reinstalling the program to fix this problem.”
“The program can’t start because d3dx9_43.dll is missing from your computer. Try reinstalling the program to fix this problem.”
“The program can’t start because d3dx11_43.dll is missing from your computer. Try reinstalling the program to fix this problem.”
{code}
The optional redistributables that I can toggle are:
Looks like it’s just the Direct X i need to check, but just thought i’d check here before I submit another build.