The error is below:
LowLevelFatalError [File:D:\build++UE5\Sync\Engine\Source\Runtime\D3D12RHI\Private\D3D12Util.cpp] [Line: 873]
Interfaces.CopyCommandList->Close() failed
at D:\build++UE5\Sync\Engine\Source\Runtime\D3D12RHI\Private\D3D12CommandList.cpp:268
with error E_INVALIDARG
Just happened to our players, I can not review it on my own computer. Does anyone know how to fix this?
Welcome to the Unreal Engine Community Forum. That’s a DirectX 12 error. However, the ‘E_INVALIDARG’ at the end makes me wonder if it’s one from ‘D3D Device being lost’. Is there any more error after that? Perhaps something with an 0x00-etc?
(Also, do you know the system specs of the individuals having this issue or is it a large amount of players?)
It’s kind of situational. I have saw a lot of issues with people running Windows 11 with the DirectX 12 through projects. Those people generally end up having this type of problem and reverting to DirectX 11 fixes it(as you mentioned is the same for your players). Honestly, I’d consider the DirectX 11 route to avoid issues. There will be more support for DirectX 12 and Windows 11 within UE in the future as well. Once this is no longer an issue, you could move back to 12. That’s just an idea that I’d consider if it were me. I hope that’s helpful!