flathub / org.jitsi.jitsi-meet

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

Add GPUCache cleaning to Jitsi launcher #86

Closed joshua-stone closed 8 months ago

joshua-stone commented 8 months ago

Fixes https://github.com/flathub/org.jitsi.jitsi-meet/issues/85

flathubbot commented 8 months ago

Started test build 80588

flathubbot commented 8 months ago

Build 80588 successful To test this build, install it from the testing repository:

flatpak install --user https://dl.flathub.org/build-repo/63216/org.jitsi.jitsi-meet.flatpakref
flathubbot commented 8 months ago

Started test build 80592

flathubbot commented 8 months ago

Build 80592 successful To test this build, install it from the testing repository:

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

Build 80588 successful To test this build, install it from the testing repository:

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

Note: I use aarch64 on Raspberry Pi. I tested, it doesn't work, and here the result: flatpak run org.jitsi.jitsi-meet LaunchProcess: failed to execvp: xdg-settings [2:1109/213745.215339: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/213745.215811: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/213745.236346: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:37:45.396 › APPIMAGE env is not defined, current application is not an AppImage 21:37:45.636 › checkForUpdatesAndNotify called, downloadPromise is null [2:1109/213745.650677: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/213745.651954: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/213745.653051: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/213745.655110: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/213745.725106:ERROR:object_proxy.cc(590)] Failed to call method: org.freedesktop.login1.Manager.Inhibit: object_path= /org/freedesktop/login1: unknown error type: [50:1109/213745.830438:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2) close object 1: Invalid argument [50:1109/213745.831623:ERROR:gbm_pixmap_wayland.cc(75)] Cannot create bo with format= RGBA_8888 and usage=SCANOUT [50:1109/213745.849740:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2) close object 1: Invalid argument [50:1109/213745.851078:ERROR:gbm_pixmap_wayland.cc(75)] Cannot create bo with format= RGBA_8888 and usage=GPU_READ [50:1109/213745.851800:ERROR:shared_image_factory.cc(673)] CreateSharedImage: could not create backing. [50:1109/213745.852399:ERROR:shared_image_factory.cc(527)] DestroySharedImage: Could not find shared image mailbox [50:1109/213745.853424:ERROR:gpu_service_impl.cc(1010)] Exiting GPU process because some drivers can't recover from errors. GPU process will restart shortly. [2:1109/213745.882776:ERROR:gpu_process_host.cc(954)] GPU process exited unexpectedly: exit_code=8704 [64:1109/213746.203120:ERROR:command_buffer_proxy_impl.cc(128)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer. [89:1109/213746.210715: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/213746.211459:ERROR:gbm_pixmap_wayland.cc(75)] Cannot create bo with format= RGBA_8888 and usage=SCANOUT [89:1109/213746.222117: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/213746.222790:ERROR:gbm_pixmap_wayland.cc(75)] Cannot create bo with format= RGBA_8888 and usage=GPU_READ [89:1109/213746.223470:ERROR:shared_image_factory.cc(673)] CreateSharedImage: could not create backing. [89:1109/213746.224028:ERROR:shared_image_factory.cc(527)] DestroySharedImage: Could not find shared image mailbox [89:1109/213746.228199:ERROR:gpu_service_impl.cc(1010)] Exiting GPU process because some drivers can't recover from errors. GPU process will restart shortly. [2:1109/213746.246802:ERROR:gpu_process_host.cc(954)] GPU process exited unexpectedly: exit_code=8704 [104:1109/213746.593442: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/213746.594865:ERROR:gbm_pixmap_wayland.cc(75)] Cannot create bo with format= RGBA_8888 and usage=SCANOUT [104:1109/213746.607183: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/213746.608987:ERROR:gbm_pixmap_wayland.cc(75)] Cannot create bo with format= RGBA_8888 and usage=GPU_READ [104:1109/213746.610655:ERROR:shared_image_factory.cc(673)] CreateSharedImage: could not create backing. [104:1109/213746.612310:ERROR:shared_image_factory.cc(527)] DestroySharedImage: Could not find shared image mailbox [104:1109/213746.616127:ERROR:gpu_service_impl.cc(1010)] Exiting GPU process because some drivers can't recover from errors. GPU process will restart shortly. [2:1109/213746.642533:ERROR:gpu_process_host.cc(954)] GPU process exited unexpectedly: exit_code=8704 ^C

joshua-stone commented 8 months ago

@ananace I don't appear to have write access to this repo. Can you please merge this?

csett86 commented 8 months ago

FYI, once I have released the november version which bumps electron to 27.0.4 this should no longer be required, as electron has a fix for that now: https://github.com/electron/electron/pull/40467