Skip to content

Linux Problems

viral32111 edited this page Apr 2, 2020 · 1 revision

We have noticed that there are various problems with CAP on Linux distros. With this page we will try to list these problems and come up with a possible solution to fix this provided by the people who currently use a Linux distro to play with CAP on GMOD!

Sound Problems/Malfunctions

Some users reported that they have various sound problems, like not being able to hear the .mp3 sounds included in the Addon. One of our forum users called Lavaridge and Boomxer provided us with an useful fix that could hopefully fix it as well on your system. The workaround here is by installing the 32-bit version of libmpg123-0 with using the following terminal command: For Ubuntu:

sudo apt-get install libmpg123-0:i386

For Arch:

sudo pacman -S lib32-mpg123

Hopefully this fix will also work on your Linux system.

Clone this wiki locally