Open Joshaze opened 10 months ago
Could be too many pak files to extract, I reduced the amount of files, and it processed with no more Ran out of memory errors. Eventhough, nothing got extracted.
Hello, is it possible to do something about memory overflow, when reading chunks, the buffer sizes go into terabytes, I personally checked through the swap file
Hello, is it possible to do something about memory overflow, when reading chunks, the buffer sizes go into terabytes, I personally checked through the swap file
ZenTools has been updated by LongerWarrior, and it is now compatible with 5.3 and 5.4. It should not have this issue. Get it on the UE Modding discord channel, here: Channel invite: https://discord.gg/unreal-engine-modding-876613187204685934 Updated ZenTools: https://discord.com/channels/876613187204685934/876613187661873153/1286417758707257347
Thank you very much
I am trying to extract the INI files from the Lords of the Fallen (2023) game.
I am using this command: ZenTools.exe ExtractPackages "E:\SteamLibrary\steamapps\common\Lords of the Fallen\LOTF2\Content\Paks" "E:\Downloads\Games\LordsOfTheFallen\Extracted PAKs" -PackageFilter=*.ini
Get this error:
LogWindows: Error: === Critical error: === LogWindows: Error: LogWindows: Error: Fatal error: [File:D:\Perforce\FactoryGame_dev\UE4\Engine\Source\Runtime\Core\Private\GenericPlatform\GenericPlatformMemory.cpp] [Line: 241] LogWindows: Error: Ran out of memory allocating 38881218400 bytes with alignment 8. Last error msg: The paging file is too small for this operation to complete.. LogWindows: Error: [Callstack] 0x00007ff7ea787db8 ZenTools.exe!UnknownFunction [] LogWindows: Error: [Callstack] 0x00007ff7ea7a25e3 ZenTools.exe!UnknownFunction [] LogWindows: Error: [Callstack] 0x00007ff7ea80b08f ZenTools.exe!UnknownFunction [] LogWindows: Error: [Callstack] 0x00007ff7ea80cac9 ZenTools.exe!UnknownFunction [] LogWindows: Error: [Callstack] 0x00007ff7ea6bd16b ZenTools.exe!UnknownFunction [] LogWindows: Error: [Callstack] 0x00007ff7ea6b5407 ZenTools.exe!UnknownFunction [] LogWindows: Error: [Callstack] 0x00007ff7ea6b13f2 ZenTools.exe!UnknownFunction [] LogWindows: Error: [Callstack] 0x00007ff7ea6ab451 ZenTools.exe!UnknownFunction [] LogWindows: Error: [Callstack] 0x00007ff7ea6a9f74 ZenTools.exe!UnknownFunction [] LogWindows: Error: [Callstack] 0x00007ff7ea6c6405 ZenTools.exe!UnknownFunction [] LogWindows: Error: [Callstack] 0x00007ff7eb4f2200 ZenTools.exe!UnknownFunction [] LogWindows: Error: [Callstack] 0x00007ffb58177344 KERNEL32.DLL!UnknownFunction [] LogWindows: Error: [Callstack] 0x00007ffb591426b1 ntdll.dll!UnknownFunction [] LogWindows: Error: LogWindows: Error: LogWindows: Error: LogWindows: Error:
I have 16GB of RAM and a 3GB Paging file.
The archive appears to be unencrypted so I did not include any keys. I assume this is supported?