Thomas' Tidbits: A few tidbits from Thomas about a variety of topics like programming, gaming, sports and other things.



CS2D in 2019
By: Thomas Hawkins     Published Date: 2019-03-27 18:15:00
games cs2d repair linux

While migrating over my blog posts from my old site, and putting them on my new site, I came across by post on CS2D (old post available here).

I fired it up to take a look, and ran into a few problems.  Running a modern Xubuntu and after making the CS2D file executable, got the following error:

./CS2D: error while loading shared libraries: libsteam_api.so: cannot open shared object file: No such file or directory

That file existed in the directory, but wasn't recognized. A fairly simple fix is to move that file into the /usr/lib folder:

sudo cp libsteam_api.so /usr/lib/

Then it ran fine. :)


Comment on this post:
You can choose to post your email with your message.
Your name as it will appear on the comments section.
Showing comments:
#ByCommentPost DateLikes
Subscribe to our blog


© Thomas' Tidbits