Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core dumped with Error: Couldn't import RGB Image: 0000300C (Wayland) #1442

Closed
3 tasks done
rathmerdominik opened this issue Jul 11, 2023 · 13 comments · Fixed by #1978
Closed
3 tasks done

Core dumped with Error: Couldn't import RGB Image: 0000300C (Wayland) #1442

rathmerdominik opened this issue Jul 11, 2023 · 13 comments · Fixed by #1978

Comments

@rathmerdominik
Copy link

rathmerdominik commented Jul 11, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Is your issue described in the documentation?

  • I have read the documentation

Is your issue present in the nightly release?

  • This issue is present in the nightly release

Describe the Bug

With SwayWM, sunshine randomly crashes with a core dump when trying to connect over moonlight.

Expected Behavior

Sunshine does not crash and establishes a steady videostream

Additional Context

Edit: Behaviour can only be reproduced under Wayland

Similiar behaviour happens under Archlinux with the flatpak package and a bare minimum setup

Here are the entire nix files
https://github.com/rathmerdominik/uwustation

Sunshine does not seem to able to log the entire error before crashing
So here are the last lines
image

Here is the result from some tries:

image

Host Operating System

Linux

Operating System Version

NixOS 23.11 unstable

Architecture

64 bit

Sunshine commit or version

0.20.0

Package

Linux - nixpkgs (Third Party)

GPU Type

AMD

GPU Model

AMD Radeon RX580

GPU Driver/Mesa Version

amdgpu

Capture Method (Linux Only)

wlroots

Config

Apps

{
    "env": {
        "PATH": "$(PATH):$(HOME)\/.local\/bin"
    },
    "apps": [
        {
            "name": "Retroarch",
            "image-path": "\/home\/uwu\/retroarch.png",
            "exclude-global-prep-cmd": "false",
            "working-dir": "\/home\/uwu",
            "output": "\/home\/uwu\/retroarch.log",
            "cmd": "\/home\/uwu\/.nix-profile\/bin\/retroarch"
        },
        {
            "name": "Low Res Desktop",
            "image-path": "desktop.png",
            "prep-cmd": [
                {
                    "do": "xrandr --output HDMI-1 --mode 1920x1080",
                    "undo": "xrandr --output HDMI-1 --mode 1920x1200"
                }
            ]
        },
        {
            "name": "Steam Big Picture",
            "detached": [
                "setsid steam steam:\/\/open\/bigpicture"
            ],
            "image-path": "steam.png"
        },
        {
            "name": "Firefox",
            "output": "",
            "cmd": "\/run\/current-system\/sw\/bin\/firefox",
            "exclude-global-prep-cmd": "false",
            "elevated": "false",
            "image-path": "",
            "working-dir": "\/home\/uwu"
        }
    ]
}

Relevant log output

