TeamSpeak 6 beta3.3 – terminal gets completely flooded with messages

Just wanted to quickly mention that every time I start TeamSpeak 6 beta3.3 from the terminal on Cachyos, it prints a ton of stuff in the output:

  • It repeats the whole libva driver loading block on start and keeps going endlessly “
    libva info: VA-API version 1.23.0
    libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so
    libva info: Trying to open /usr/lib/dri/iHD_drv_video.so
    libva info: Found init function __vaDriverInit_1_22
    libva info: va_openDriver() returns 0"

  • Wayland warnings (“libva info: va_openDriver() returns 0
    [5047:5047:1209/160951.096599:ERROR:../source/chromium/src/ui/ozone/platform/wayland/host/wayland_wp_image_description.cc:219] Incomplete image description info from compositor.”)

  • reoccuring lines as well

    [5047:5218:1209/160954.367740:ERROR:../source/chromium/src/google_apis/gcm/engine/registration_request.cc:292] Registration response error message: DEPRECATED_ENDPOINT

I don’t know if these are a big deal at all, but I figured I’d mention them.

The first messages are our tests for our encoders / decoders, so those messages are expected and are just informative for debugging.

The other errors are sent out by CEF and can be ignored until anything breaks :winking_face_with_tongue:

2 Likes