ValveSoftware / ValveSoftware/steam-runtime

Issue with trying to run Descent 2 on Ubuntu Linux

Open
#751 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Game bundled runtime library
Dominant language
Shell
Stars
1.5k
Forks
97
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the launch from the desktop and command prompt, then inspect the bundled dosbox/dosbox_x86_64 executable and compare its library lookup with ldconfig -p | grep libcaca. Determine why the executable cannot load libcaca.so.0 despite the system library being listed. Done when Descent 2 launches successfully on Ubuntu without the missing-library error.

Written by the indexing model from the issue text.

Assessment

Tech stack
linux, ubuntu
Domain
operating-systems
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.