-
Notifications
You must be signed in to change notification settings - Fork 22
Critical Error - Ran out of memory #10
Description
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?