-
Notifications
You must be signed in to change notification settings - Fork 89
Issue with trying to run Descent 2 on Ubuntu Linux #751
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
Comments
This is a game-specific packaging problem, so please report it to the developer/publisher of this specific game, with a link to this issue. There is a list of libraries that the Steam Runtime guarantees to provide and In older versions of Steam, games ran in an environment where libraries from the host system are available, so this game would often have worked anyway "by mistake" because the host system happens to have provided In recent versions of Steam, games run in a container environment by default (the "Steam Linux Runtime"). This is designed to provide a predictable set of libraries, so that if a game works today, it's reasonably likely that it will still work in 10 years' time.
Workarounds (for users)Either of these options is likely to work as a workaround:
Solutions (for the developer/publisher)The developer/publisher should choose one:
|
Hello,
I am using Ubuntu Linux with the Mint desktop and I purchased Descent 2 on Steam.
When I try to run the game from my desktop, the splash screen displays but then it quits immediately afterwards.
I ran the game at the command prompt and I see this error:
Starting DOSBox
/home/chris/.steam/debian-installation/steamapps/common/Descent 2/dosbox/dosbox_x86_64: error while loading shared libraries: libcaca.so.0: cannot open shared object file: No such file or directory
It appears the library is not present, but I did check for the libcac.so.0 library and it is there:
$ ldconfig -p | grep libcaca
libcaca.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcaca.so.0
libcaca++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcaca++.so.0
Any assistance would be appreciated.
Thank you in advance.
The text was updated successfully, but these errors were encountered: