Open Ninjastorm380 opened 1 month ago
Same happens with STASIS: Bone Totem:
user@monolith:~$ LEGENDARY_CONFIG_PATH=/home/user/.config/heroic/legendaryConfig/legendary /opt/Heroic/resources/app.asar.unpacked/build/bin/x64/linux/legendary install 4e4e5473a79b40a1a4aee3bb0f612718 --platform Windows --base-path /home/user/Games/Heroic --skip-dlcs -y --skip-sdl --max-shared-memory 5000
[Core] INFO: Trying to re-use existing login session...
[cli] INFO: Preparing download for "STASIS : BONE TOTEM" (4e4e5473a79b40a1a4aee3bb0f612718)...
[Core] INFO: Parsing game manifest...
[Core] INFO: Install path: /home/user/Games/Heroic/STASISBONETOTEM
[Core] INFO: Selected CDN: cloudflare.epicgamescdn.com (https)
[DLM] INFO: Found 0 missing files.
Traceback (most recent call last):
File "legendary/cli.py", line 3224, in <module>
File "legendary/cli.py", line 3139, in main
File "legendary/cli.py", line 964, in install_game
File "legendary/core.py", line 1504, in prepare_download
File "legendary/downloader/mp/manager.py", line 416, in run_analysis
MemoryError: Current shared memory cache is smaller than required: 5000.0 MiB < 16312.0 MiB. Try running legendary with "--enable-reordering" to reduce memory usage, or use "--max-shared-memory 16344" to increase the limit.
[PYI-26133:ERROR] Failed to execute script 'cli' due to unhandled exception!
Installs fine with --max-shared-memory 16344
.
Describe the bug
Heroic fails to begin installing the ark ascended devkit. Latest legendary binary (installed from AUR) also can reproduce this. Applying
--max-shared-memory 7249
to legendary solves the issue for legendary, and should also solve for heroic.Add logs
heroic log provides nothing useful. see the legendary log instead.
Heroic:
Legendary (Built in):