Problems related to Work Graph Crash?

Hi,

I ran the test again with a version of Unreal Engine built from source code. The test completed successfully. I did have to make a small code change to make the plugin compile (I renamed CVarWorkGraphTestCapture on lines 13 and 29 of NormalDispatchLibrary.cpp to CVarWorkGraphTestCapture1 because the compiler was complaining about a redefinition of the same CVar in WorkGraphExample1Test.cpp)

This is my output

[Image Removed]

The errors in the crash log you provided are coming from RenderDoc (RDOC). It’s possible that this plugin is interfering with the WorkGraph test run in some way. There also seems to be a problem with finding nvcuda64.dll, nvdxgdmal64.dll and nvrtum64.dll. Can you disable the RenderDoc plugin and try running the test again?

Sam