Loaded /path-to-steam-games/cs2-ds/game/bin/linuxsteamrt64/libscenesystem.so, got 0x56243af45000
Network System Initialized
MOD desires lightbinner GPU but is unsupported by HW (SupportsCompute=0 CubeMapArrays=0)
Loaded `/cs2-ds/game/bin/linuxsteamrt64/libserver_valve.so, got (nil)
failed to dlopen /path-to-steam-games/cs2-ds/game/bin/linuxsteamrt64/libserver_valve.so error=/path-to-steam-games/cs2-ds/game/bin/linuxsteamrt64/libserver_valve.so: cannot open shared object file: No such file or directory
failed to dlopen "/path-to-steam-games/cs2-ds/game/bin/linuxsteamrt64/libserver_valve.so" error=/path-to-steam-games/cs2-ds/game/bin/linuxsteamrt64/libserver_valve.so: cannot open shared object file: No such file or directory
Loaded libserver_valve.so, got (nil)
failed to dlopen libserver_valve.so error=libserver_valve.so: cannot open shared object file: No such file or directory
failed to dlopen "libserver_valve.so" error=libserver_valve.so: cannot open shared object file: No such file or directory
Loaded /path-to-steam-games/cs2-ds/game/csgo/bin/linuxsteamrt64/libserver.so, got (nil)
failed to dlopen /path-to-steam-games/cs2-ds/game/csgo/bin/linuxsteamrt64/libserver.so error=libv8.so: cannot open shared object file: No such file or directory
failed to dlopen "/path-to-steam-games/cs2-ds/game/csgo/bin/linuxsteamrt64/libserver.so" error=libv8.so: cannot open shared object file: No such file or directory
CAppSystemDict:Unable to load module server (Dependency of application), error 2
0 CAppSystemDict:Unable to load module server (Dependency of applicati
解决方法:
bash -c 'cd /home/ubuntu/cs2server/game/bin/linuxsteamrt64/ && for lib in libv8*.so; do ln -s "$(pwd)/$lib" /home/ubuntu/cs2server/game/csgo/bin/linuxsteamrt64/; done'