Mord3rca / gamma-launcher

Just another Launcher to setup S.T.A.L.K.E.R.: G.A.M.M.A.
GNU General Public License v3.0
86 stars 13 forks source link

extracting error #81

Closed Tune45 closed 8 months ago

Tune45 commented 11 months ago

Hi.i'm EndeavourOS user .CPU= Intel® Xeon® CPU E3-1270 V2 GPU= AMD RX 580 RAM= 16 GB kernal=6.6.8-zen1-1-zen (64-bit) DE= KDE Plasma 5.27.10

i got this ./gamma-launcher full-install --anomaly ~/Games/Anomaly/ --gamma ~/Games/GAMMA/ [+] Installing base Anomaly 1.5.1 Calculating hash of Anomaly-1.5.1.2.7z: 100%|#######################################################################################| 8.75G/8.75G [00:13<00:00, 696MiB/s]

Mord3rca commented 11 months ago

Hello,

sh: symbol lookup error: sh: undefined symbol: rl_trim_arg_from_keyseq

Apparently, /bin/sh can't be executed since a symbol is missing

Mord3rca commented 10 months ago

Can you try again with libreadline preloaded ?

LD_PRELOAD=<path/to/sys/readline.so> ./gamma-launcher ....

Or by installing launcher in a venv

consumptionof commented 10 months ago

Can you try again with libreadline preloaded ?

LD_PRELOAD=<path/to/sys/readline.so> ./gamma-launcher ....

Or by installing launcher in a venv

On Arch, preloading libreadline.so got it to work.

Mord3rca commented 8 months ago

Root cause: pyinstaller package is done on Ubuntu:latest and contain Ubuntu's libraries.

Resolution: Use pip installation if distro != Ubuntu