Hi,
I’m trying to launch my 5.3.2 project in 5.4.1,and it crashes always with
*LogWindows: Error: appError called: Fatal error: [File:D:\build++UE5\Sync\Engine\Source\Runtime\RHICore\Private\RHICoreShader.cpp] [Line: 37] * Shader requested a global uniform buffer of type ‘OpaqueBasePass’ at static slot ‘[Name: SceneTextures, Slot: 9]’, but it was null. The uniform buffer should be bound using RHICmdList.SetStaticUniformBuffers() or passed into an RDG pass using SHADER_PARAMETER_STRUCT_REF() or SHADER_PARAMETER_RDG_UNIFORM_BUFFER().
I have the same issue after updating to 5.4. Is there Anybody that has solution for this?
I think for me the reason is the Water Plug in, cause my level that crashes has a River and I try to put the River in another Level and it crashes again with the same error.
For now I will try to disable The water Plug in and see what will happen.