In UE5.1, my packaged game crashed, but there’s no problem in editor. So far I’ve found that it seems to be a problem with my vehicle skeletal meshes. They were all Vigilante assets which transferred from the old version UE 4.27. When I try to open a map with these assets, my game crashed and I got this:
Assertion failed: RenderSection.DuplicatedVerticesBuffer.DupVertData.Num() [File:D:\build++UE5\Sync\Engine\Source\Runtime\Engine\Private\SkeletalMeshLODRenderData.cpp] [Line: 198]
0x00007ff70e41acb4 A_Space.exe!FSkeletalMeshLODRenderData::InitResources() []
0x00007ff70e41cebb A_Space.exe!FSkeletalMeshRenderData::InitResources() []
0x00007ff70e390bf6 A_Space.exe!USkeletalMesh::InitResources() []
0x00007ff70e381114 A_Space.exe!USkeletalMesh::FinishPostLoadInternal() []
0x00007ff70e484c32 A_Space.exe!USkinnedAsset::PostLoad() []
0x00007ff70e395997 A_Space.exe!USkeletalMesh::PostLoad() []
0x00007ff7056a897a A_Space.exe!UE::Core::Private::Function::TFunctionRefCaller<<lambda_22d10110ca9280980c693db7a74112c1>,void __cdecl(void)>::Call() [D:\RocketSync\5.1.0-23058290+++UE5+Release-5.1\Working\Engine\Source\Runtime\Core\Public\Templates\Function.h:474]
0x00007ff708b45c21 A_Space.exe!TGraphTask::ExecuteTask() []
0x00007ff708b5d1f4 A_Space.exe!FNamedTaskThread::ProcessTasksNamedThread() []
0x00007ff708b5d70e A_Space.exe!FNamedTaskThread::ProcessTasksUntilQuit() []
0x00007ff708b6727f A_Space.exe!FTaskGraphCompatibilityImplementation::WaitUntilTasksComplete() []
0x00007ff70e6c36ed A_Space.exe!FTickTaskSequencer::ReleaseTickGroup() []
0x00007ff70e6d0279 A_Space.exe!FTickTaskManager::RunTickGroup() []
0x00007ff70dcf1cb8 A_Space.exe!UWorld::RunTickGroup() []
0x00007ff70dcf90ad A_Space.exe!UWorld::Tick() []
0x00007ff70da3cc07 A_Space.exe!UGameEngine::Tick() []
0x00007ff7056388af A_Space.exe!FEngineLoop::Tick() []
0x00007ff705651e7e A_Space.exe!GuardedMain() []
0x00007ff705651f5a A_Space.exe!GuardedMainWrapper() []
0x00007ff705654e96 A_Space.exe!LaunchWindowsStartup() []
0x00007ff7056668e4 A_Space.exe!WinMain() []
0x00007ff70fd88bea A_Space.exe!__scrt_common_main_seh() [d:\a01_work\12\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl:288]
0x00007ff9d0df7614 KERNEL32.DLL!UnknownFunction []
0x00007ff9d22a26a1 ntdll.dll!UnknownFunction []
hope my problem can be solved, thanks