I have been trying to use work graph in ue5 recently, But I encountered some problems
This is my test code. You can reproduce it conveniently
[Image Removed]
log:
[2025.04.18-01.46.43:497][618]AutomationTestingLog: -----Test Run 3----
[2025.04.18-01.46.43:503][618]LogAutomationController: Sending RunTest Example1 to AD2BE53146B7AF75062AFDBAACC6CC15
[2025.04.18-01.46.43:503][618]LogAutomationController: Display: Test Started. Name={Example1} Path={UnrealLab.WorkGraph.Example1}
[2025.04.18-01.46.43:510][619]LogAutomationWorker: Received StopTests from C8FF506547D1F7A265A9FFAEEF5DCEF2
[2025.04.18-01.46.43:510][619]LogAutomationWorker: Received StartTestSession from C8FF506547D1F7A265A9FFAEEF5DCEF2
[2025.04.18-01.46.43:510][619]LogAutomationWorker: Received RunTests Example1 from C8FF506547D1F7A265A9FFAEEF5DCEF2
nvcuda64.dll=NONE
RDOC 014736: [09:46:44] nvapi_hooks.cpp( 526) - Log - Initialised nvapi, version NVidia Complete Version 1.10
RDOC 014736: [09:46:44] nvapi_hooks.cpp( 628) - Warning - NvAPI disabled: Returning NULL for nvapi_QueryInterface(NvAPI_GetPhysicalGPUFromGPUID)
nvdxgdmal64.dll=NONE
nvrtum64.dll=NONE
RDOC 014736: [09:46:45] d3d12_serialise.cpp(2243) - Error - Unsupported state sub-object type
RDOC 014736: [09:46:45] dxil_metadata.cpp( 955) - Error - Assertion failed: ‘info2.extraInfoRef.offset == ~0U’
RDOC 014736: [09:46:45] dxil_metadata.cpp(1047) - Warning - Unhandled RDAT part 7, will not round-trip
RDOC 014736: [09:46:45] dxil_metadata.cpp(1047) - Warning - Unhandled RDAT part 9, will not round-trip
RDOC 014736: [09:46:45] dxil_metadata.cpp(1047) - Warning - Unhandled RDAT part 8, will not round-trip
RDOC 014736: [09:46:45] dxil_metadata.cpp(1047) - Warning - Unhandled RDAT part 10, will not round-trip
RDOC 014736: [09:46:45] dxil_metadata.cpp(1047) - Warning - Unhandled RDAT part 11, will not round-trip
RDOC 014736: [09:46:45] dxbc_container.cpp( 385) - Error - Unexpected DXBC shader type 15
RDOC 014736: [09:46:45] dxil_metadata.cpp( 955) - Error - Assertion failed: ‘info2.extraInfoRef.offset == ~0U’
my device:
windows 10
Using Visual Studio 2022 14.38.33145 toolchain (C:\Program Files\Microsoft Visual Studio\2022\Professional\VC\Tools\MSVC\14.38.33130) and Windows 10.0.22621.0 SDK (C:\Program Files (x86)\Windows Kits\10).
cpu : AMD Ryzen Threadripper PRO 3945WX 12-Cores
gpu : nvdia 3080
and I can run D3D12HelloWorkGraphs normally