Opening Project with MSI Afterburner/Riva Tuner running causes GPU Crashed or D3D Device Removed crash

UE - Rendering Architecture - RHI - Apr 5, 2022

When creating or opening any project from Live UE5 binary, the editor will crash.   Fatal error: [File:D:\build\++UE5\Sync\Engine\Source\Runtime\D3D12RHI\Private\D3D12Util.cpp] [Line: 859] hr faile ...

gismos is not rendered correctly in editor with vulkan on mobile preview

UE - Rendering Architecture - RHI - Mar 23, 2022

[CrashReport]UnrealEditor-D3D12RHI!FD3D12QueryHeap::EndQueryBatchAndResolveQueryData(FD3D12CommandContext &) [D3D12Query.cpp:408]

UE - Rendering Architecture - RHI - Mar 14, 2022

Generated from CrashReporter Error Message:Assertion failed: ActiveAllocatedElementCount <= QueryHeapCount [File:D:\build\++UE5\Sync\Engine\Source\Runtime\D3D12RHI\Private\D3D12Query.cpp] [Line: 40 ...

HiResScreenshot has incorrect masking when screenshot resolution scale does not match the viewport.

UE - Rendering Architecture - RHI - Sep 6, 2021

After a bit of investigation, the way to fix this would be to modify MergeMaskIntoAlpha to pass in the actual resolution scale and the requested size, and only mask the overlapping pixels. Currently ...

RGB/UINT10 HDR Format not using ST.2084

UE - Rendering Architecture - RHI - Aug 23, 2021

Specification here: [Link Removed] Which is mirrored in engine in FD3D12DynamicRHI::Init (for example): [Image Removed] However, FWindowsPlatformMisc::ChooseHDRDeviceAndColorGamut always returns ...

Vulkan bloom convolution causes crash

UE - Rendering Architecture - RHI - Jul 6, 2021

Ensure condition failed: Layout == VK_IMAGE_LAYOUT_SHARED_PRESENT_KHR || Layout == VK_IMAGE_LAYOUT_DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL || Layout == VK_IMAGE_LAYOUT_DEPTH_ATTACHMENT_STENCIL_RE ...

Ensure when changing the Mip Gen Settings in a Texture 2D Array

UE - Rendering Architecture - RHI - Jun 3, 2021

When changing the Mip Gen Settings of a Texture 2D Array, several errors such as: Error: Corrupt texture [NewTexture2DArray]! Missing bulk data for MipIndex=0 appear in the output logs and an Ensure ...

[CrashReport] FTaskGraphCompatibilityImplementation::ProcessThreadUntilRequestReturn

UE - Rendering Architecture - RHI - Jun 1, 2021

Generated from CrashReporter ...

Crash on multi viewport when streaming in sub level with rect lights

UE - Rendering Architecture - RHI - May 13, 2021