Unable to Run on Linux

I am trying to install a fresh copy of Caspar on Linux Ubuntu. Here is what is coming up. Am I missing a step in the setup process?

Type "q" to close application.
Logging [info] or higher severity to log/

[2024-09-25 02:28:04.709] [info]    ############################################################################
[2024-09-25 02:28:04.709] [info]    CasparCG Server is distributed by the Swedish Broadcasting Corporation (SVT)
[2024-09-25 02:28:04.709] [info]    under the GNU General Public License GPLv3 or higher.
[2024-09-25 02:28:04.709] [info]    Please see LICENSE.TXT for details.
[2024-09-25 02:28:04.709] [info]    http://www.casparcg.com/
[2024-09-25 02:28:04.709] [info]    ############################################################################
[2024-09-25 02:28:04.709] [info]    Starting CasparCG Video and Graphics Playout Server 2.4.0 N/A Stable
[2024-09-25 02:28:04.710] [info]    "/home/airxd_admin/Downloads/casparcg-server-v2.4.0-stable-ubuntu22/casparcg_server/casparcg.config":
[2024-09-25 02:28:04.710] [info]    -----------------------------------------
[2024-09-25 02:28:04.710] [info]    <?xml version="1.0" encoding="utf-8"?>
[2024-09-25 02:28:04.710] [info]    <configuration>
[2024-09-25 02:28:04.710] [info]       <paths>
[2024-09-25 02:28:04.710] [info]          <media-path>media/</media-path>
[2024-09-25 02:28:04.710] [info]          <log-path disable="false">log/</log-path>
[2024-09-25 02:28:04.710] [info]          <data-path>data/</data-path>
[2024-09-25 02:28:04.710] [info]          <template-path>template/</template-path>
[2024-09-25 02:28:04.710] [info]       </paths>
[2024-09-25 02:28:04.710] [info]       <lock-clear-phrase>secret</lock-clear-phrase>
[2024-09-25 02:28:04.710] [info]       <channels>
[2024-09-25 02:28:04.710] [info]          <channel>
[2024-09-25 02:28:04.710] [info]             <video-mode>720p5000</video-mode>
[2024-09-25 02:28:04.710] [info]             <consumers>
[2024-09-25 02:28:04.710] [info]                <screen/>
[2024-09-25 02:28:04.710] [info]                <system-audio/>
[2024-09-25 02:28:04.710] [info]             </consumers>
[2024-09-25 02:28:04.710] [info]          </channel>
[2024-09-25 02:28:04.710] [info]       </channels>
[2024-09-25 02:28:04.710] [info]       <controllers>
[2024-09-25 02:28:04.710] [info]          <tcp>
[2024-09-25 02:28:04.710] [info]             <port>5250</port>
[2024-09-25 02:28:04.710] [info]             <protocol>AMCP</protocol>
[2024-09-25 02:28:04.710] [info]          </tcp>
[2024-09-25 02:28:04.710] [info]       </controllers>
[2024-09-25 02:28:04.710] [info]       <amcp>
[2024-09-25 02:28:04.710] [info]          <media-server>
[2024-09-25 02:28:04.710] [info]             <host>localhost</host>
[2024-09-25 02:28:04.710] [info]             <port>8000</port>
[2024-09-25 02:28:04.710] [info]          </media-server>
[2024-09-25 02:28:04.710] [info]       </amcp>
[2024-09-25 02:28:04.710] [info]    </configuration>
[2024-09-25 02:28:04.710] [info]    -----------------------------------------
[2024-09-25 02:28:04.710] [info]    Initialized video modes.
MESA-LOADER: failed to open iris: /usr/lib/dri/iris_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/x86_64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri, suffix _dri)
failed to load driver: iris
MESA-LOADER: failed to open swrast: /usr/lib/dri/swrast_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/x86_64-linux-gnu/dri:\$${ORIGIN}/dri:/usr/lib/dri, suffix _dri)
Failed to create an OpenGL context for this window
X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  149 (GLX)
  Minor opcode of failed request:  3 (X_GLXCreateContext)
  Value in failed request:  0x0
  Serial number of failed request:  53
  Current serial number in output stream:  54

1 Like

Hello,

The errors seems to be regarding the graphics card. Please specify some more information for us to easier help you.

What system specification do you have?
Which version of ubuntu are you running?
Have you done everything in the “Building.md” on github?

The computer I am installing it on is a HP EliteDesk 800 G3 with a intel I5 processor. I am running the latest version of Ubuntu on it.

As for the Building.md, I did try it and didn’t have any success.

@aalthouse you can find Debian package for the server here. To install it, run these commands:

sudo add-apt-repository ppa:ppa-verse/casparcg
sudo apt install casparcg-server