Quote:
failed to dlopen /home/steam/SRCDS/csgo/addons/metamod/bin/linux64/server.so error=/home/steam/SRCDS/csgo/addons/metamod/bin/linux64/server.so: wrong ELF class: ELFCLASS64
Unable to load plugin "addons/metamod/bin/linux64/server"
failed to dlopen /home/steam/SRCDS/csgo/addons/metamod/bin/server.so error=/home/steam/SRCDS/csgo/addons/metamod/bin/server.so: failed to map segment from shared object
Unable to load plugin "addons/metamod/bin/server"
|
I've some problem, csgo starting, but metamod not works..
Quote:
RUN dpkg --add-architecture i386 && apt-get update && apt-get install -y \
locales \
net-tools \
iputils-ping \
binutils \
gdb \
lib32gcc-s1 \
lib32stdc++6 \
lib32z1 \
libsdl2-2.0-0:i386 \
tar \
wget \
curl \
tmux \
|
installed latest mm and sm
Quote:
-rw-r--r-- 1 steam steam 27024 Jul 12 2021 server.so
-rw-r--r-- 1 steam steam 27044 Jul 12 2021 server_i486.so
steam@8ba41fcb0241:~/SRCDS/csgo/addons/metamod/bin$ pwd
/home/steam/SRCDS/csgo/addons/metamod/bin
steam@8ba41fcb0241:~/SRCDS/csgo/addons/metamod/bin$ cd linux64/
steam@8ba41fcb0241:~/SRCDS/csgo/addons/metamod/bin/linux64$ ls -l
total 340
-rw-r--r-- 1 steam steam 308864 Jul 12 2021 metamod.2.csgo.so
-rw-r--r-- 1 steam steam 33240 Jul 12 2021 server.so
steam@8ba41fcb0241:~/SRCDS/csgo/addons/metamod/bin/linux64$
|
Quote:
Linux 8ba41fcb0241 5.13.0-46-generic #51-Ubuntu SMP Sat May 21 01 9:51 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
|
Yes! Fixed. Move out lib from bin dir. Works on Hyper-V, WSL2, Ubuntu 22.04 LTS
`sudo mv /home/pro/CSGO/bin/libgcc_s.so.1 ~`