When setting bUseChecksInShipping to true in the PRojec's Target.cs file, the project will package successfully for Shipping but trigger an assert when it is launched. The error is also present when cross-compiling for Linux. In 4.23 Source the executable opens and doesn't throw a RHI assert.
Results: Triggers assert "CmdList.Context || CmdList.ComputeContext" as immediate command list is being executed in RHIUnlockIndexBuffer before getting assigned a context during engine init
Expected: Build starts without triggering assert
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-86148 in the post.
2 |
Component | UE - Graphics Features |
---|---|
Affects Versions | 4.24.1, 4.25 |
Target Fix | 4.24.2 |
Created | Dec 23, 2019 |
---|---|
Resolved | Jan 10, 2020 |
Updated | Jan 26, 2021 |