Pak File Loader Plugin

Hi, first of all I would like to thank you a lot for this work, it helps a lot.

I’m trying to load a pak file from another project and made sure dependencies are all within the pak file
Here is my steps: mount pak file with the correct mount point, change the mount point with a new mount point and then I try to load a map that is in this pak file, it finds it, check all the dependencies and end by a crash. This is the error:


​​​​​​​[2020.02.19-22.28.27:998] 16]LogMemory: Platform Memory Stats for WindowsNoEditor
[2020.02.19-22.28.27:998] 16]LogMemory: Process Physical Memory: 1011.29 MB used, 1075.68 MB peak
[2020.02.19-22.28.27:998] 16]LogMemory: Process Virtual Memory: 4640.42 MB used, 4664.96 MB peak
[2020.02.19-22.28.27:998] 16]LogMemory: Physical Memory: 15795.55 MB used,  16929.78 MB free, 32725.33 MB total
[2020.02.19-22.28.27:998] 16]LogMemory: Virtual Memory: 9266.67 MB used,  134208464.00 MB free, 134217728.00 MB total
[2020.02.19-22.28.27:998] 16]LogWindows: Error: === Critical error: ===
[2020.02.19-22.28.27:998] 16]LogWindows: Error: 
[2020.02.19-22.28.27:998] 16]LogWindows: Error: Assertion failed: CurrentPos + Count <= TotalSizeOrMaxInt64IfNotReady() [File:D:/Build/++UE4/Sync/Engine/Source/Runtime/CoreUObject/Private/Serialization/AsyncLoading.cpp] [Line: 8407] 
[2020.02.19-22.28.27:998] 16]LogWindows: Error: Seeked past end of file ../../../Garou/Plugins/252flat/Content/Resources/Textures/wood-109_walnut-black-american-1_b_1.uexp (1113541477 / 48001356)
[2020.02.19-22.28.27:998] 16]LogWindows: Error: 
[2020.02.19-22.28.27:998] 16]LogWindows: Error: 
[2020.02.19-22.28.27:998] 16]LogWindows: Error: [Callstack] 0x00007ffd801ba839 UnknownFunction ]
[2020.02.19-22.28.27:998] 16]LogWindows: Error: 

Would you have any insights on it?