I’ve got crash when opening map:
Assertion failed: IsViewportValid() [File:N:\UnrealEngine-4.19-GameWorks-VL\Engine\Source\Runtime\Renderer\Private\PostProcess/RenderingCompositionGraph.h] [Line: 133]
When I try to load map as a sub level I’ve got :
Assertion failed: Status == NV_TXAA_STATUS_OK [File:N:\UnrealEngine-4.19-GameWorks-VL\Engine\Source\Runtime\Windows\D3D11RHI\Private\D3D11Commands.cpp] [Line: 2295]
I recently changed AA to TXAA so that is probably the cause.
- I’ve just disabled TXAA - that was the cause