Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Counter Strike Source Dedicated Server] Start problem #168

Open
JTaylerJ opened this issue Feb 2, 2023 · 1 comment
Open

[Counter Strike Source Dedicated Server] Start problem #168

JTaylerJ opened this issue Feb 2, 2023 · 1 comment

Comments

@JTaylerJ
Copy link

JTaylerJ commented Feb 2, 2023

failed to dlopen /home/jtaylerj/vspace/css_server/bin/vphysics_srv.so error=bin/libstdc++.so.6: version CXXABI_1.3.9' not found (required by /home/jtaylerj/vspace/css_server/bin/vphysics_srv.so) failed to dlopen vphysics_srv.so error=bin/libstdc++.so.6: version CXXABI_1.3.9' not found (required by bin/vphysics_srv.so)
AppFramework : Unable to load module vphysics_srv.so!
Unable to load interface VPhysics031 from vphysics_srv.so

@Adrianilloo
Copy link

Adrianilloo commented Apr 1, 2023

Since VPhysics Jolt for Linux is to be compiled with modern g++, it creates incompatibilities with default SRCDS. If you strongly wish to use Jolt on Linux, to workaround this, you'll have to open a Shell, navigate to the server's root bin directory (not the one inside mod's folder, like cstrike/bin) and type the following, ideally with server stopped:

mv libstdc++.so.6 libstdc++.so.6.bak
ln -s /usr/lib32/libstdc++.so.6 libstdc++.so.6

(I don't recommend doing this if you don't know what this is about)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants