Unreal Engine 5 keeps crashing on my device (Lenovo Legion 7 16IRX8H), but the same project runs stably on other computers. I have tried all the solutions I found on the forum, but nothing has worked.
I have submitted error reports through the built-in system, but the issue persists. Who can I contact to investigate the cause and find a solution?
From the report, it seems to be a GPU crash issue, specifically triggering the crash in the UnrealEditor_D3D12RHI module.
For this error, I suggest you update the graphics driver on your device, or try switching the graphics API (such as switching from D3D12 to DX11 or Vulkan)
If it still doesn’t work, you can try the following solutions:
If it is a project-level error (crash when opening a project), try to recreate a blank project, cancel ray tracing, or minimize the Unreal Engine configuration to see if it can be solved.
If it is an engine-level error (occurs when opening Unreal Engine), then the situation is more complicated. You can try to reinstall Unreal Engine to solve the problem, or run command
sfc /scannow
on the device to repair damaged files. If all fail, it may be that the configuration itself is incompatible with the UnrealEditor_D3D12RHI module.