When compiling a PSO, RHI Breadcrumbs can be fed a bad FRHIBreadcrumbNode, resulting in reading random memory and crashing during the recursive node iteration. This only happens when tracing. The i ...
EA Motive has pointed out a potential bug they found related task graph synchronization and when compiling compute PSOs: [Link Removed]. From the screenshot they sent over, it seems that a task grap ...
When adding a Uniform Buffer Struct that has one 4x4 matrix to a mesh pass, validation will fail, due to a Uniform Buffer Struct mismatch. This can be reproduced by adding a mesh pass in project-si ...
FRHIMemoryPool will leak data when it is destroyed. "FRHIMemoryPool::Init()" will create "FRHIMemoryPool::DesiredAllocationPoolSize" new "FRHIPoolAllocationData" objects, stored in "FRHIMemoryPool: ...
Bindless textures do not appear to stream mip levels. This issue is separate from an already reported bindless virtual texture streaming issue. When the editor is freshly launched or when mip level ...
Licensees have reported crashes being triggered while the engine is resolving debug markers for an Nvidia Aftermath dump. This makes it difficult to properly investigate crashes ...
When multiple render commands are enqueued before the graph task runs for a prior enqueued command, the new commands will be put into the Queue for the task to run and no context is captured. When t ...
CreateD3D12Texture causes two OnLowLevelAllocs in LLM to be called with the same pointer and the same channel, leading to a warning. LLM WARNING: Replacing allocation in tracking map. Alloc/Free Mi ...
D3D12Texture::Lock computes the size of the staging buffer on Line 1541 of D3D12Texture.cpp. This size uses the RowPitch, which for BCn resources encapsulates the size in bytes of a single row of bl ...
Users affected: 73 Total occurrences: 156 Last occurrence: October 22nd 2024, 9:59:58 am First occurrence: October 2nd 2024, 4:53:30 pm Latest version: ++UE5+Release-5.5-CL-36679577 Platform: Win64 ...