Hey guys,
I’m trying to unpack and look inside my APK to see if the content I blacklisted is still appearing in the pak or not. I tried the following command in command prompt:
“C:\Program Files\Epic Games\4.10\Engine\Binaries\Win64\UnrealPak.exe” “C:\Users\ME\Projects\AndroidDeployments\Android\example.apk” -List > FileList.txt
However, that gives me the following error:
LogWindows:Error: Windows GetLastError: The operation completed successfully. (0)
LogWindows:Error: === Critical error: ===
Assertion failed: Info.Magic == FPakInfo::PakFile_Magic [File:D:\BuildFarm\buildmachine_++depot+UE4-Releases+4.10\Engine\Source\Runtime\PakFile\Private\IPlatformFilePak.cpp]
Not only does the “-List” parameter give me this error, but even trying to run things like “-Test” give me the same issue. So it doesn’t seem to be specific to one command of UnrealPak.
Any help would be greatly appreciated!