[2023:07:11:19:48:57]: Info: Sunshine version: 0.20.0
[2023:07:11:19:48:57]: Info: Found display [wayland-1]
[2023:07:11:19:48:57]: Info: Found interface: zxdg_output_manager_v1(8) version 3
[2023:07:11:19:48:57]: Info: Found interface: zwlr_export_dmabuf_manager_v1(27) version 1
[2023:07:11:19:48:57]: Info: Found interface: wl_output(44) version 4
[2023:07:11:19:48:57]: Info: Name: HDMI-A-2
[2023:07:11:19:48:57]: Info: Found monitor: LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)
[2023:07:11:19:48:57]: Info: Offset: 0x0
[2023:07:11:19:48:57]: Info: Resolution: 3840x2160
[2023:07:11:19:48:57]: Info: Found display [wayland-1]
[2023:07:11:19:48:57]: Info: Found display [wayland-1]
[2023:07:11:19:48:57]: Info: Found interface: zxdg_output_manager_v1(8) version 3
[2023:07:11:19:48:57]: Info: Found interface: zwlr_export_dmabuf_manager_v1(27) version 1
[2023:07:11:19:48:57]: Info: Found interface: wl_output(44) version 4
[2023:07:11:19:48:57]: Info: Name: HDMI-A-2
[2023:07:11:19:48:57]: Info: Found monitor: LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)
[2023:07:11:19:48:57]: Info: Offset: 0x0
[2023:07:11:19:48:57]: Info: Resolution: 3840x2160
[2023:07:11:19:48:57]: Info: HDMI-A-2: LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)
[2023:07:11:19:48:57]: Info: // Testing for available encoders, this may generate errors. You can safely ignore those errors. //
[2023:07:11:19:48:57]: Info: Trying encoder [nvenc]
[2023:07:11:19:48:57]: Info: Screencasting with Wayland's protocol
[2023:07:11:19:48:57]: Info: Found display [wayland-1]
[2023:07:11:19:48:57]: Info: Found interface: zxdg_output_manager_v1(8) version 3
[2023:07:11:19:48:57]: Info: Found interface: zwlr_export_dmabuf_manager_v1(27) version 1
[2023:07:11:19:48:57]: Info: Found interface: wl_output(44) version 4
[2023:07:11:19:48:57]: Info: Name: HDMI-A-2
[2023:07:11:19:48:57]: Info: Found monitor: LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)
[2023:07:11:19:48:57]: Info: Offset: 0x0
[2023:07:11:19:48:57]: Info: Resolution: 3840x2160
[2023:07:11:19:48:57]: Info: Selected monitor [LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)] for streaming
[2023:07:11:19:48:57]: Info: System tray created
[2023:07:11:19:48:57]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:48:57]: Info: Color range: [JPEG]
[2023:07:11:19:48:57]: Error: Failed to create a CUDA device: Operation not permitted
[2023:07:11:19:48:57]: Info: Screencasting with Wayland's protocol
[2023:07:11:19:48:57]: Info: Found display [wayland-1]
[2023:07:11:19:48:57]: Info: Found interface: zxdg_output_manager_v1(8) version 3
[2023:07:11:19:48:57]: Info: Found interface: zwlr_export_dmabuf_manager_v1(27) version 1
[2023:07:11:19:48:57]: Info: Found interface: wl_output(44) version 4
[2023:07:11:19:48:57]: Info: Name: HDMI-A-2
[2023:07:11:19:48:57]: Info: Found monitor: LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)
[2023:07:11:19:48:57]: Info: Offset: 0x0
[2023:07:11:19:48:57]: Info: Resolution: 3840x2160
[2023:07:11:19:48:57]: Info: Selected monitor [LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)] for streaming
[2023:07:11:19:48:57]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:48:57]: Info: Color range: [JPEG]
[2023:07:11:19:48:57]: Error: Failed to create a CUDA device: Operation not permitted
[2023:07:11:19:48:57]: Info: Screencasting with Wayland's protocol
[2023:07:11:19:48:57]: Info: Found display [wayland-1]
[2023:07:11:19:48:57]: Info: Found interface: zxdg_output_manager_v1(8) version 3
[2023:07:11:19:48:57]: Info: Found interface: zwlr_export_dmabuf_manager_v1(27) version 1
[2023:07:11:19:48:57]: Info: Found interface: wl_output(44) version 4
[2023:07:11:19:48:57]: Info: Name: HDMI-A-2
[2023:07:11:19:48:57]: Info: Found monitor: LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)
[2023:07:11:19:48:57]: Info: Offset: 0x0
[2023:07:11:19:48:57]: Info: Resolution: 3840x2160
[2023:07:11:19:48:57]: Info: Selected monitor [LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)] for streaming
[2023:07:11:19:48:57]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:48:57]: Info: Color range: [JPEG]
[2023:07:11:19:48:57]: Error: Failed to create a CUDA device: Operation not permitted
[2023:07:11:19:48:57]: Info: Screencasting with Wayland's protocol
[2023:07:11:19:48:57]: Info: Found display [wayland-1]
[2023:07:11:19:48:57]: Info: Found interface: zxdg_output_manager_v1(8) version 3
[2023:07:11:19:48:57]: Info: Found interface: zwlr_export_dmabuf_manager_v1(27) version 1
[2023:07:11:19:48:57]: Info: Found interface: wl_output(44) version 4
[2023:07:11:19:48:57]: Info: Name: HDMI-A-2
[2023:07:11:19:48:57]: Info: Found monitor: LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)
[2023:07:11:19:48:57]: Info: Offset: 0x0
[2023:07:11:19:48:57]: Info: Resolution: 3840x2160
[2023:07:11:19:48:57]: Info: Selected monitor [LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)] for streaming
[2023:07:11:19:48:57]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:48:57]: Info: Color range: [JPEG]
[2023:07:11:19:48:57]: Error: Failed to create a CUDA device: Operation not permitted
[2023:07:11:19:48:57]: Info: Encoder [nvenc] failed
[2023:07:11:19:48:57]: Info: Trying encoder [vaapi]
[2023:07:11:19:48:57]: Info: Screencasting with Wayland's protocol
[2023:07:11:19:48:57]: Info: Found display [wayland-1]
[2023:07:11:19:48:57]: Info: Found interface: zxdg_output_manager_v1(8) version 3
[2023:07:11:19:48:57]: Info: Found interface: zwlr_export_dmabuf_manager_v1(27) version 1
[2023:07:11:19:48:57]: Info: Found interface: wl_output(44) version 4
[2023:07:11:19:48:57]: Info: Name: HDMI-A-2
[2023:07:11:19:48:57]: Info: Found monitor: LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)
[2023:07:11:19:48:57]: Info: Offset: 0x0
[2023:07:11:19:48:57]: Info: Resolution: 3840x2160
[2023:07:11:19:48:57]: Info: Selected monitor [LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)] for streaming
[2023:07:11:19:48:57]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:48:57]: Info: Color range: [JPEG]
[2023:07:11:19:48:57]: Info: Screencasting with Wayland's protocol
[2023:07:11:19:48:57]: Info: Found display [wayland-1]
[2023:07:11:19:48:57]: Info: Found interface: zxdg_output_manager_v1(8) version 3
[2023:07:11:19:48:57]: Info: Found interface: zwlr_export_dmabuf_manager_v1(27) version 1
[2023:07:11:19:48:57]: Info: Found interface: wl_output(44) version 4
[2023:07:11:19:48:57]: Info: Name: HDMI-A-2
[2023:07:11:19:48:57]: Info: Found monitor: LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)
[2023:07:11:19:48:57]: Info: Offset: 0x0
[2023:07:11:19:48:57]: Info: Resolution: 3840x2160
[2023:07:11:19:48:57]: Info: Selected monitor [LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)] for streaming
[2023:07:11:19:48:57]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:48:57]: Info: Color range: [JPEG]
[2023:07:11:19:48:57]: Info: Screencasting with Wayland's protocol
[2023:07:11:19:48:57]: Info: Found display [wayland-1]
[2023:07:11:19:48:57]: Info: Found interface: zxdg_output_manager_v1(8) version 3
[2023:07:11:19:48:57]: Info: Found interface: zwlr_export_dmabuf_manager_v1(27) version 1
[2023:07:11:19:48:57]: Info: Found interface: wl_output(44) version 4
[2023:07:11:19:48:57]: Info: Name: HDMI-A-2
[2023:07:11:19:48:57]: Info: Found monitor: LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)
[2023:07:11:19:48:57]: Info: Offset: 0x0
[2023:07:11:19:48:57]: Info: Resolution: 3840x2160
[2023:07:11:19:48:57]: Info: Selected monitor [LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)] for streaming
[2023:07:11:19:48:57]: Info: SDR color coding [Rec. 709]
[2023:07:11:19:48:57]: Info: Color range: [JPEG]
[2023:07:11:19:48:57]: Warning: vaapi: h264 missing sps->vui parameters
[2023:07:11:19:48:57]: Warning: vaapi: hevc missing sps->vui parameters
[2023:07:11:19:48:57]: Info: 
[2023:07:11:19:48:57]: Info: // Ignore any errors mentioned above, they are not relevant. //
[2023:07:11:19:48:57]: Info: 
[2023:07:11:19:48:57]: Info: Found encoder vaapi: [h264_vaapi, hevc_vaapi]
[2023:07:11:19:48:57]: Info: Configuration UI available at [https://localhost:47990]
[2023:07:11:19:49:12]: Info: // Testing for available encoders, this may generate errors. You can safely ignore those errors. //
[2023:07:11:19:49:12]: Info: Trying encoder [nvenc]
[2023:07:11:19:49:12]: Info: Screencasting with Wayland's protocol
[2023:07:11:19:49:12]: Info: Found display [wayland-1]
[2023:07:11:19:49:12]: Info: Found interface: zxdg_output_manager_v1(8) version 3
[2023:07:11:19:49:12]: Info: Found interface: zwlr_export_dmabuf_manager_v1(27) version 1
[2023:07:11:19:49:12]: Info: Found interface: wl_output(44) version 4
[2023:07:11:19:49:12]: Info: Name: HDMI-A-2
[2023:07:11:19:49:12]: Info: Found monitor: LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)
[2023:07:11:19:49:12]: Info: Offset: 0x0
[2023:07:11:19:49:12]: Info: Resolution: 3840x2160
[2023:07:11:19:49:12]: Info: Selected monitor [LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)] for streaming
[2023:07:11:19:49:12]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:49:12]: Info: Color range: [JPEG]
[2023:07:11:19:49:12]: Error: Failed to create a CUDA device: Operation not permitted
[2023:07:11:19:49:12]: Info: Screencasting with Wayland's protocol
[2023:07:11:19:49:12]: Info: Found display [wayland-1]
[2023:07:11:19:49:12]: Info: Found interface: zxdg_output_manager_v1(8) version 3
[2023:07:11:19:49:12]: Info: Found interface: zwlr_export_dmabuf_manager_v1(27) version 1
[2023:07:11:19:49:12]: Info: Found interface: wl_output(44) version 4
[2023:07:11:19:49:12]: Info: Name: HDMI-A-2
[2023:07:11:19:49:12]: Info: Found monitor: LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)
[2023:07:11:19:49:12]: Info: Offset: 0x0
[2023:07:11:19:49:12]: Info: Resolution: 3840x2160
[2023:07:11:19:49:12]: Info: Selected monitor [LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)] for streaming
[2023:07:11:19:49:12]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:49:12]: Info: Color range: [JPEG]
[2023:07:11:19:49:12]: Error: Failed to create a CUDA device: Operation not permitted
[2023:07:11:19:49:12]: Info: Encoder [nvenc] failed
[2023:07:11:19:49:12]: Info: Trying encoder [vaapi]
[2023:07:11:19:49:12]: Info: Screencasting with Wayland's protocol
[2023:07:11:19:49:12]: Info: Found display [wayland-1]
[2023:07:11:19:49:12]: Info: Found interface: zxdg_output_manager_v1(8) version 3
[2023:07:11:19:49:12]: Info: Found interface: zwlr_export_dmabuf_manager_v1(27) version 1
[2023:07:11:19:49:12]: Info: Found interface: wl_output(44) version 4
[2023:07:11:19:49:12]: Info: Name: HDMI-A-2
[2023:07:11:19:49:12]: Info: Found monitor: LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)
[2023:07:11:19:49:12]: Info: Offset: 0x0
[2023:07:11:19:49:12]: Info: Resolution: 3840x2160
[2023:07:11:19:49:12]: Info: Selected monitor [LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)] for streaming
[2023:07:11:19:49:12]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:49:12]: Info: Color range: [JPEG]
[2023:07:11:19:49:12]: Info: Screencasting with Wayland's protocol
[2023:07:11:19:49:12]: Info: Found display [wayland-1]
[2023:07:11:19:49:12]: Info: Found interface: zxdg_output_manager_v1(8) version 3
[2023:07:11:19:49:12]: Info: Found interface: zwlr_export_dmabuf_manager_v1(27) version 1
[2023:07:11:19:49:12]: Info: Found interface: wl_output(44) version 4
[2023:07:11:19:49:12]: Info: Name: HDMI-A-2
[2023:07:11:19:49:12]: Info: Found monitor: LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)
[2023:07:11:19:49:12]: Info: Offset: 0x0
[2023:07:11:19:49:12]: Info: Resolution: 3840x2160
[2023:07:11:19:49:12]: Info: Selected monitor [LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)] for streaming
[2023:07:11:19:49:12]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:49:12]: Info: Color range: [JPEG]
[2023:07:11:19:49:12]: Info: Screencasting with Wayland's protocol
[2023:07:11:19:49:12]: Info: Found display [wayland-1]
[2023:07:11:19:49:12]: Info: Found interface: zxdg_output_manager_v1(8) version 3
[2023:07:11:19:49:12]: Info: Found interface: zwlr_export_dmabuf_manager_v1(27) version 1
[2023:07:11:19:49:12]: Info: Found interface: wl_output(44) version 4
[2023:07:11:19:49:12]: Info: Name: HDMI-A-2
[2023:07:11:19:49:12]: Info: Found monitor: LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)
[2023:07:11:19:49:12]: Info: Offset: 0x0
[2023:07:11:19:49:12]: Info: Resolution: 3840x2160
[2023:07:11:19:49:12]: Info: Selected monitor [LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)] for streaming
[2023:07:11:19:49:12]: Info: SDR color coding [Rec. 709]
[2023:07:11:19:49:12]: Info: Color range: [JPEG]
[2023:07:11:19:49:12]: Warning: vaapi: h264 missing sps->vui parameters
[2023:07:11:19:49:12]: Warning: vaapi: hevc missing sps->vui parameters
[2023:07:11:19:49:12]: Info: 
[2023:07:11:19:49:12]: Info: // Ignore any errors mentioned above, they are not relevant. //
[2023:07:11:19:49:12]: Info: 
[2023:07:11:19:49:12]: Info: Found encoder vaapi: [h264_vaapi, hevc_vaapi]
[2023:07:11:19:49:12]: Info: Executing: [/home/uwu/.nix-profile/bin/retroarch] in ["/home/uwu"]
[2023:07:11:19:49:12]: Info: CLIENT CONNECTED
[2023:07:11:19:49:12]: Info: Found display [wayland-1]
[2023:07:11:19:49:12]: Info: Found interface: zxdg_output_manager_v1(8) version 3
[2023:07:11:19:49:12]: Info: Found interface: zwlr_export_dmabuf_manager_v1(27) version 1
[2023:07:11:19:49:12]: Info: Found interface: wl_output(44) version 4
[2023:07:11:19:49:12]: Info: Name: HDMI-A-2
[2023:07:11:19:49:12]: Info: Found monitor: LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)
[2023:07:11:19:49:12]: Info: Offset: 0x0
[2023:07:11:19:49:12]: Info: Resolution: 3840x2160
[2023:07:11:19:49:12]: Info: Screencasting with Wayland's protocol
[2023:07:11:19:49:12]: Info: Found display [wayland-1]
[2023:07:11:19:49:12]: Info: Found interface: zxdg_output_manager_v1(8) version 3
[2023:07:11:19:49:12]: Info: Found interface: zwlr_export_dmabuf_manager_v1(27) version 1
[2023:07:11:19:49:12]: Info: Found interface: wl_output(44) version 4
[2023:07:11:19:49:12]: Info: Name: HDMI-A-2
[2023:07:11:19:49:12]: Info: Found monitor: LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)
[2023:07:11:19:49:12]: Info: Offset: 0x0
[2023:07:11:19:49:12]: Info: Resolution: 3840x2160
[2023:07:11:19:49:12]: Info: Selected monitor [LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)] for streaming
[2023:07:11:19:49:12]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:49:12]: Info: Color range: [MPEG]
[2023:07:11:19:49:12]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:49:12]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:49:12]: Info: Color range: [MPEG]
[2023:07:11:19:49:12]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:49:12]: Error: Could not convert image
[2023:07:11:19:49:12]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:49:12]: Info: Color range: [MPEG]
[2023:07:11:19:49:12]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:49:12]: Error: Could not convert image
[2023:07:11:19:49:12]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:49:12]: Info: Color range: [MPEG]
[2023:07:11:19:49:12]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:49:12]: Error: Could not convert image
[2023:07:11:19:49:12]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:49:12]: Info: Color range: [MPEG]
[2023:07:11:19:49:12]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:49:12]: Error: Could not convert image
[2023:07:11:19:49:12]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:49:12]: Info: Color range: [MPEG]
[2023:07:11:19:49:12]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:49:12]: Error: Could not convert image
[2023:07:11:19:49:12]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:49:12]: Info: Color range: [MPEG]
[2023:07:11:19:49:12]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:49:12]: Error: Could not convert image
[2023:07:11:19:49:12]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:49:12]: Info: Color range: [MPEG]
[2023:07:11:19:49:12]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:49:12]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:49:12]: Info: Color range: [MPEG]
[2023:07:11:19:49:12]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:49:12]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:49:12]: Info: Color range: [MPEG]
[2023:07:11:19:49:12]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:49:12]: Error: Could not convert image
[2023:07:11:19:49:12]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:49:12]: Info: Color range: [MPEG]
[2023:07:11:19:49:12]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:49:12]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:49:12]: Info: Color range: [MPEG]
[2023:07:11:19:49:12]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:49:12]: Error: Could not convert image
[2023:07:11:19:49:12]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:49:12]: Info: Color range: [MPEG]
[2023:07:11:19:49:12]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:49:12]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:49:12]: Info: Color range: [MPEG]
[2023:07:11:19:49:12]: Info: Setting default sink to: [sink-sunshine-stereo]
[2023:07:11:19:49:12]: Info: Found default monitor by name: sink-sunshine-stereo.monitor
[2023:07:11:19:49:18]: Info: CLIENT DISCONNECTED
[2023:07:11:19:49:18]: Info: Setting default sink to: [alsa_output.pci-0000_08_00.3.iec958-stereo]
[2023:07:11:19:49:28]: Info: // Testing for available encoders, this may generate errors. You can safely ignore those errors. //
[2023:07:11:19:49:28]: Info: Trying encoder [nvenc]
[2023:07:11:19:49:28]: Info: Screencasting with Wayland's protocol
[2023:07:11:19:49:28]: Info: Found display [wayland-1]
[2023:07:11:19:49:28]: Info: Found interface: zxdg_output_manager_v1(8) version 3
[2023:07:11:19:49:28]: Info: Found interface: zwlr_export_dmabuf_manager_v1(27) version 1
[2023:07:11:19:49:28]: Info: Found interface: wl_output(44) version 4
[2023:07:11:19:49:28]: Info: Name: HDMI-A-2
[2023:07:11:19:49:28]: Info: Found monitor: LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)
[2023:07:11:19:49:28]: Info: Offset: 0x0
[2023:07:11:19:49:28]: Info: Resolution: 3840x2160
[2023:07:11:19:49:28]: Info: Selected monitor [LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)] for streaming
[2023:07:11:19:49:28]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:49:28]: Info: Color range: [JPEG]
[2023:07:11:19:49:28]: Error: Failed to create a CUDA device: Operation not permitted
[2023:07:11:19:49:28]: Info: Screencasting with Wayland's protocol
[2023:07:11:19:49:28]: Info: Found display [wayland-1]
[2023:07:11:19:49:28]: Info: Found interface: zxdg_output_manager_v1(8) version 3
[2023:07:11:19:49:28]: Info: Found interface: zwlr_export_dmabuf_manager_v1(27) version 1
[2023:07:11:19:49:28]: Info: Found interface: wl_output(44) version 4
[2023:07:11:19:49:28]: Info: Name: HDMI-A-2
[2023:07:11:19:49:28]: Info: Found monitor: LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)
[2023:07:11:19:49:28]: Info: Offset: 0x0
[2023:07:11:19:49:28]: Info: Resolution: 3840x2160
[2023:07:11:19:49:28]: Info: Selected monitor [LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)] for streaming
[2023:07:11:19:49:28]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:49:28]: Info: Color range: [JPEG]
[2023:07:11:19:49:28]: Error: Failed to create a CUDA device: Operation not permitted
[2023:07:11:19:49:28]: Info: Encoder [nvenc] failed
[2023:07:11:19:49:28]: Info: Trying encoder [vaapi]
[2023:07:11:19:49:28]: Info: Screencasting with Wayland's protocol
[2023:07:11:19:49:28]: Info: Found display [wayland-1]
[2023:07:11:19:49:28]: Info: Found interface: zxdg_output_manager_v1(8) version 3
[2023:07:11:19:49:28]: Info: Found interface: zwlr_export_dmabuf_manager_v1(27) version 1
[2023:07:11:19:49:28]: Info: Found interface: wl_output(44) version 4
[2023:07:11:19:49:28]: Info: Name: HDMI-A-2
[2023:07:11:19:49:28]: Info: Found monitor: LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)
[2023:07:11:19:49:28]: Info: Offset: 0x0
[2023:07:11:19:49:28]: Info: Resolution: 3840x2160
[2023:07:11:19:49:28]: Info: Selected monitor [LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)] for streaming
[2023:07:11:19:49:28]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:49:28]: Info: Color range: [JPEG]
[2023:07:11:19:49:29]: Info: Screencasting with Wayland's protocol
[2023:07:11:19:49:29]: Info: Found display [wayland-1]
[2023:07:11:19:49:29]: Info: Found interface: zxdg_output_manager_v1(8) version 3
[2023:07:11:19:49:29]: Info: Found interface: zwlr_export_dmabuf_manager_v1(27) version 1
[2023:07:11:19:49:29]: Info: Found interface: wl_output(44) version 4
[2023:07:11:19:49:29]: Info: Name: HDMI-A-2
[2023:07:11:19:49:29]: Info: Found monitor: LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)
[2023:07:11:19:49:29]: Info: Offset: 0x0
[2023:07:11:19:49:29]: Info: Resolution: 3840x2160
[2023:07:11:19:49:29]: Info: Selected monitor [LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)] for streaming
[2023:07:11:19:49:29]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:49:29]: Info: Color range: [JPEG]
[2023:07:11:19:49:29]: Info: Screencasting with Wayland's protocol
[2023:07:11:19:49:29]: Info: Found display [wayland-1]
[2023:07:11:19:49:29]: Info: Found interface: zxdg_output_manager_v1(8) version 3
[2023:07:11:19:49:29]: Info: Found interface: zwlr_export_dmabuf_manager_v1(27) version 1
[2023:07:11:19:49:29]: Info: Found interface: wl_output(44) version 4
[2023:07:11:19:49:29]: Info: Name: HDMI-A-2
[2023:07:11:19:49:29]: Info: Found monitor: LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)
[2023:07:11:19:49:29]: Info: Offset: 0x0
[2023:07:11:19:49:29]: Info: Resolution: 3840x2160
[2023:07:11:19:49:29]: Info: Selected monitor [LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)] for streaming
[2023:07:11:19:49:29]: Info: SDR color coding [Rec. 709]
[2023:07:11:19:49:29]: Info: Color range: [JPEG]
[2023:07:11:19:49:29]: Warning: vaapi: h264 missing sps->vui parameters
[2023:07:11:19:49:29]: Warning: vaapi: hevc missing sps->vui parameters
[2023:07:11:19:49:29]: Info: 
[2023:07:11:19:49:29]: Info: // Ignore any errors mentioned above, they are not relevant. //
[2023:07:11:19:49:29]: Info: 
[2023:07:11:19:49:29]: Info: Found encoder vaapi: [h264_vaapi, hevc_vaapi]
[2023:07:11:19:49:29]: Info: CLIENT CONNECTED
[2023:07:11:19:49:29]: Info: Found display [wayland-1]
[2023:07:11:19:49:29]: Info: Found interface: zxdg_output_manager_v1(8) version 3
[2023:07:11:19:49:29]: Info: Found interface: zwlr_export_dmabuf_manager_v1(27) version 1
[2023:07:11:19:49:29]: Info: Found interface: wl_output(44) version 4
[2023:07:11:19:49:29]: Info: Name: HDMI-A-2
[2023:07:11:19:49:29]: Info: Found monitor: LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)
[2023:07:11:19:49:29]: Info: Offset: 0x0
[2023:07:11:19:49:29]: Info: Resolution: 3840x2160
[2023:07:11:19:49:29]: Info: Screencasting with Wayland's protocol
[2023:07:11:19:49:29]: Info: Found display [wayland-1]
[2023:07:11:19:49:29]: Info: Found interface: zxdg_output_manager_v1(8) version 3
[2023:07:11:19:49:29]: Info: Found interface: zwlr_export_dmabuf_manager_v1(27) version 1
[2023:07:11:19:49:29]: Info: Found interface: wl_output(44) version 4
[2023:07:11:19:49:29]: Info: Name: HDMI-A-2
[2023:07:11:19:49:29]: Info: Found monitor: LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)
[2023:07:11:19:49:29]: Info: Offset: 0x0
[2023:07:11:19:49:29]: Info: Resolution: 3840x2160
[2023:07:11:19:49:29]: Info: Selected monitor [LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)] for streaming
[2023:07:11:19:49:29]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:49:29]: Info: Color range: [MPEG]
[2023:07:11:19:49:29]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:49:29]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:49:29]: Info: Color range: [MPEG]
[2023:07:11:19:49:29]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:49:29]: Error: Could not convert image
[2023:07:11:19:49:29]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:49:29]: Info: Color range: [MPEG]
[2023:07:11:19:49:29]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:49:29]: Error: Could not convert image
[2023:07:11:19:49:29]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:49:29]: Info: Color range: [MPEG]
[2023:07:11:19:49:29]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:49:29]: Error: Could not convert image
[2023:07:11:19:49:29]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:49:29]: Info: Color range: [MPEG]
[2023:07:11:19:49:29]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:49:29]: Error: Could not convert image
[2023:07:11:19:49:29]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:49:29]: Info: Color range: [MPEG]
[2023:07:11:19:49:29]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:49:29]: Error: Could not convert image
[2023:07:11:19:49:29]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:49:29]: Info: Color range: [MPEG]
[2023:07:11:19:49:29]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:49:29]: Error: Could not convert image
[2023:07:11:19:49:29]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:49:29]: Info: Color range: [MPEG]
[2023:07:11:19:49:29]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:49:29]: Error: Could not convert image
[2023:07:11:19:49:29]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:49:29]: Info: Color range: [MPEG]
[2023:07:11:19:49:29]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:49:29]: Error: Could not convert image
[2023:07:11:19:49:29]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:49:29]: Info: Color range: [MPEG]
[2023:07:11:19:49:29]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:49:29]: Error: Could not convert image
[2023:07:11:19:49:29]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:49:29]: Info: Color range: [MPEG]
[2023:07:11:19:49:29]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:49:29]: Error: Could not convert image
[2023:07:11:19:49:29]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:49:29]: Info: Color range: [MPEG]
[2023:07:11:19:49:29]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:49:29]: Error: Could not convert image
[2023:07:11:19:49:29]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:49:29]: Info: Color range: [MPEG]
[2023:07:11:19:49:29]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:49:29]: Error: Could not convert image
[2023:07:11:19:49:29]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:49:29]: Info: Color range: [MPEG]
[2023:07:11:19:49:29]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:49:29]: Error: Could not convert image
[2023:07:11:19:49:29]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:49:29]: Info: Color range: [MPEG]
[2023:07:11:19:49:29]: Info: Setting default sink to: [sink-sunshine-stereo]
[2023:07:11:19:49:29]: Info: Found default monitor by name: sink-sunshine-stereo.monitor
[2023:07:11:19:49:29]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:49:29]: Error: Could not convert image
[2023:07:11:19:49:29]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:49:29]: Info: Color range: [MPEG]
[2023:07:11:19:49:29]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:49:29]: Error: Could not convert image
[2023:07:11:19:49:29]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:49:29]: Info: Color range: [MPEG]
[2023:07:11:19:49:29]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:49:29]: Error: Could not convert image
[2023:07:11:19:49:29]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:49:29]: Info: Color range: [MPEG]
[2023:07:11:19:49:38]: Info: CLIENT DISCONNECTED
[2023:07:11:19:49:38]: Info: Setting default sink to: [alsa_output.pci-0000_08_00.3.iec958-stereo]
[2023:07:11:19:49:47]: Info: // Testing for available encoders, this may generate errors. You can safely ignore those errors. //
[2023:07:11:19:49:47]: Info: Trying encoder [nvenc]
[2023:07:11:19:49:47]: Info: Screencasting with Wayland's protocol
[2023:07:11:19:49:47]: Info: Found display [wayland-1]
[2023:07:11:19:49:47]: Info: Found interface: zxdg_output_manager_v1(8) version 3
[2023:07:11:19:49:47]: Info: Found interface: zwlr_export_dmabuf_manager_v1(27) version 1
[2023:07:11:19:49:47]: Info: Found interface: wl_output(44) version 4
[2023:07:11:19:49:47]: Info: Name: HDMI-A-2
[2023:07:11:19:49:47]: Info: Found monitor: LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)
[2023:07:11:19:49:47]: Info: Offset: 0x0
[2023:07:11:19:49:47]: Info: Resolution: 3840x2160
[2023:07:11:19:49:47]: Info: Selected monitor [LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)] for streaming
[2023:07:11:19:49:47]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:49:47]: Info: Color range: [JPEG]
[2023:07:11:19:49:47]: Error: Failed to create a CUDA device: Operation not permitted
[2023:07:11:19:49:47]: Info: Screencasting with Wayland's protocol
[2023:07:11:19:49:47]: Info: Found display [wayland-1]
[2023:07:11:19:49:47]: Info: Found interface: zxdg_output_manager_v1(8) version 3
[2023:07:11:19:49:47]: Info: Found interface: zwlr_export_dmabuf_manager_v1(27) version 1
[2023:07:11:19:49:47]: Info: Found interface: wl_output(44) version 4
[2023:07:11:19:49:47]: Info: Name: HDMI-A-2
[2023:07:11:19:49:47]: Info: Found monitor: LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)
[2023:07:11:19:49:47]: Info: Offset: 0x0
[2023:07:11:19:49:47]: Info: Resolution: 3840x2160
[2023:07:11:19:49:47]: Info: Selected monitor [LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)] for streaming
[2023:07:11:19:49:47]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:49:47]: Info: Color range: [JPEG]
[2023:07:11:19:49:47]: Error: Failed to create a CUDA device: Operation not permitted
[2023:07:11:19:49:47]: Info: Encoder [nvenc] failed
[2023:07:11:19:49:47]: Info: Trying encoder [vaapi]
[2023:07:11:19:49:47]: Info: Screencasting with Wayland's protocol
[2023:07:11:19:49:47]: Info: Found display [wayland-1]
[2023:07:11:19:49:47]: Info: Found interface: zxdg_output_manager_v1(8) version 3
[2023:07:11:19:49:47]: Info: Found interface: zwlr_export_dmabuf_manager_v1(27) version 1
[2023:07:11:19:49:47]: Info: Found interface: wl_output(44) version 4
[2023:07:11:19:49:47]: Info: Name: HDMI-A-2
[2023:07:11:19:49:47]: Info: Found monitor: LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)
[2023:07:11:19:49:47]: Info: Offset: 0x0
[2023:07:11:19:49:47]: Info: Resolution: 3840x2160
[2023:07:11:19:49:47]: Info: Selected monitor [LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)] for streaming
[2023:07:11:19:49:47]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:49:47]: Info: Color range: [JPEG]
[2023:07:11:19:49:47]: Info: Screencasting with Wayland's protocol
[2023:07:11:19:49:47]: Info: Found display [wayland-1]
[2023:07:11:19:49:47]: Info: Found interface: zxdg_output_manager_v1(8) version 3
[2023:07:11:19:49:47]: Info: Found interface: zwlr_export_dmabuf_manager_v1(27) version 1
[2023:07:11:19:49:47]: Info: Found interface: wl_output(44) version 4
[2023:07:11:19:49:47]: Info: Name: HDMI-A-2
[2023:07:11:19:49:47]: Info: Found monitor: LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)
[2023:07:11:19:49:47]: Info: Offset: 0x0
[2023:07:11:19:49:47]: Info: Resolution: 3840x2160
[2023:07:11:19:49:47]: Info: Selected monitor [LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)] for streaming
[2023:07:11:19:49:47]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:49:47]: Info: Color range: [JPEG]
[2023:07:11:19:49:47]: Info: Screencasting with Wayland's protocol
[2023:07:11:19:49:47]: Info: Found display [wayland-1]
[2023:07:11:19:49:47]: Info: Found interface: zxdg_output_manager_v1(8) version 3
[2023:07:11:19:49:47]: Info: Found interface: zwlr_export_dmabuf_manager_v1(27) version 1
[2023:07:11:19:49:47]: Info: Found interface: wl_output(44) version 4
[2023:07:11:19:49:47]: Info: Name: HDMI-A-2
[2023:07:11:19:49:47]: Info: Found monitor: LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)
[2023:07:11:19:49:47]: Info: Offset: 0x0
[2023:07:11:19:49:47]: Info: Resolution: 3840x2160
[2023:07:11:19:49:47]: Info: Selected monitor [LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)] for streaming
[2023:07:11:19:49:47]: Info: SDR color coding [Rec. 709]
[2023:07:11:19:49:47]: Info: Color range: [JPEG]
[2023:07:11:19:49:47]: Warning: vaapi: h264 missing sps->vui parameters
[2023:07:11:19:49:47]: Warning: vaapi: hevc missing sps->vui parameters
[2023:07:11:19:49:47]: Info: 
[2023:07:11:19:49:47]: Info: // Ignore any errors mentioned above, they are not relevant. //
[2023:07:11:19:49:47]: Info: 
[2023:07:11:19:49:47]: Info: Found encoder vaapi: [h264_vaapi, hevc_vaapi]
[2023:07:11:19:49:47]: Info: CLIENT CONNECTED
[2023:07:11:19:49:47]: Info: Found display [wayland-1]
[2023:07:11:19:49:47]: Info: Found interface: zxdg_output_manager_v1(8) version 3
[2023:07:11:19:49:47]: Info: Found interface: zwlr_export_dmabuf_manager_v1(27) version 1
[2023:07:11:19:49:47]: Info: Found interface: wl_output(44) version 4
[2023:07:11:19:49:47]: Info: Name: HDMI-A-2
[2023:07:11:19:49:47]: Info: Found monitor: LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)
[2023:07:11:19:49:47]: Info: Offset: 0x0
[2023:07:11:19:49:47]: Info: Resolution: 3840x2160
[2023:07:11:19:49:47]: Info: Screencasting with Wayland's protocol
[2023:07:11:19:49:47]: Info: Found display [wayland-1]
[2023:07:11:19:49:47]: Info: Found interface: zxdg_output_manager_v1(8) version 3
[2023:07:11:19:49:47]: Info: Found interface: zwlr_export_dmabuf_manager_v1(27) version 1
[2023:07:11:19:49:47]: Info: Found interface: wl_output(44) version 4
[2023:07:11:19:49:47]: Info: Name: HDMI-A-2
[2023:07:11:19:49:47]: Info: Found monitor: LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)
[2023:07:11:19:49:47]: Info: Offset: 0x0
[2023:07:11:19:49:47]: Info: Resolution: 3840x2160
[2023:07:11:19:49:47]: Info: Selected monitor [LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)] for streaming
[2023:07:11:19:49:47]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:49:47]: Info: Color range: [MPEG]
[2023:07:11:19:49:48]: Info: Setting default sink to: [sink-sunshine-stereo]
[2023:07:11:19:49:48]: Info: Found default monitor by name: sink-sunshine-stereo.monitor
[2023:07:11:19:49:53]: Info: CLIENT DISCONNECTED
[2023:07:11:19:49:53]: Info: Setting default sink to: [alsa_output.pci-0000_08_00.3.iec958-stereo]
[2023:07:11:19:50:03]: Info: // Testing for available encoders, this may generate errors. You can safely ignore those errors. //
[2023:07:11:19:50:03]: Info: Trying encoder [nvenc]
[2023:07:11:19:50:03]: Info: Screencasting with Wayland's protocol
[2023:07:11:19:50:03]: Info: Found display [wayland-1]
[2023:07:11:19:50:03]: Info: Found interface: zxdg_output_manager_v1(8) version 3
[2023:07:11:19:50:03]: Info: Found interface: zwlr_export_dmabuf_manager_v1(27) version 1
[2023:07:11:19:50:03]: Info: Found interface: wl_output(44) version 4
[2023:07:11:19:50:03]: Info: Name: HDMI-A-2
[2023:07:11:19:50:03]: Info: Found monitor: LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)
[2023:07:11:19:50:03]: Info: Offset: 0x0
[2023:07:11:19:50:03]: Info: Resolution: 3840x2160
[2023:07:11:19:50:03]: Info: Selected monitor [LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)] for streaming
[2023:07:11:19:50:03]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:50:03]: Info: Color range: [JPEG]
[2023:07:11:19:50:03]: Error: Failed to create a CUDA device: Operation not permitted
[2023:07:11:19:50:03]: Info: Screencasting with Wayland's protocol
[2023:07:11:19:50:03]: Info: Found display [wayland-1]
[2023:07:11:19:50:03]: Info: Found interface: zxdg_output_manager_v1(8) version 3
[2023:07:11:19:50:03]: Info: Found interface: zwlr_export_dmabuf_manager_v1(27) version 1
[2023:07:11:19:50:03]: Info: Found interface: wl_output(44) version 4
[2023:07:11:19:50:03]: Info: Name: HDMI-A-2
[2023:07:11:19:50:03]: Info: Found monitor: LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)
[2023:07:11:19:50:03]: Info: Offset: 0x0
[2023:07:11:19:50:03]: Info: Resolution: 3840x2160
[2023:07:11:19:50:03]: Info: Selected monitor [LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)] for streaming
[2023:07:11:19:50:03]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:50:03]: Info: Color range: [JPEG]
[2023:07:11:19:50:03]: Error: Failed to create a CUDA device: Operation not permitted
[2023:07:11:19:50:03]: Info: Encoder [nvenc] failed
[2023:07:11:19:50:03]: Info: Trying encoder [vaapi]
[2023:07:11:19:50:03]: Info: Screencasting with Wayland's protocol
[2023:07:11:19:50:03]: Info: Found display [wayland-1]
[2023:07:11:19:50:03]: Info: Found interface: zxdg_output_manager_v1(8) version 3
[2023:07:11:19:50:03]: Info: Found interface: zwlr_export_dmabuf_manager_v1(27) version 1
[2023:07:11:19:50:03]: Info: Found interface: wl_output(44) version 4
[2023:07:11:19:50:03]: Info: Name: HDMI-A-2
[2023:07:11:19:50:03]: Info: Found monitor: LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)
[2023:07:11:19:50:03]: Info: Offset: 0x0
[2023:07:11:19:50:03]: Info: Resolution: 3840x2160
[2023:07:11:19:50:03]: Info: Selected monitor [LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)] for streaming
[2023:07:11:19:50:03]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:50:03]: Info: Color range: [JPEG]
[2023:07:11:19:50:03]: Info: Screencasting with Wayland's protocol
[2023:07:11:19:50:03]: Info: Found display [wayland-1]
[2023:07:11:19:50:03]: Info: Found interface: zxdg_output_manager_v1(8) version 3
[2023:07:11:19:50:03]: Info: Found interface: zwlr_export_dmabuf_manager_v1(27) version 1
[2023:07:11:19:50:03]: Info: Found interface: wl_output(44) version 4
[2023:07:11:19:50:03]: Info: Name: HDMI-A-2
[2023:07:11:19:50:03]: Info: Found monitor: LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)
[2023:07:11:19:50:03]: Info: Offset: 0x0
[2023:07:11:19:50:03]: Info: Resolution: 3840x2160
[2023:07:11:19:50:03]: Info: Selected monitor [LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)] for streaming
[2023:07:11:19:50:03]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:50:03]: Info: Color range: [JPEG]
[2023:07:11:19:50:03]: Info: Screencasting with Wayland's protocol
[2023:07:11:19:50:03]: Info: Found display [wayland-1]
[2023:07:11:19:50:03]: Info: Found interface: zxdg_output_manager_v1(8) version 3
[2023:07:11:19:50:03]: Info: Found interface: zwlr_export_dmabuf_manager_v1(27) version 1
[2023:07:11:19:50:03]: Info: Found interface: wl_output(44) version 4
[2023:07:11:19:50:03]: Info: Name: HDMI-A-2
[2023:07:11:19:50:03]: Info: Found monitor: LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)
[2023:07:11:19:50:03]: Info: Offset: 0x0
[2023:07:11:19:50:03]: Info: Resolution: 3840x2160
[2023:07:11:19:50:03]: Info: Selected monitor [LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)] for streaming
[2023:07:11:19:50:03]: Info: SDR color coding [Rec. 709]
[2023:07:11:19:50:03]: Info: Color range: [JPEG]
[2023:07:11:19:50:03]: Warning: vaapi: h264 missing sps->vui parameters
[2023:07:11:19:50:03]: Warning: vaapi: hevc missing sps->vui parameters
[2023:07:11:19:50:03]: Info: 
[2023:07:11:19:50:03]: Info: // Ignore any errors mentioned above, they are not relevant. //
[2023:07:11:19:50:03]: Info: 
[2023:07:11:19:50:03]: Info: Found encoder vaapi: [h264_vaapi, hevc_vaapi]
[2023:07:11:19:50:03]: Info: CLIENT CONNECTED
[2023:07:11:19:50:03]: Info: Found display [wayland-1]
[2023:07:11:19:50:03]: Info: Found interface: zxdg_output_manager_v1(8) version 3
[2023:07:11:19:50:03]: Info: Found interface: zwlr_export_dmabuf_manager_v1(27) version 1
[2023:07:11:19:50:03]: Info: Found interface: wl_output(44) version 4
[2023:07:11:19:50:03]: Info: Name: HDMI-A-2
[2023:07:11:19:50:03]: Info: Found monitor: LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)
[2023:07:11:19:50:03]: Info: Offset: 0x0
[2023:07:11:19:50:03]: Info: Resolution: 3840x2160
[2023:07:11:19:50:03]: Info: Screencasting with Wayland's protocol
[2023:07:11:19:50:03]: Info: Found display [wayland-1]
[2023:07:11:19:50:03]: Info: Found interface: zxdg_output_manager_v1(8) version 3
[2023:07:11:19:50:03]: Info: Found interface: zwlr_export_dmabuf_manager_v1(27) version 1
[2023:07:11:19:50:03]: Info: Found interface: wl_output(44) version 4
[2023:07:11:19:50:03]: Info: Name: HDMI-A-2
[2023:07:11:19:50:03]: Info: Found monitor: LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)
[2023:07:11:19:50:03]: Info: Offset: 0x0
[2023:07:11:19:50:03]: Info: Resolution: 3840x2160
[2023:07:11:19:50:03]: Info: Selected monitor [LG Electronics LG HDR 4K 0x0000CFEF (HDMI-A-2)] for streaming
[2023:07:11:19:50:03]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:50:03]: Info: Color range: [MPEG]
[2023:07:11:19:50:03]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:50:03]: Error: Could not convert image
[2023:07:11:19:50:03]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:50:03]: Info: Color range: [MPEG]
[2023:07:11:19:50:03]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:50:03]: Error: Could not convert image
[2023:07:11:19:50:03]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:50:03]: Info: Color range: [MPEG]
[2023:07:11:19:50:03]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:50:03]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:50:03]: Info: Color range: [MPEG]
[2023:07:11:19:50:03]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:50:03]: Error: Could not convert image
[2023:07:11:19:50:03]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:50:03]: Info: Color range: [MPEG]
[2023:07:11:19:50:03]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:50:03]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:50:03]: Info: Color range: [MPEG]
[2023:07:11:19:50:03]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:50:03]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:50:03]: Info: Color range: [MPEG]
[2023:07:11:19:50:03]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:50:03]: Error: Could not convert image
[2023:07:11:19:50:03]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:50:03]: Info: Color range: [MPEG]
[2023:07:11:19:50:03]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:50:03]: Error: Could not convert image
[2023:07:11:19:50:03]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:50:03]: Info: Color range: [MPEG]
[2023:07:11:19:50:03]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:50:03]: Error: Could not convert image
[2023:07:11:19:50:03]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:50:03]: Info: Color range: [MPEG]
[2023:07:11:19:50:03]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:50:03]: Error: Could not convert image
[2023:07:11:19:50:03]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:50:03]: Info: Color range: [MPEG]
[2023:07:11:19:50:04]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:50:04]: Error: Could not convert image
[2023:07:11:19:50:04]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:50:04]: Info: Color range: [MPEG]
[2023:07:11:19:50:04]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:50:04]: Error: Could not convert image
[2023:07:11:19:50:04]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:50:04]: Info: Color range: [MPEG]
[2023:07:11:19:50:04]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:50:04]: Error: Could not convert image
[2023:07:11:19:50:04]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:50:04]: Info: Color range: [MPEG]
[2023:07:11:19:50:04]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:50:04]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:50:04]: Info: Color range: [MPEG]
[2023:07:11:19:50:04]: Info: Setting default sink to: [sink-sunshine-stereo]
[2023:07:11:19:50:04]: Info: Found default monitor by name: sink-sunshine-stereo.monitor
[2023:07:11:19:50:04]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:50:04]: Error: Could not convert image
[2023:07:11:19:50:04]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:50:04]: Info: Color range: [MPEG]
[2023:07:11:19:50:04]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:50:04]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:50:04]: Info: Color range: [MPEG]
[2023:07:11:19:50:04]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:50:04]: Error: Could not convert image
[2023:07:11:19:50:04]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:50:04]: Info: Color range: [MPEG]
[2023:07:11:19:50:04]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:50:04]: Error: Could not convert image
[2023:07:11:19:50:04]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:50:04]: Info: Color range: [MPEG]
[2023:07:11:19:50:04]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:50:04]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:50:04]: Info: Color range: [MPEG]
[2023:07:11:19:50:04]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:50:04]: Error: Could not convert image
[2023:07:11:19:50:04]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:50:04]: Info: Color range: [MPEG]
[2023:07:11:19:50:04]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:50:04]: Error: Could not convert image
[2023:07:11:19:50:04]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:50:04]: Info: Color range: [MPEG]
[2023:07:11:19:50:04]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:50:04]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:50:04]: Info: Color range: [MPEG]
[2023:07:11:19:50:04]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:50:04]: Error: Could not convert image
[2023:07:11:19:50:04]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:50:04]: Info: Color range: [MPEG]
[2023:07:11:19:50:04]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:50:04]: Error: Could not convert image
[2023:07:11:19:50:04]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:50:04]: Info: Color range: [MPEG]
[2023:07:11:19:50:04]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:50:04]: Error: Could not convert image
[2023:07:11:19:50:04]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:50:04]: Info: Color range: [MPEG]
[2023:07:11:19:50:04]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:50:04]: Error: Could not convert image
[2023:07:11:19:50:04]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:50:04]: Info: Color range: [MPEG]
[2023:07:11:19:50:04]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:50:04]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:50:04]: Info: Color range: [MPEG]
[2023:07:11:19:50:04]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:50:04]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:50:04]: Info: Color range: [MPEG]
[2023:07:11:19:50:04]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:50:04]: Error: Could not convert image
[2023:07:11:19:50:04]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:50:04]: Info: Color range: [MPEG]
[2023:07:11:19:50:04]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:50:04]: Error: Could not convert image
[2023:07:11:19:50:04]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:50:04]: Info: Color range: [MPEG]
[2023:07:11:19:50:04]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:50:04]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:50:04]: Info: Color range: [MPEG]
[2023:07:11:19:50:04]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:50:04]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:50:04]: Info: Color range: [MPEG]
[2023:07:11:19:50:04]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:50:04]: Error: Could not convert image
[2023:07:11:19:50:04]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:50:04]: Info: Color range: [MPEG]
[2023:07:11:19:50:04]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:50:04]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:50:04]: Info: Color range: [MPEG]
[2023:07:11:19:50:04]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:50:04]: Error: Could not convert image
[2023:07:11:19:50:04]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:50:04]: Info: Color range: [MPEG]
[2023:07:11:19:50:04]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:50:04]: Error: Could not convert image
[2023:07:11:19:50:04]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:50:04]: Info: Color range: [MPEG]
[2023:07:11:19:50:04]: Error: Couldn't import RGB Image: 0000300C
[2023:07:11:19:50:04]: Error: Could not convert image
[2023:07:11:19:50:04]: Info: SDR color coding [Rec. 601]
[2023:07:11:19:50:04]: Info: Color range: [MPEG]
[2023:07:11:19:50:15]: Info: CLIENT DISCONNECTED
[2023:07:11:19:50:15]: Info: Setting default sink to: [alsa_output.pci-0000_08_00.3.iec958-stereo]
@rathmerdominik
Copy link
Author

I was just able to reproduce this on a clean install of debian stable

image

The error indeed happens everywhere

adduser
amd64-microcode
apt
apt-listchanges
apt-utils
avahi-daemon
base-files
base-passwd
bash
bash-completion
bind9-dnsutils
bind9-host
bsdutils
busybox
bzip2
ca-certificates
console-setup
coreutils
cpio
cron
cron-daemon-common
curl
dash
dbus
debconf
debconf-i18n
debian-archive-keyring
debian-faq
debianutils
diffutils
discover
dmidecode
dmsetup
doc-debian
dosfstools
dpkg
e2fsprogs
ethtool
fdisk
file
findutils
firmware-amd-graphics
firmware-realtek
gcc-12-base
gettext-base
gpgv
greetd
grep
groff-base
grub-common
grub-efi-amd64
gzip
hostname
ifupdown
inetutils-telnet
init
init-system-helpers
initramfs-tools
installation-report
iproute2
iputils-ping
isc-dhcp-client
isc-dhcp-common
keyboard-configuration
kmod
krb5-locales
laptop-detect
less
libacl1
libapparmor1
libapt-pkg6.0
libargon2-1
libattr1
libaudit-common
libaudit1
libblkid1
libboost-chrono1.74.0
libbpf1
libbsd0
libbz2-1.0
libc-bin
libc6
libcap-ng0
libcap2
libcap2-bin
libcom-err2
libcrypt1
libcryptsetup12
libdb5.3
libdebconfclient0
libdevmapper1.02.1
libedit2
libelf1
libext2fs2
libfdisk1
libffi8
libgcc-s1
libgcrypt20
libgmp10
libgnutls30
libgpg-error0
libgssapi-krb5-2
libhogweed6
libidn2-0
libip4tc2
libjansson4
libjson-c5
libk5crypto3
libkeyutils1
libkmod2
libkrb5-3
libkrb5support0
liblocale-gettext-perl
liblockfile-bin
liblz4-1
liblzma5
libmd0
libmnl0
libmount1
libncursesw6
libnettle8
libnewt0.52
libnftables1
libnftnl11
libnss-systemd
libp11-kit0
libpam-modules
libpam-modules-bin
libpam-runtime
libpam-systemd
libpam0g
libpcre2-8-0
libpopt0
libproc2-0
libreadline8
libseccomp2
libselinux1
libsemanage-common
libsemanage2
libsepol2
libslang2
libsmartcols1
libss2
libssl1.1
libssl3
libstdc++6
libsystemd-shared
libsystemd0
libtasn1-6
libtext-charwidth-perl
libtext-iconv-perl
libtext-wrapi18n-perl
libtinfo6
libtirpc-common
libtirpc3
libudev1
libunistring2
libuuid1
libxtables12
libxxhash0
libzstd1
linux-image-amd64
locales
login
logrotate
logsave
lsof
man-db
manpages
mawk
media-types
mime-support
mount
nano
ncurses-base
ncurses-bin
ncurses-term
neovim
netbase
netcat-traditional
nftables
openssh-client
openssl
os-prober
passwd
pciutils
perl
perl-base
popularity-contest
procps
python3-reportbug
readline-common
reportbug
retroarch
sed
sensible-utils
shim-signed
sudo
sunshine
sway
systemd
systemd-sysv
systemd-timesyncd
sysvinit-utils
tar
task-english
task-ssh-server
tasksel
tasksel-data
traceroute
tzdata
ucf
udev
usbutils
usr-is-merged
util-linux
util-linux-extra
vim-common
vim-tiny
wamerican
wget
whiptail
xz-utils
zlib1g
zstd

These are all installed packages

That is it

@KuleRucket
Copy link
Contributor

I don't know NixOS but from the list it looks like you don't have any mesa drivers installed.

@rathmerdominik
Copy link
Author

rathmerdominik commented Jul 12, 2023

I don't know NixOS but from the list it looks like you don't have any mesa drivers installed.

This is certainly a good point.
But wouldn't that mean that there could have never been a working video stream in the first place?

Because, as I wrote, i sometimes, but rarely, get a working video stream

This error seems to happen randomly

@KuleRucket
Copy link
Contributor

Dunno, maybe when it works you are using software encoding?

You can use vainfo to see what driver vaapi is going to use:

$ vainfo
Trying display: wayland
vainfo: VA-API version: 1.18 (libva 2.18.2)
vainfo: Driver version: Mesa Gallium driver 23.1.3 for AMD Radeon RX 7900 XTX (gfx1100, LLVM 15.0.7, DRM 3.52, 6.4.3-arch1-1)

@rathmerdominik
Copy link
Author

rathmerdominik commented Jul 12, 2023

Dunno, maybe when it works you are using software encoding?

You can use vainfo to see what driver vaapi is going to use:

$ vainfo
Trying display: wayland
vainfo: VA-API version: 1.18 (libva 2.18.2)
vainfo: Driver version: Mesa Gallium driver 23.1.3 for AMD Radeon RX 7900 XTX (gfx1100, LLVM 15.0.7, DRM 3.52, 6.4.3-arch1-1)

(This is on a debian stable system)

Even with mesa it still does not want to work

image
(This is executed over SSH so obviously the DISPLAY variable and anything else is not set)
image

@rathmerdominik rathmerdominik changed the title Core dumped with Error: Couldn't import RGB Image: 0000300C Core dumped with Error: Couldn't import RGB Image: 0000300C (Wayland) Jul 12, 2023
@rathmerdominik
Copy link
Author

Behaviour is normal with i3 as a window manager and Xorg in general

This seems to be a wayland specific issue

@lukaswrz
Copy link

https://docs.lizardbyte.dev/projects/sunshine/en/nightly/troubleshooting/linux.html#hardware-encoding-fails

I don't think this is related?

The error Could not open codec [h264_vaapi]: Function not implemented is not present in the log that @rathmerdominik provided.
Rebuilding Mesa would be pointless as well, because NixOS builds Mesa with support for patent encumbered codecs by default.

@s-daveb
Copy link

s-daveb commented Sep 20, 2023

I'm getting this error on Arch Linux, using the mesa-git package, and the libva and (now with the) libva-git packages.

System Info

CPU: AMD Ryzen 5 5600G (no /dev/dri/card0 node)
GPU: AMD Radeon RX 6600 (/dev/dri/card1)
Linux kernel: Linux hostname 6.5.3-arch1-1 #1 SMP PREEMPT_DYNAMIC Wed, 13 Sep 2023 08:37:40 +0000 x86_64 GNU/Linux

Packages

pacman -Q | grep -e "\(vdpau\|mesa\|*va\|sunshine\|vulkan\|vlk\)"

lib32-libva-vdpau-driver 0.7.4-7
lib32-libvdpau 1.5-2
lib32-mesa-git 23.3.0_devel.178006.465644640a0.d41d8cd-1
lib32-vulkan-icd-loader 1.3.263-1
libva-vdpau-driver 0.7.4-6
libvdpau 1.5-2
mesa-git 23.3.0_devel.177909.de9bf84501d.d41d8cd-1
mesa-utils 9.0.0-2
sunshine-nightly 0.20.0.b989d33f03e4a22d2745e439b131eb9dff89ad3c.rb989d33f03e4a22d2745e439b131eb9dff89ad3c-1
vulkan-extra-layers 1.3.250.0-1
vulkan-headers 1:1.3.264-2
vulkan-icd-loader 1.3.263-1
vulkan-tools 1.3.263-1
vulkan-validation-layers 1.3.261.1-1

I don't think it should be necessary, but I'm going to try and install lib32-mesa-git as well and will edit this comment if it makes a difference Edit: It did not make a difference.

I'm going to recompile sunshine with debug symbols and post the core-dump

Sunshine Logs:

[2023:09:20:11:58:02]: Error: Couldn't import RGB Image: 0000300C
[2023:09:20:11:58:02]: Error: Could not convert image
[2023:09:20:11:58:02]: Info: SDR color coding [Rec. 601]
[2023:09:20:11:58:02]: Info: Color depth: 8-bit
[2023:09:20:11:58:02]: Info: Color range: [MPEG]
[2023:09:20:11:58:02]: Warning: [h264_vaapi @ 0x7fd9100e9800] Driver does not support some wanted packed headers (wanted 0xd, found 0x1).

@LizardByte-bot
Copy link
Member

It seems this issue hasn't had any activity in the past 90 days. If it's still something you'd like addressed, please let us know by leaving a comment. Otherwise, to help keep our backlog tidy, we'll be closing this issue in 10 days. Thanks!

@viloz1
Copy link

viloz1 commented Dec 30, 2023

This is still relevant. Running arch using wayland, getting the same error on the sunshine host and "Connection terminated" on the moonlight client.

@rathmerdominik
Copy link
Author

This is still relevant. Running arch using wayland, getting the same error on the sunshine host and "Connection terminated" on the moonlight client.
@viloz1

For my use-case I have just switched over to I3 now for my dedicated cloud retro-gaming server.

There does not seem to be much interest in fixing this issue, so I might advise doing the same if possible in your use-case. This works flawlessly. I was able to reproduce this error on three different operating systems all running sway WM and if that is not clear enough of an issue then I do not expect much to be done here in the future.

Still huge thanks to LizardByte for their work on Sunshine! Amazing when it runs.

I will leave this ticket open as the issue is obviously not fixed, but I will not participate in this discussion anymore.
I wish you good luck!

@ReenigneArcher
Copy link
Member

There does not seem to be much interest in fixing this issue

Of course we'd like to resolve every issue, but there's only so much 3-4 regular volunteers can do. Anyone is free to submit PRs here though.

@cgutman cgutman mentioned this issue Jan 3, 2024
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants