前言

打包提示出错的情况下,很可能在烘培的阶段就已经出现错误,因此做下相关的笔记

1 Ensure condition failed: !Result->ContainsNaN()

[2023.07.18-03.06.19:136][687]UATHelper: Cooking (Windows): LogOutputDevice: Error: begin: stack for UAT
[2023.07.18-03.06.19:136][687]UATHelper: Cooking (Windows): LogOutputDevice: Error: begin: stack for UAT
[2023.07.18-03.06.19:136][687]UATHelper: Cooking (Windows): LogOutputDevice: Error: === Handled ensure: ===
[2023.07.18-03.06.19:136][687]UATHelper: Cooking (Windows): LogOutputDevice: Error: === Handled ensure: ===
[2023.07.18-03.06.19:136][687]UATHelper: Cooking (Windows): LogOutputDevice: Error:
[2023.07.18-03.06.19:136][687]UATHelper: Cooking (Windows): LogOutputDevice: Error:
[2023.07.18-03.06.19:137][687]UATHelper: Cooking (Windows): LogOutputDevice: Error: Ensure condition failed: !Result->ContainsNaN() [File:D:\build\++UE5\Sync\Engine\Source\Runtime\Core\Private\Math\UnrealMathSSE.cpp] [Line: 49]
[2023.07.18-03.06.19:137][687]UATHelper: Cooking (Windows): LogOutputDevice: Error:
[2023.07.18-03.06.19:137][687]UATHelper: Cooking (Windows): LogOutputDevice: Error: Ensure condition failed: !DstMatrix->ContainsNaN() [File:D:\build\++UE5\Sync\Engine\Source\Runtime\Core\Private\Math\UnrealMathSSE.cpp] [Line: 209]
[2023.07.18-03.06.19:137][687]UATHelper: Cooking (Windows): LogOutputDevice: Error: Stack:
[2023.07.18-03.06.19:137][687]UATHelper: Cooking (Windows): LogOutputDevice: Error:
[2023.07.18-03.06.19:137][687]UATHelper: Cooking (Windows): LogOutputDevice: Error: [Callstack] 0x00007ff8f5154988 UnrealEditor-Core.dll!VectorMatrixMultiply() [D:\build\++UE5\Sync\Engine\Source\Runtime\Core\Private\Math\UnrealMathSSE.cpp:49]
[2023.07.18-03.06.19:137][687]UATHelper: Cooking (Windows): LogOutputDevice: Error: Stack:
[2023.07.18-03.06.19:137][687]UATHelper: Cooking (Windows): LogOutputDevice: Error: [Callstack] 0x00007ff8ee3fee0e UnrealEditor-StaticMeshDescription.dll!GetTriangleTangentsAndNormals() [D:\build\++UE5\Sync\Engine\Source\Runtime\StaticMeshDescription\Private\StaticMeshOperations.cpp:217]
[2023.07.18-03.06.19:137][687]UATHelper: Cooking (Windows): LogOutputDevice: Error: [Callstack] 0x00007ff8f5154052 UnrealEditor-Core.dll!VectorMatrixInverse() [D:\build\++UE5\Sync\Engine\Source\Runtime\Core\Private\Math\UnrealMathSSE.cpp:209]
[2023.07.18-03.06.19:138][687]UATHelper: Cooking (Windows): LogOutputDevice: Error: [Callstack] 0x00007ff8ee3ddde6 UnrealEditor-StaticMeshDescription.dll!<lambda_10f87e5b9e22f72a909fa42d4b6a7683>::operator()() [D:\build\++UE5\Sync\Engine\Source\Runtime\StaticMeshDescription\Private\StaticMeshOperations.cpp:300]
[2023.07.18-03.06.19:138][687]UATHelper: Cooking (Windows): LogOutputDevice: Error: [Callstack] 0x00007ff8ee3fedf6 UnrealEditor-StaticMeshDescription.dll!GetTriangleTangentsAndNormals() [D:\build\++UE5\Sync\Engine\Source\Runtime\StaticMeshDescription\Private\StaticMeshOperations.cpp:215]
[2023.07.18-03.06.19:138][687]UATHelper: Cooking (Windows): LogOutputDevice: Error: [Callstack] 0x00007ff8ee3e2079 UnrealEditor-StaticMeshDescription.dll!`ParallelForImpl::NewParallelForInternal<TFunctionRef<void __cdecl(int)>,<lambda_600b85aa2a81f4761389a82b02631227>,std::nullptr_t>'::`2'::FParallelExecutor::operator()() [D:\build\++UE5\Sync\Engine\Source\Runtime\Core\Public\Async\ParallelFor.h:566]
[2023.07.18-03.06.19:138][687]UATHelper: Cooking (Windows): LogOutputDevice: Error: [Callstack] 0x00007ff8ee3ddde6 UnrealEditor-StaticMeshDescription.dll!<lambda_10f87e5b9e22f72a909fa42d4b6a7683>::operator()() [D:\build\++UE5\Sync\Engine\Source\Runtime\StaticMeshDescription\Private\StaticMeshOperations.cpp:300]
[2023.07.18-03.06.19:138][687]PackagingResults: Error: begin: stack for UAT
[2023.07.18-03.06.19:139][687]PackagingResults: Error: begin: stack for UAT

打包方式选择Shipping,可以规避这个问题,不清楚Development究竟在运行哪个资源提示出错