Coder Social home page Coder Social logo

Comments (2)

Kron4ek avatar Kron4ek commented on May 16, 2024

./survivor-bin: /home/user/Downloads/SHADOWGROUNDS/lib/libstdc++.so.6: version 'CXXABI_1.3.8' not found (required by /usr/lib32/libGLU.so.1)

This is due to the fact that the game uses very old libraries with which the system (Conty) libraries are incompatible. Specifically here /usr/lib32/libGLU.so.1 is incompatible with old libstdc++.so.6 that the game uses.

I don't have 32bit libraries on my system (why I use conty to begin with), so I can't set the system LD_LIBRARY_PATH

LD_LIBRARY_PATH is just an environment variable, you can set it in your terminal session and Conty will consider it:

export LD_LIBRARY_PATH="/some/path"
./conty.sh somecommand

However, LD_LIBRARY_PATH won't help here, because the problem is due to mixing very old libraries from the game with very new libraries from the system (Conty in this case), which are incompatible with each other.

The solution is to remove these libraries from the game's lib directory:

libstdc++.so.6 libz.so.1 libgcc_s.so.1 libuuid.so.1 libm.so.6

And the game will run, but there will be no sound.

from conty.

Kron4ek avatar Kron4ek commented on May 16, 2024

And for Prey (2006) the solution is to remove libgcc_s.so.1 from the game directory.

from conty.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.