Unreal Engine 4.25 and Windows 7 compatibility

Greetings.

After updating to 4.25 some of my colleagues noticed that ue4 runs with errors. The same reports can be found in 4.25 topic.

DXGI is API that is available only in Windows 8.1+. Does that mean that Windows 7 is not supported as a minimum required OS for development?

I believe the Windows 7 is still supported as stated here Hardware and Software Specifications | Unreal Engine Documentation . Could it be that their machines don’t have the Windows 8 SDK installed?

so i dunno tell people that you need that sdk and make it part of a chekc on install gee that was hard

There is no Windows 8 SDK in the latest Visual Studio setup. Just the 10 one. And it’s installed.
Still doubt it’s related. The Entry Point in DLL is a hook for Windows Store.

Are you still experiencing these issues? Was it an SDK problem? Not even cooked Windows 7 builds works anymore on a fully patched machine with UE4 Redist installed

Anyone got some info on this?
Since upgrading to 4.25 all Windows 7 users get this message.


The procedural entry point CreateDXGIFactory2 is not found in the dynamics links library dxgi.dll

Since a lot of search engine users end up here, I’ll add some more info.
This thread on the Answerhub contains more information: https://answers.unrealengine.com/que…4896/view.html

Basically, in 4.25 Epic (presumably by accident) started using the CreateDXGIFactory2 API (along with other DXGI functionality) that is only available in Windows 8.1 and newer. From what I understand, the issue has been reverted in the git repository on June 2nd but they appear to wait releasing the fix.

If you need Windows 7 support right now either:

  • Stick with 4.24 until 4.25.2 (not sure if it comes/fixes the issue) or 4.26 comes out.
  • Compile the engine from source.

UE4.25.2 has been released with a fix for this issue: https://forums.unrealengine.com/unre…otfix-released