I have a txt response file that looks something like this “C:/FolderToPak/*” “…/…/…/MountPoint”. If I try using UnrealPak in the standard way “UnrealPak.exe Output.pak -create=responsefile.txt”, it works perfectly with the 5.0 exe and the 4.27 exe, but in 5.1 and 5.2 I get
“Assertion failed: Pair.Info.IsDeleteRecord() || Pair.Info.IndexDataEquals(EncodedEntry)”
which refers to some kind of failed check in PakFileUtilities.cpp.
The only way I have gotten UnrealPak to work at all in these versions is to enter the folder manually, ie “-create=C:/FolderToPak/”, however doing it this way I can’t seem to add a custom mount point.
Anyone know how to structure the response file, or alternatively how to add a mount point without it?
1 Like
[2023.08.15-01.06.35:807][ 0]LogWindows: Error: === Critical error: ===
[2023.08.15-01.06.35:808][ 0]LogWindows: Error:
[2023.08.15-01.06.35:808][ 0]LogWindows: Error: Assertion failed: Pair.Info.IsDeleteRecord() || Pair.Info.IndexDataEquals(EncodedEntry) [File:D:\build++UE5\Sync\Engine\Source\Developer\PakFileUtilities\Private\PakFileUtilities.cpp] [Line: 1996]
[2023.08.15-01.06.35:808][ 0]LogWindows: Error:
[2023.08.15-01.06.35:808][ 0]LogWindows: Error: [Callstack] 0x00007ffff89c70f4 UnrealPak-PakFileUtilities.dll!VerifyIndexesMatch() []
[2023.08.15-01.06.35:808][ 0]LogWindows: Error: [Callstack] 0x00007ffff89c776a UnrealPak-PakFileUtilities.dll!WritePakFooter() []
[2023.08.15-01.06.35:808][ 0]LogWindows: Error: [Callstack] 0x00007ffff89aa875 UnrealPak-PakFileUtilities.dll!FPakWriterContext::Flush() []
[2023.08.15-01.06.35:809][ 0]LogWindows: Error: [Callstack] 0x00007ffff89a747d UnrealPak-PakFileUtilities.dll!ExecuteUnrealPak() []
[2023.08.15-01.06.35:809][ 0]LogWindows: Error: [Callstack] 0x00007ff7039ebe27 UnrealPak.exe!wmain() []
[2023.08.15-01.06.35:809][ 0]LogWindows: Error: [Callstack] 0x00007ff7039ece2c UnrealPak.exe!__scrt_common_main_seh() []
[2023.08.15-01.06.35:810][ 0]LogWindows: Error: [Callstack] 0x00007ff813877614 KERNEL32.DLL!UnknownFunction []
[2023.08.15-01.06.35:810][ 0]LogWindows: Error: [Callstack] 0x00007ff814dc26b1 ntdll.dll!UnknownFunction []