Packaging (UE5_02)

Does anyone know how I can fix this error when trying to package a game from the project Launcher?

Assertion failed: GetAllPackageFilenamesFromAssetRegistry(OriginalAssetRegistryPath, true, BasedOnReleaseDatas) [File:D:\build++UE5\Sync\Engine\Source\Editor\UnrealEd\Private\CookOnTheFlyServer.cpp] [Line: 7928]

0x00007ffd12d3d377 UnrealEditor-UnrealEd.dll!UnknownFunction []
0x00007ffd12b4ada9 UnrealEditor-UnrealEd.dll!UnknownFunction []
0x00007ffd12b6cb5c UnrealEditor-UnrealEd.dll!UnknownFunction []
0x00007ff73015948e UnrealEditor-Cmd.exe!UnknownFunction []
0x00007ff730150bbd UnrealEditor-Cmd.exe!UnknownFunction []
0x00007ff730150e8a UnrealEditor-Cmd.exe!UnknownFunction []
0x00007ff730153c4d UnrealEditor-Cmd.exe!UnknownFunction []
0x00007ff730165564 UnrealEditor-Cmd.exe!UnknownFunction []
0x00007ff73016788a UnrealEditor-Cmd.exe!UnknownFunction []
0x00007ffd89007034 KERNEL32.DLL!UnknownFunction []
0x00007ffd89342651 ntdll.dll!UnknownFunction []

1 Like

Hi,
Did you find a solution?

2 Likes

For anyone looking for a solution for this, it turned out that the issue was that “AssetRegistry.bin” was missing.
Please check out this thread for the details on how to obtain the “AssetRegistry.bin” file and properly build for UE5.
Good luck!

1 Like

I did thank you, just havent been active on here