You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then I proceeded to install it with legendary install 36b0e40890f147fbb1e3965f87369156 but it gave me this error:
[Core] INFO: Trying to re-use existing login session...
[cli] INFO: Preparing download...
[Core] INFO: Parsing game manifest...
[Core] INFO: Install path: /home/fab/legendary/PillarsOfEternity
Traceback (most recent call last):
File "/usr/bin/legendary", line 11, in <module>
load_entry_point('legendary-gl==0.20.3', 'console_scripts', 'legendary')()
File "/usr/lib/python3.8/site-packages/legendary/cli.py", line 1313, in main
cli.install_game(args)
File "/usr/lib/python3.8/site-packages/legendary/cli.py", line 582, in install_game
dlm, analysis, igame = self.core.prepare_download(game=game, base_game=base_game, base_path=args.base_path,
File "/usr/lib/python3.8/site-packages/legendary/core.py", line 806, in prepare_download
anlres = dlm.run_analysis(manifest=new_manifest, old_manifest=old_manifest,
File "/usr/lib/python3.8/site-packages/legendary/downloader/manager.py", line 375, in run_analysis
raise MemoryError(f'Current shared memory cache is smaller than required! {shared_mib} < {required_mib}. '
MemoryError: Current shared memory cache is smaller than required! 1024.0 MiB < 23385.0 MiB. Try running legendary with the --enable-reordering flag to reduce memory usage.
I tried using the --enable-reordering flag but I still got the same error. I tried with another game (Tyranny) and the installation worked.
Do you have any hint on how to succeed the installation of Pillars? Thanks!
F. Delente
The text was updated successfully, but these errors were encountered:
Hello,
I am on Fedora 32 and I installed legendary version "0.20.3", codename "Point Insertion".
I authenticated and I listed my games. For Pillars of Eternity I got this:
Then I proceeded to install it with
legendary install 36b0e40890f147fbb1e3965f87369156
but it gave me this error:I tried using the
--enable-reordering
flag but I still got the same error. I tried with another game (Tyranny) and the installation worked.Do you have any hint on how to succeed the installation of Pillars? Thanks!
F. Delente
The text was updated successfully, but these errors were encountered: