flathub / org.jitsi.jitsi-meet

https://flathub.org/apps/details/org.jitsi.jitsi-meet
6 stars 6 forks source link

Jitsi Meet doesn't start proberly on fedora 38 since Update to 2023.10.0 #85

Closed CaptainMalu closed 8 months ago

CaptainMalu commented 8 months ago

Since this week or maybe last week (I'm not entirely sure as I sometime used the android app) the Flatpak Jitsi meet isn't starting anymore on my Fedora 38 (with wayland).

|| Name || Application ID || Version || Branch || Origin || Installation || | Jitsi Meet | org.jitsi.jitsi-meet | 2023.10.0 | stable | flathub | system |

System Information: Lenovo ThinkPad T15 Gen 2i 11th Gen Intel® Core™ i7-1165G7 × 8 Intel® Xe Graphics (TGL GT2) Fedora Linux 38 (Workstation Edition) Linux 6.5.9-200.fc38.x86_64 Windowing System: Wayland

It worked mostly fine before. Screensharing was sometimes a problem.

Output:

[morland@morland-lenovo ~]$ flatpak override --user --env=JITSI_USE_WAYLAND=1 org.jitsi.jitsi-meet
[morland@morland-lenovo ~]$ flatpak run org.jitsi.jitsi-meet
[2:1107/094617.031043:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
LaunchProcess: failed to execvp:
xdg-settings
[2:1107/094617.398683:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[2:1107/094617.398719:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
09:46:17.412 › APPIMAGE env is not defined, current application is not an AppImage
09:46:17.459 › checkForUpdatesAndNotify called, downloadPromise is null
[2:1107/094617.460838:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[2:1107/094617.460887:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[2:1107/094617.460919:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[2:1107/094617.460944:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[2:1107/094617.478003:ERROR:object_proxy.cc(590)] Failed to call method: org.freedesktop.login1.Manager.Inhibit: object_path= /org/freedesktop/login1: unknown error type: 
[59:1107/094617.901689:ERROR:shared_context_state.cc(81)] Skia shader compilation error
------------------------
// Vertex SKSL
#extension GL_NV_shader_noperspective_interpolation: require
uniform float4 sk_RTAdjust;in float2 position;in half4 color;flat out half4 vcolor_S0;void main() {// Primitive Processor QuadPerEdgeAAGeometryProcessor
vcolor_S0 = color;sk_Position = position.xy01;}
// Fragment SKSL
#extension GL_NV_shader_noperspective_interpolation: require
flat in half4 vcolor_S0;void main() {// Stage 0, QuadPerEdgeAAGeometryProcessor
half4 outputColor_S0;outputColor_S0 = vcolor_S0;const half4 outputCoverage_S0 = half4(1);{ // Xfer Processor: Porter Duff
sk_FragColor = outputColor_S0 * outputCoverage_S0;}}
// Vertex GLSL
#version 300 es

#extension GL_NV_shader_noperspective_interpolation : require
precision mediump float;
precision mediump sampler2D;
uniform highp vec4 sk_RTAdjust;
in highp vec2 position;
in mediump vec4 color;
flat out mediump vec4 vcolor_S0;
void main() {
    vcolor_S0 = color;
    gl_Position = vec4(position, 0.0, 1.0);
    gl_Position = vec4(gl_Position.xy * sk_RTAdjust.xz + gl_Position.ww * sk_RTAdjust.yw, 0.0, gl_Position.w);
}

// Fragment GLSL
#version 300 es

#extension GL_NV_shader_noperspective_interpolation : require
precision mediump float;
precision mediump sampler2D;
out mediump vec4 sk_FragColor;
flat in mediump vec4 vcolor_S0;
void main() {
    mediump vec4 outputColor_S0;
    outputColor_S0 = vcolor_S0;
    {
        sk_FragColor = outputColor_S0;
    }
}

Errors:
link failed but did not provide an info log
[59:1107/094617.902621:ERROR:shared_context_state.cc(81)] Skia shader compilation error

The last part repeats over and over until I stop the application (// Vertex SKSL until [59:1107/094617.906688:ERROR:shared_context_state.cc(81)] Skia shader compilation error)

Screenshot: Screenshot from 2023-11-07 09-46-47

sallyhaj commented 8 months ago

I am using Fedora Workstation (gnome) 39 on Wayland, with recent updated Jitsi 2023.10.0, I can't launch the application. When I run "flatpak run org.jitsi.jitsi-meet", I get this message: [2:1109/205503.613924:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory And nothing more than that, it is not working/launching/run.

Thank you.

joshua-stone commented 8 months ago

@sallyhaj @CaptainMalu Please try running a test build from https://github.com/flathub/org.jitsi.jitsi-meet/pull/86:

$ flatpak install --user https://dl.flathub.org/build-repo/63220/org.jitsi.jitsi-meet.flatpakref
$ flatpak run --user org.jitsi.jitsi-meet
sallyhaj commented 8 months ago

@joshua-stone I use aarch64 on Raspberry Pi4, I installed your suggestion, still the app doesn't show up, I get this result: flatpak run --user org.jitsi.jitsi-meet Deleting cache directory: /home/sally/.var/app/org.jitsi.jitsi-meet/config/Jitsi Meet/GPUCache [2:1109/214422.705214:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory LaunchProcess: failed to execvp: xdg-settings [2:1109/214424.609490:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2:1109/214424.609755:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory 21:44:24.726 › APPIMAGE env is not defined, current application is not an AppImage 21:44:25.058 › checkForUpdatesAndNotify called, downloadPromise is null [2:1109/214425.064511:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2:1109/214425.065386:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2:1109/214425.066367:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2:1109/214425.068183:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2:1109/214425.176697:ERROR:object_proxy.cc(590)] Failed to call method: org.freedesktop.login1.Manager.Inhibit: object_path= /org/freedesktop/login1: unknown error type: [52:1109/214425.293850:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2) close object 1: Invalid argument [52:1109/214425.313575:ERROR:gbm_pixmap_wayland.cc(75)] Cannot create bo with format= RGBA_8888 and usage=SCANOUT [52:1109/214425.330230:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2) close object 1: Invalid argument [52:1109/214425.331005:ERROR:gbm_pixmap_wayland.cc(75)] Cannot create bo with format= RGBA_8888 and usage=GPU_READ [52:1109/214425.331690:ERROR:shared_image_factory.cc(673)] CreateSharedImage: could not create backing. [52:1109/214425.332127:ERROR:shared_image_factory.cc(527)] DestroySharedImage: Could not find shared image mailbox [52:1109/214425.332734:ERROR:gpu_service_impl.cc(1010)] Exiting GPU process because some drivers can't recover from errors. GPU process will restart shortly. [65:1109/214425.381817:ERROR:command_buffer_proxy_impl.cc(128)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer. [2:1109/214425.385044:ERROR:gpu_process_host.cc(954)] GPU process exited unexpectedly: exit_code=8704 [89:1109/214425.768055:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2) close object 1: Invalid argument [89:1109/214425.769591:ERROR:gbm_pixmap_wayland.cc(75)] Cannot create bo with format= RGBA_8888 and usage=SCANOUT [89:1109/214425.785960:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2) close object 1: Invalid argument [89:1109/214425.786901:ERROR:gbm_pixmap_wayland.cc(75)] Cannot create bo with format= RGBA_8888 and usage=GPU_READ [89:1109/214425.787573:ERROR:shared_image_factory.cc(673)] CreateSharedImage: could not create backing. [89:1109/214425.794388:ERROR:shared_image_factory.cc(527)] DestroySharedImage: Could not find shared image mailbox [89:1109/214425.799841:ERROR:gpu_service_impl.cc(1010)] Exiting GPU process because some drivers can't recover from errors. GPU process will restart shortly. [2:1109/214425.834549:ERROR:gpu_process_host.cc(954)] GPU process exited unexpectedly: exit_code=8704 [104:1109/214426.289282:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2) close object 1: Invalid argument [104:1109/214426.289976:ERROR:gbm_pixmap_wayland.cc(75)] Cannot create bo with format= RGBA_8888 and usage=SCANOUT [104:1109/214426.327668:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2) close object 1: Invalid argument [104:1109/214426.328233:ERROR:gbm_pixmap_wayland.cc(75)] Cannot create bo with format= RGBA_8888 and usage=GPU_READ [104:1109/214426.328623:ERROR:shared_image_factory.cc(673)] CreateSharedImage: could not create backing. [104:1109/214426.334741:ERROR:shared_image_factory.cc(527)] DestroySharedImage: Could not find shared image mailbox [104:1109/214426.336505:ERROR:gpu_service_impl.cc(1010)] Exiting GPU process because some drivers can't recover from errors. GPU process will restart shortly. [2:1109/214426.370060:ERROR:gpu_process_host.cc(954)] GPU process exited unexpectedly: exit_code=8704 [65:1109/214427.351748:ERROR:command_buffer_proxy_impl.cc(128)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.

joshua-stone commented 8 months ago

@sallyhaj Was it working before on your Raspberry Pi4, or are you encountering this when trying Jitsi for the first time?

sallyhaj commented 8 months ago

Before around a month, I used to use it in my Raspberry Pi 4, it was working just fine, in Fedora 38 and Debian Bookworm and Trixie.

sallyhaj commented 8 months ago

@joshua-stone By the way, jitsi-meet-arm64.AppImage launch and work okay.

joshua-stone commented 8 months ago

@sallyhaj The AppImage is likely using XWayland. Can you see what running Jitsi under XWayland does?

$ flatpak run --env=XDG_SESSION_TYPE=x11 --nosocket=wayland org.jitsi.jitsi-meet

And run the AppImage under Wayland:

$ ./jitsi-meet-arm64.AppImage --ozone-platform=wayland
sallyhaj commented 8 months ago

For the first one "flatpak run --env=XDG_SESSION_TYPE=x11 --nosocket=wayland org.jitsi.jitsi-meet", it runs okay, even though there is some results: flatpak run --env=XDG_SESSION_TYPE=x11 --nosocket=wayland org.jitsi.jitsi-meet [2:1109/221215.324023:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory LaunchProcess: failed to execvp: xdg-settings Gtk-Message: 22:12:16.495: Failed to load module "canberra-gtk-module" Gtk-Message: 22:12:16.495: Failed to load module "pk-gtk-module" Gtk-Message: 22:12:16.498: Failed to load module "canberra-gtk-module" Gtk-Message: 22:12:16.498: Failed to load module "pk-gtk-module" [2:1109/221216.565064:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2:1109/221216.565423:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory 22:12:16.640 › APPIMAGE env is not defined, current application is not an AppImage 22:12:16.812 › checkForUpdatesAndNotify called, downloadPromise is null [2:1109/221216.822319:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2:1109/221216.822947:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2:1109/221216.823488:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2:1109/221216.824780:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2:1109/221216.884303:ERROR:object_proxy.cc(590)] Failed to call method: org.freedesktop.login1.Manager.Inhibit: object_path= /org/freedesktop/login1: unknown error type: [43:1109/221216.944651:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2) [43:1109/221216.946311:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2) [43:1109/221216.948020:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2) [43:1109/221216.949459:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2) [43:1109/221216.950881:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2) [43:1109/221216.952321:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2) [43:1109/221216.953839:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2) [43:1109/221216.969532:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2) [43:1109/221216.970555:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2) [43:1109/221216.971807:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2) [43:1109/221216.973234:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2) [43:1109/221216.974543:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2) [43:1109/221216.977702:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2) [43:1109/221216.978741:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)

For the second command: "./jitsi-meet-arm64.AppImage --ozone-platform=wayland", it doesn't work, it shows this result: ./jitsi-meet-arm64.AppImage --ozone-platform=wayland 22:17:09.285 › Checking for update [6891:1109/221711.313807:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2) close object 1: Invalid argument [6891:1109/221711.314275:ERROR:gbm_pixmap_wayland.cc(75)] Cannot create bo with format= RGBA_8888 and usage=SCANOUT [6891:1109/221711.324360:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2) close object 1: Invalid argument [6891:1109/221711.325005:ERROR:gbm_pixmap_wayland.cc(75)] Cannot create bo with format= RGBA_8888 and usage=GPU_READ [6891:1109/221711.325523:ERROR:shared_image_factory.cc(673)] CreateSharedImage: could not create backing. [6891:1109/221711.326098:ERROR:shared_image_factory.cc(527)] DestroySharedImage: Could not find shared image mailbox [6891:1109/221711.328132:ERROR:gpu_service_impl.cc(1010)] Exiting GPU process because some drivers can't recover from errors. GPU process will restart shortly. [6843:1109/221711.344793:ERROR:gpu_process_host.cc(954)] GPU process exited unexpectedly: exit_code=8704 22:17:11.585 › Update for version 2023.10.0 is not available (latest version: 2023.10.0, downgrade is disallowed). 22:17:11.590 › checkForUpdatesAndNotify called, downloadPromise is null [6938:1109/221713.141928:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2) close object 1: Invalid argument [6938:1109/221713.142426:ERROR:gbm_pixmap_wayland.cc(75)] Cannot create bo with format= RGBA_8888 and usage=SCANOUT [6938:1109/221713.153514:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2) close object 1: Invalid argument [6938:1109/221713.154342:ERROR:gbm_pixmap_wayland.cc(75)] Cannot create bo with format= RGBA_8888 and usage=GPU_READ [6938:1109/221713.155020:ERROR:shared_image_factory.cc(673)] CreateSharedImage: could not create backing. [6938:1109/221713.155528:ERROR:shared_image_factory.cc(527)] DestroySharedImage: Could not find shared image mailbox [6938:1109/221713.156233:ERROR:gpu_service_impl.cc(1010)] Exiting GPU process because some drivers can't recover from errors. GPU process will restart shortly. [6843:1109/221713.177773:ERROR:gpu_process_host.cc(954)] GPU process exited unexpectedly: exit_code=8704 [6952:1109/221715.182538:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2) close object 1: Invalid argument [6952:1109/221715.183264:ERROR:gbm_pixmap_wayland.cc(75)] Cannot create bo with format= RGBA_8888 and usage=SCANOUT [6952:1109/221715.194918:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2) close object 1: Invalid argument [6952:1109/221715.195457:ERROR:gbm_pixmap_wayland.cc(75)] Cannot create bo with format= RGBA_8888 and usage=GPU_READ [6952:1109/221715.196079:ERROR:shared_image_factory.cc(673)] CreateSharedImage: could not create backing. [6952:1109/221715.196638:ERROR:shared_image_factory.cc(527)] DestroySharedImage: Could not find shared image mailbox [6952:1109/221715.198083:ERROR:gpu_service_impl.cc(1010)] Exiting GPU process because some drivers can't recover from errors. GPU process will restart shortly. [6843:1109/221715.219820:ERROR:gpu_process_host.cc(954)] GPU process exited unexpectedly: exit_code=8704

Thank you.

joshua-stone commented 8 months ago

@sallyhaj Can you test this build's ability to fall back to XWayland for https://github.com/flathub/org.jitsi.jitsi-meet/pull/87?

$ flatpak uninstall --user org.jitsi.jitsi-meet
$ flatpak install --user https://dl.flathub.org/build-repo/63232/org.jitsi.jitsi-meet.flatpakref
$ flatpak run --user --nosocket=wayland org.jitsi.jitsi-meet
CaptainMalu commented 8 months ago

@sallyhaj @CaptainMalu Please try running a test build from #86:

$ flatpak install --user https://dl.flathub.org/build-repo/63220/org.jitsi.jitsi-meet.flatpakref
$ flatpak run --user org.jitsi.jitsi-meet

looks good

[morland@morland-lenovo ~]$ flatpak install --user https://dl.flathub.org/build-repo/63220/org.jitsi.jitsi-meet.flatpakref
The application org.jitsi.jitsi-meet depends on runtimes from:
  https://dl.flathub.org/repo/
Configure this as new remote 'flathub' [Y/n]: y

org.jitsi.jitsi-meet permissions:
    ipc     network    fallback-x11    pulseaudio    wayland    x11    devices    dbus access [1]

    [1] org.freedesktop.Notifications, org.freedesktop.PowerManagement, org.freedesktop.ScreenSaver, org.freedesktop.login1, org.gnome.SessionManager

        ID                             Branch           Op           Remote                     Download
 1. [✓] org.jitsi.jitsi-meet           test             i            jitsi-meet-origin          93,0 MB / 96,4 MB

Installation complete.

[morland@morland-lenovo ~]$ flatpak run --user org.jitsi.jitsi-meet
Deleting cache directory: /home/morland/.var/app/org.jitsi.jitsi-meet/config/Jitsi Meet/GPUCache
[2:1110/092417.956547:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
LaunchProcess: failed to execvp:
xdg-settings
[2:1110/092418.238043:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[2:1110/092418.238086:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
09:24:18.249 › APPIMAGE env is not defined, current application is not an AppImage
09:24:18.289 › checkForUpdatesAndNotify called, downloadPromise is null
[2:1110/092418.290275:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[2:1110/092418.290320:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[2:1110/092418.290343:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[2:1110/092418.290366:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[2:1110/092418.314930:ERROR:object_proxy.cc(590)] Failed to call method: org.freedesktop.login1.Manager.Inhibit: object_path= /org/freedesktop/login1: unknown error type:

I have to say I also updated to Fedora 39 (Workstation). But had the same error before I tried the test build.

The meeting today worked fine through the test build.

Additional output after ending the call:

[60:1110/092537.185383:ERROR:shared_image_manager.cc(217)] SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[60:1110/092811.737686:ERROR:gl_utils.cc(398)] [.RenderCompositor-0x333003506900] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete: Attachment is not renderable.
[60:1110/092811.738712:ERROR:gl_utils.cc(398)] [.RenderCompositor-0x333003506900] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete: Attachment is not renderable.
[60:1110/092811.738932:ERROR:gl_utils.cc(398)] [.RenderCompositor-0x333003506900] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete: Attachment is not renderable.
[60:1110/092811.834587:ERROR:gl_utils.cc(398)] [.RenderCompositor-0x333003506900] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete: Attachment is not renderable.
[60:1110/092811.834843:ERROR:gl_utils.cc(398)] [.RenderCompositor-0x333003506900] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete: Attachment is not renderable.
[60:1110/092811.834966:ERROR:gl_utils.cc(398)] [.RenderCompositor-0x333003506900] GL_INVALID_FRAMEBUFFER_OPERATION: Framebuffer is incomplete: Attachment is not renderable.
[morland@morland-lenovo ~]$ 
sallyhaj commented 8 months ago

@sallyhaj Can you test this build's ability to fall back to XWayland for #87?

$ flatpak uninstall --user org.jitsi.jitsi-meet
$ flatpak install --user https://dl.flathub.org/build-repo/63232/org.jitsi.jitsi-meet.flatpakref
$ flatpak run --user --nosocket=wayland org.jitsi.jitsi-meet

That works just fine, thank you, here the logs: flatpak run --user --nosocket=wayland org.jitsi.jitsi-meet [2:1110/132648.306924:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory LaunchProcess: failed to execvp: xdg-settings Gtk-Message: 13:26:49.405: Failed to load module "canberra-gtk-module" Gtk-Message: 13:26:49.405: Failed to load module "pk-gtk-module" Gtk-Message: 13:26:49.408: Failed to load module "canberra-gtk-module" Gtk-Message: 13:26:49.408: Failed to load module "pk-gtk-module" [2:1110/132649.476315:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2:1110/132649.476534:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory 13:26:49.542 › APPIMAGE env is not defined, current application is not an AppImage 13:26:49.693 › checkForUpdatesAndNotify called, downloadPromise is null [2:1110/132649.699252:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2:1110/132649.699868:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2:1110/132649.700323:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2:1110/132649.701408:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory [2:1110/132649.749987:ERROR:object_proxy.cc(590)] Failed to call method: org.freedesktop.login1.Manager.Inhibit: object_path= /org/freedesktop/login1: unknown error type: [44:1110/132649.814247:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2) [44:1110/132649.816163:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2) [44:1110/132649.820723:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2) [44:1110/132649.823028:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2) [44:1110/132649.825079:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2) [44:1110/132649.833820:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2) [44:1110/132649.850893:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2) [44:1110/132649.871260:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2) [44:1110/132649.872820:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2) [44:1110/132649.874774:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2) [44:1110/132649.879084:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2) [44:1110/132649.882724:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2) [44:1110/132649.884702:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2) [44:1110/132649.888664:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2) [44:1110/132651.631521:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times! [44:1110/132651.650195:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 2 times! 2023-11-10T18:27:04.073Z [AOT] <logInfo>: [MAIN] received aot event aot-update-state 2023-11-10T18:27:04.077Z [AOT] <logInfo>: [MAIN] handling aot-conference-joined state update from renderer process 2023-11-10T18:27:04.078Z [AOT] <logInfo>: [MAIN] adding main window event handlers 2023-11-10T18:27:04.572Z [AOT] <logInfo>: [MAIN] received aot event aot-update-state 2023-11-10T18:27:04.575Z [AOT] <logInfo>: [MAIN] handling is-intersecting state update from renderer process 2023-11-10T18:27:04.577Z [AOT] <logInfo>: [MAIN] hide aot handler 2023-11-10T18:27:13.741Z [AOT] <logInfo>: [MAIN] received aot event aot-update-state 2023-11-10T18:27:13.744Z [AOT] <logInfo>: [MAIN] handling aot-close state update from renderer process 2023-11-10T18:27:13.745Z [AOT] <logInfo>: [MAIN] removing main window event handlers