emersion / xdg-desktop-portal-wlr

xdg-desktop-portal backend for wlroots
MIT License
591 stars 56 forks source link

Crash chrome when sharing screen #196

Closed guyfedwards closed 2 years ago

guyfedwards commented 2 years ago

When trying to share screen in chrome my browser crashes similar to #186

└ ☲  /usr/lib/xdg-desktop-portal-wlr -l TRACE
Log output ``` 2022/04/06 17:08:08 [TRACE] - config: trying config file /home/guy/.config/xdg-desktop-portal-wlr/config 2022/04/06 17:08:08 [TRACE] - config: trying config file /etc/xdg/xdg-desktop-portal-wlr/config 2022/04/06 17:08:08 [ERROR] - config: no config file found 2022/04/06 17:08:08 [DEBUG] - config: outputname: (null) 2022/04/06 17:08:08 [DEBUG] - config: max_fps: 0.000000 2022/04/06 17:08:08 [DEBUG] - config: exec_before: (null) 2022/04/06 17:08:08 [DEBUG] - config: exec_after: (null) 2022/04/06 17:08:08 [DEBUG] - config: chooser_cmd: (null) 2022/04/06 17:08:08 [DEBUG] - config: chooser_type: default 2022/04/06 17:08:08 [DEBUG] - dbus: connected 2022/04/06 17:08:08 [DEBUG] - wlroots: wl_display connected 2022/04/06 17:08:08 [DEBUG] - pipewire: pw_loop created 2022/04/06 17:08:08 [DEBUG] - pipewire: establishing connection to core 2022/04/06 17:08:08 [DEBUG] - wlroots: interface to register wl_shm (Version: 1) 2022/04/06 17:08:08 [DEBUG] - wlroots: |-- registered to interface wl_shm (Version 1) 2022/04/06 17:08:08 [DEBUG] - wlroots: interface to register wl_drm (Version: 2) 2022/04/06 17:08:08 [DEBUG] - wlroots: interface to register zwp_linux_dmabuf_v1 (Version: 4) 2022/04/06 17:08:08 [DEBUG] - wlroots: interface to register wl_compositor (Version: 4) 2022/04/06 17:08:08 [DEBUG] - wlroots: interface to register wl_subcompositor (Version: 1) 2022/04/06 17:08:08 [DEBUG] - wlroots: interface to register wl_data_device_manager (Version: 3) 2022/04/06 17:08:08 [DEBUG] - wlroots: interface to register zwlr_gamma_control_manager_v1 (Version: 1) 2022/04/06 17:08:08 [DEBUG] - wlroots: interface to register zxdg_output_manager_v1 (Version: 3) 2022/04/06 17:08:08 [DEBUG] - wlroots: |-- registered to interface zxdg_output_manager_v1 (Version 3) 2022/04/06 17:08:08 [DEBUG] - wlroots: interface to register org_kde_kwin_idle (Version: 1) 2022/04/06 17:08:08 [DEBUG] - wlroots: interface to register zwp_idle_inhibit_manager_v1 (Version: 1) 2022/04/06 17:08:08 [DEBUG] - wlroots: interface to register zwlr_layer_shell_v1 (Version: 4) 2022/04/06 17:08:08 [DEBUG] - wlroots: interface to register xdg_wm_base (Version: 2) 2022/04/06 17:08:08 [DEBUG] - wlroots: interface to register zwp_tablet_manager_v2 (Version: 1) 2022/04/06 17:08:08 [DEBUG] - wlroots: interface to register org_kde_kwin_server_decoration_manager (Version: 1) 2022/04/06 17:08:08 [DEBUG] - wlroots: interface to register zxdg_decoration_manager_v1 (Version: 1) 2022/04/06 17:08:08 [DEBUG] - wlroots: interface to register zwp_relative_pointer_manager_v1 (Version: 1) 2022/04/06 17:08:08 [DEBUG] - wlroots: interface to register zwp_pointer_constraints_v1 (Version: 1) 2022/04/06 17:08:08 [DEBUG] - wlroots: interface to register wp_presentation (Version: 1) 2022/04/06 17:08:08 [DEBUG] - wlroots: interface to register zwlr_output_manager_v1 (Version: 2) 2022/04/06 17:08:08 [DEBUG] - wlroots: interface to register zwlr_output_power_manager_v1 (Version: 1) 2022/04/06 17:08:08 [DEBUG] - wlroots: interface to register zwp_input_method_manager_v2 (Version: 1) 2022/04/06 17:08:08 [DEBUG] - wlroots: interface to register zwp_text_input_manager_v3 (Version: 1) 2022/04/06 17:08:08 [DEBUG] - wlroots: interface to register zwlr_foreign_toplevel_manager_v1 (Version: 3) 2022/04/06 17:08:08 [DEBUG] - wlroots: interface to register wp_drm_lease_device_v1 (Version: 1) 2022/04/06 17:08:08 [DEBUG] - wlroots: interface to register zwlr_export_dmabuf_manager_v1 (Version: 1) 2022/04/06 17:08:08 [DEBUG] - wlroots: interface to register zwlr_screencopy_manager_v1 (Version: 3) 2022/04/06 17:08:08 [DEBUG] - wlroots: |-- registered to interface zwlr_screencopy_manager_v1 (Version 3) 2022/04/06 17:08:08 [DEBUG] - wlroots: interface to register zwlr_data_control_manager_v1 (Version: 2) 2022/04/06 17:08:08 [DEBUG] - wlroots: interface to register zwp_primary_selection_device_manager_v1 (Version: 1) 2022/04/06 17:08:08 [DEBUG] - wlroots: interface to register wp_viewporter (Version: 1) 2022/04/06 17:08:08 [DEBUG] - wlroots: interface to register zxdg_exporter_v1 (Version: 1) 2022/04/06 17:08:08 [DEBUG] - wlroots: interface to register zxdg_importer_v1 (Version: 1) 2022/04/06 17:08:08 [DEBUG] - wlroots: interface to register zxdg_exporter_v2 (Version: 1) 2022/04/06 17:08:08 [DEBUG] - wlroots: interface to register zxdg_importer_v2 (Version: 1) 2022/04/06 17:08:08 [DEBUG] - wlroots: interface to register xdg_activation_v1 (Version: 1) 2022/04/06 17:08:08 [DEBUG] - wlroots: interface to register zwp_virtual_keyboard_manager_v1 (Version: 1) 2022/04/06 17:08:08 [DEBUG] - wlroots: interface to register zwlr_virtual_pointer_manager_v1 (Version: 2) 2022/04/06 17:08:08 [DEBUG] - wlroots: interface to register zwlr_input_inhibit_manager_v1 (Version: 1) 2022/04/06 17:08:08 [DEBUG] - wlroots: interface to register zwp_keyboard_shortcuts_inhibit_manager_v1 (Version: 1) 2022/04/06 17:08:08 [DEBUG] - wlroots: interface to register wl_seat (Version: 7) 2022/04/06 17:08:08 [DEBUG] - wlroots: interface to register zwp_pointer_gestures_v1 (Version: 3) 2022/04/06 17:08:08 [DEBUG] - wlroots: interface to register wl_output (Version: 4) 2022/04/06 17:08:08 [DEBUG] - wlroots: |-- registered to interface wl_output (Version 1) 2022/04/06 17:08:08 [DEBUG] - wayland: registry listeners run 2022/04/06 17:08:08 [DEBUG] - wayland: xdg output listeners run 2022/04/06 17:08:08 [TRACE] - event-loop: got pipewire event 2022/04/06 17:08:08 [TRACE] - event-loop: got dbus event 2022/04/06 17:08:08 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:16 [TRACE] - event-loop: got dbus event 2022/04/06 17:09:16 [TRACE] - event-loop: got dbus event 2022/04/06 17:09:16 [TRACE] - event-loop: got dbus event 2022/04/06 17:09:16 [INFO] - dbus: create session method invoked 2022/04/06 17:09:16 [INFO] - dbus: request_handle: /org/freedesktop/portal/desktop/request/1_2282/webrtc712020408 2022/04/06 17:09:16 [INFO] - dbus: session_handle: /org/freedesktop/portal/desktop/session/1_2282/webrtc_session646018036 2022/04/06 17:09:16 [INFO] - dbus: app_id: 2022/04/06 17:09:16 [TRACE] - event-loop: got dbus event 2022/04/06 17:09:16 [TRACE] - event-loop: got dbus event 2022/04/06 17:09:16 [INFO] - dbus: select sources method invoked 2022/04/06 17:09:16 [INFO] - dbus: request_handle: /org/freedesktop/portal/desktop/request/1_2282/webrtc44356331 2022/04/06 17:09:16 [INFO] - dbus: session_handle: /org/freedesktop/portal/desktop/session/1_2282/webrtc_session646018036 2022/04/06 17:09:16 [INFO] - dbus: app_id: 2022/04/06 17:09:16 [INFO] - dbus: option types:3 2022/04/06 17:09:16 [INFO] - dbus: option multiple: 0 2022/04/06 17:09:16 [DEBUG] - dbus: select sources: found matching session /org/freedesktop/portal/desktop/session/1_2282/webrtc_session646018036 2022/04/06 17:09:16 [INFO] - wlroots: capturable output: Ancor Communications Inc model: ROG PG279Q: id: 46 name: HDMI-A-1 2022/04/06 17:09:16 [DEBUG] - wlroots: output chooser called 2022/04/06 17:09:16 [DEBUG] - wlroots: output chooser called 2022/04/06 17:09:16 [TRACE] - exec chooser called: cmd slurp -f %o -or, pipe chooser_in (14,15), pipe chooser_out (16,17) 2022/04/06 17:09:19 [TRACE] - wlroots: output chooser slurp -f %o -or selects output HDMI-A-1 2022/04/06 17:09:19 [DEBUG] - wlroots: output chooser selects HDMI-A-1 2022/04/06 17:09:19 [INFO] - xdpw: screencast instance 0x56055e6f8920 has 1 references 2022/04/06 17:09:19 [INFO] - xdpw: 1 active screencast instances 2022/04/06 17:09:19 [INFO] - wlroots: output: HDMI-A-1 2022/04/06 17:09:19 [TRACE] - event-loop: got dbus event 2022/04/06 17:09:19 [TRACE] - event-loop: got dbus event 2022/04/06 17:09:19 [INFO] - dbus: start method invoked 2022/04/06 17:09:19 [INFO] - dbus: request_handle: /org/freedesktop/portal/desktop/request/1_2282/webrtc922329609 2022/04/06 17:09:19 [INFO] - dbus: session_handle: /org/freedesktop/portal/desktop/session/1_2282/webrtc_session646018036 2022/04/06 17:09:19 [INFO] - dbus: app_id: 2022/04/06 17:09:19 [INFO] - dbus: parent_window: 2022/04/06 17:09:19 [DEBUG] - dbus: start: found matching session /org/freedesktop/portal/desktop/session/1_2282/webrtc_session646018036 2022/04/06 17:09:19 [TRACE] - wlroots: callbacks registered 2022/04/06 17:09:19 [TRACE] - wlroots: buffer event handler 2022/04/06 17:09:19 [TRACE] - wlroots: buffer properties changed 2022/04/06 17:09:19 [DEBUG] - wlroots: reset buffer 2022/04/06 17:09:19 [DEBUG] - wlroots: create shm buffer 2022/04/06 17:09:19 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:09:19 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:09:19 [TRACE] - wlroots: frame copied 2022/04/06 17:09:19 [DEBUG] - pipewire: registered event 0x56055e6fad80 2022/04/06 17:09:19 [INFO] - pipewire: stream state changed to "connecting" 2022/04/06 17:09:19 [INFO] - pipewire: node id is -1 2022/04/06 17:09:19 [ERROR] - pipewire_loop_iterate failed: Unknown error -1 2022/04/06 17:09:19 [ERROR] - pipewire_loop_iterate failed: Unknown error -1 2022/04/06 17:09:19 [INFO] - pipewire: stream state changed to "paused" 2022/04/06 17:09:19 [INFO] - pipewire: node id is 43 2022/04/06 17:09:19 [ERROR] - pipewire_loop_iterate failed: Unknown error -1 2022/04/06 17:09:19 [DEBUG] - dbus: start: returning node 43 2022/04/06 17:09:19 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:19 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:19 [TRACE] - wlroots: flags event handler 2022/04/06 17:09:19 [TRACE] - wlroots: damage event handler 2022/04/06 17:09:19 [TRACE] - wlroots: ready event handler 2022/04/06 17:09:19 [TRACE] - wlroots: frame destroyed 2022/04/06 17:09:19 [TRACE] - fps_limit: elapsed time since the last measurement: 47576007, target 16949152, target not met (ns) 2022/04/06 17:09:19 [TRACE] - wlroots: callbacks registered 2022/04/06 17:09:19 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:19 [TRACE] - wlroots: buffer event handler 2022/04/06 17:09:19 [TRACE] - wlroots: shm buffer exists 2022/04/06 17:09:19 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:09:19 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:09:19 [TRACE] - wlroots: frame copied 2022/04/06 17:09:19 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:19 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:19 [TRACE] - pipewire: stream parameters changed 2022/04/06 17:09:19 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:19 [TRACE] - pipewire: add buffer event handle 2022/04/06 17:09:19 [TRACE] - pipewire: selected buffertype 2 2022/04/06 17:09:19 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:19 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:19 [INFO] - pipewire: stream state changed to "streaming" 2022/04/06 17:09:19 [INFO] - pipewire: node id is 43 2022/04/06 17:09:19 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:19 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:19 [TRACE] - wlroots: flags event handler 2022/04/06 17:09:19 [TRACE] - wlroots: damage event handler 2022/04/06 17:09:19 [TRACE] - wlroots: ready event handler 2022/04/06 17:09:19 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:19 [TRACE] - ******************** 2022/04/06 17:09:19 [TRACE] - pipewire: event fired 2022/04/06 17:09:19 [TRACE] - pipewire: pointer 0x7f61d6e11000 2022/04/06 17:09:19 [TRACE] - pipewire: size 14745600 2022/04/06 17:09:19 [TRACE] - pipewire: stride 10240 2022/04/06 17:09:19 [TRACE] - pipewire: width 2560 2022/04/06 17:09:19 [TRACE] - pipewire: height 1440 2022/04/06 17:09:19 [TRACE] - pipewire: y_invert 0 2022/04/06 17:09:19 [TRACE] - ******************** 2022/04/06 17:09:19 [TRACE] - wlroots: frame destroyed 2022/04/06 17:09:19 [TRACE] - fps_limit: elapsed time since the last measurement: 129644446, target 16949152, target not met (ns) 2022/04/06 17:09:19 [TRACE] - wlroots: callbacks registered 2022/04/06 17:09:19 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:19 [TRACE] - wlroots: buffer event handler 2022/04/06 17:09:19 [TRACE] - wlroots: shm buffer exists 2022/04/06 17:09:19 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:09:19 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:09:19 [TRACE] - wlroots: frame copied 2022/04/06 17:09:19 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:19 [TRACE] - wlroots: flags event handler 2022/04/06 17:09:19 [TRACE] - wlroots: damage event handler 2022/04/06 17:09:19 [TRACE] - wlroots: ready event handler 2022/04/06 17:09:19 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:19 [TRACE] - ******************** 2022/04/06 17:09:19 [TRACE] - pipewire: event fired 2022/04/06 17:09:19 [WARN] - pipewire: out of buffers 2022/04/06 17:09:19 [TRACE] - wlroots: frame destroyed 2022/04/06 17:09:19 [TRACE] - fps_limit: elapsed time since the last measurement: 21495701, target 16949152, target not met (ns) 2022/04/06 17:09:19 [TRACE] - wlroots: callbacks registered 2022/04/06 17:09:19 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:19 [TRACE] - wlroots: buffer event handler 2022/04/06 17:09:19 [TRACE] - wlroots: shm buffer exists 2022/04/06 17:09:19 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:09:19 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:09:19 [TRACE] - wlroots: frame copied 2022/04/06 17:09:19 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:19 [TRACE] - wlroots: flags event handler 2022/04/06 17:09:19 [TRACE] - wlroots: damage event handler 2022/04/06 17:09:19 [TRACE] - wlroots: ready event handler 2022/04/06 17:09:19 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:19 [TRACE] - ******************** 2022/04/06 17:09:19 [TRACE] - pipewire: event fired 2022/04/06 17:09:19 [WARN] - pipewire: out of buffers 2022/04/06 17:09:19 [TRACE] - wlroots: frame destroyed 2022/04/06 17:09:19 [TRACE] - fps_limit: elapsed time since the last measurement: 117037748, target 16949152, target not met (ns) 2022/04/06 17:09:19 [TRACE] - wlroots: callbacks registered 2022/04/06 17:09:19 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:19 [TRACE] - wlroots: buffer event handler 2022/04/06 17:09:19 [TRACE] - wlroots: shm buffer exists 2022/04/06 17:09:19 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:09:19 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:09:19 [TRACE] - wlroots: frame copied 2022/04/06 17:09:19 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:19 [TRACE] - wlroots: flags event handler 2022/04/06 17:09:19 [TRACE] - wlroots: damage event handler 2022/04/06 17:09:19 [TRACE] - wlroots: ready event handler 2022/04/06 17:09:19 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:19 [TRACE] - ******************** 2022/04/06 17:09:19 [TRACE] - pipewire: event fired 2022/04/06 17:09:19 [WARN] - pipewire: out of buffers 2022/04/06 17:09:19 [TRACE] - wlroots: frame destroyed 2022/04/06 17:09:19 [TRACE] - fps_limit: elapsed time since the last measurement: 24035164, target 16949152, target not met (ns) 2022/04/06 17:09:19 [TRACE] - wlroots: callbacks registered 2022/04/06 17:09:19 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:19 [TRACE] - wlroots: buffer event handler 2022/04/06 17:09:19 [TRACE] - wlroots: shm buffer exists 2022/04/06 17:09:19 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:09:19 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:09:19 [TRACE] - wlroots: frame copied 2022/04/06 17:09:19 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:19 [TRACE] - wlroots: flags event handler 2022/04/06 17:09:19 [TRACE] - wlroots: damage event handler 2022/04/06 17:09:19 [TRACE] - wlroots: ready event handler 2022/04/06 17:09:19 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:19 [TRACE] - ******************** 2022/04/06 17:09:19 [TRACE] - pipewire: event fired 2022/04/06 17:09:19 [WARN] - pipewire: out of buffers 2022/04/06 17:09:19 [TRACE] - wlroots: frame destroyed 2022/04/06 17:09:19 [TRACE] - fps_limit: elapsed time since the last measurement: 30016740, target 16949152, target not met (ns) 2022/04/06 17:09:19 [TRACE] - wlroots: callbacks registered 2022/04/06 17:09:19 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:19 [TRACE] - wlroots: buffer event handler 2022/04/06 17:09:19 [TRACE] - wlroots: shm buffer exists 2022/04/06 17:09:19 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:09:19 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:09:19 [TRACE] - wlroots: frame copied 2022/04/06 17:09:19 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:19 [TRACE] - wlroots: flags event handler 2022/04/06 17:09:19 [TRACE] - wlroots: damage event handler 2022/04/06 17:09:19 [TRACE] - wlroots: ready event handler 2022/04/06 17:09:19 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:19 [TRACE] - ******************** 2022/04/06 17:09:19 [TRACE] - pipewire: event fired 2022/04/06 17:09:19 [WARN] - pipewire: out of buffers 2022/04/06 17:09:19 [TRACE] - wlroots: frame destroyed 2022/04/06 17:09:19 [TRACE] - fps_limit: elapsed time since the last measurement: 28925741, target 16949152, target not met (ns) 2022/04/06 17:09:19 [TRACE] - wlroots: callbacks registered 2022/04/06 17:09:19 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:19 [TRACE] - wlroots: buffer event handler 2022/04/06 17:09:19 [TRACE] - wlroots: shm buffer exists 2022/04/06 17:09:19 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:09:19 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:09:19 [TRACE] - wlroots: frame copied 2022/04/06 17:09:19 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:19 [TRACE] - wlroots: flags event handler 2022/04/06 17:09:19 [TRACE] - wlroots: damage event handler 2022/04/06 17:09:19 [TRACE] - wlroots: ready event handler 2022/04/06 17:09:19 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:19 [TRACE] - ******************** 2022/04/06 17:09:19 [TRACE] - pipewire: event fired 2022/04/06 17:09:19 [WARN] - pipewire: out of buffers 2022/04/06 17:09:19 [TRACE] - wlroots: frame destroyed 2022/04/06 17:09:19 [TRACE] - fps_limit: elapsed time since the last measurement: 31693468, target 16949152, target not met (ns) 2022/04/06 17:09:19 [TRACE] - wlroots: callbacks registered 2022/04/06 17:09:19 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:19 [TRACE] - wlroots: buffer event handler 2022/04/06 17:09:19 [TRACE] - wlroots: shm buffer exists 2022/04/06 17:09:19 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:09:19 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:09:19 [TRACE] - wlroots: frame copied 2022/04/06 17:09:19 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:19 [TRACE] - wlroots: flags event handler 2022/04/06 17:09:19 [TRACE] - wlroots: damage event handler 2022/04/06 17:09:19 [TRACE] - wlroots: ready event handler 2022/04/06 17:09:19 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:19 [TRACE] - ******************** 2022/04/06 17:09:19 [TRACE] - pipewire: event fired 2022/04/06 17:09:19 [WARN] - pipewire: out of buffers 2022/04/06 17:09:19 [TRACE] - wlroots: frame destroyed 2022/04/06 17:09:19 [TRACE] - fps_limit: elapsed time since the last measurement: 16985385, target 16949152, target not met (ns) 2022/04/06 17:09:19 [TRACE] - wlroots: callbacks registered 2022/04/06 17:09:19 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:19 [TRACE] - wlroots: buffer event handler 2022/04/06 17:09:19 [TRACE] - wlroots: shm buffer exists 2022/04/06 17:09:19 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:09:19 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:09:19 [TRACE] - wlroots: frame copied 2022/04/06 17:09:19 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:19 [TRACE] - wlroots: flags event handler 2022/04/06 17:09:19 [TRACE] - wlroots: damage event handler 2022/04/06 17:09:19 [TRACE] - wlroots: ready event handler 2022/04/06 17:09:19 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:19 [TRACE] - ******************** 2022/04/06 17:09:19 [TRACE] - pipewire: event fired 2022/04/06 17:09:19 [WARN] - pipewire: out of buffers 2022/04/06 17:09:19 [TRACE] - wlroots: frame destroyed 2022/04/06 17:09:19 [TRACE] - fps_limit: elapsed time since the last measurement: 15811209, target 16949152, should delay for 1137943 (ns) 2022/04/06 17:09:19 [TRACE] - event-loop: got a timer event 2022/04/06 17:09:19 [TRACE] - wlroots: callbacks registered 2022/04/06 17:09:19 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:19 [TRACE] - wlroots: buffer event handler 2022/04/06 17:09:19 [TRACE] - wlroots: shm buffer exists 2022/04/06 17:09:19 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:09:19 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:09:19 [TRACE] - wlroots: frame copied 2022/04/06 17:09:19 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:19 [TRACE] - wlroots: flags event handler 2022/04/06 17:09:19 [TRACE] - wlroots: damage event handler 2022/04/06 17:09:19 [TRACE] - wlroots: ready event handler 2022/04/06 17:09:19 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:19 [TRACE] - ******************** 2022/04/06 17:09:19 [TRACE] - pipewire: event fired 2022/04/06 17:09:19 [WARN] - pipewire: out of buffers 2022/04/06 17:09:19 [TRACE] - wlroots: frame destroyed 2022/04/06 17:09:19 [TRACE] - fps_limit: elapsed time since the last measurement: 31037161, target 16949152, target not met (ns) 2022/04/06 17:09:19 [TRACE] - wlroots: callbacks registered 2022/04/06 17:09:19 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:19 [TRACE] - wlroots: buffer event handler 2022/04/06 17:09:19 [TRACE] - wlroots: shm buffer exists 2022/04/06 17:09:19 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:09:19 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:09:19 [TRACE] - wlroots: frame copied 2022/04/06 17:09:19 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:19 [TRACE] - wlroots: flags event handler 2022/04/06 17:09:19 [TRACE] - wlroots: damage event handler 2022/04/06 17:09:19 [TRACE] - wlroots: ready event handler 2022/04/06 17:09:19 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:19 [TRACE] - ******************** 2022/04/06 17:09:19 [TRACE] - pipewire: event fired 2022/04/06 17:09:19 [WARN] - pipewire: out of buffers 2022/04/06 17:09:19 [TRACE] - wlroots: frame destroyed 2022/04/06 17:09:19 [TRACE] - fps_limit: elapsed time since the last measurement: 18789240, target 16949152, target not met (ns) 2022/04/06 17:09:19 [TRACE] - wlroots: callbacks registered 2022/04/06 17:09:19 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:19 [TRACE] - wlroots: buffer event handler 2022/04/06 17:09:19 [TRACE] - wlroots: shm buffer exists 2022/04/06 17:09:19 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:09:19 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:09:19 [TRACE] - wlroots: frame copied 2022/04/06 17:09:19 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:19 [TRACE] - wlroots: flags event handler 2022/04/06 17:09:19 [TRACE] - wlroots: damage event handler 2022/04/06 17:09:19 [TRACE] - wlroots: ready event handler 2022/04/06 17:09:19 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:19 [TRACE] - ******************** 2022/04/06 17:09:19 [TRACE] - pipewire: event fired 2022/04/06 17:09:19 [WARN] - pipewire: out of buffers 2022/04/06 17:09:19 [TRACE] - wlroots: frame destroyed 2022/04/06 17:09:19 [TRACE] - fps_limit: elapsed time since the last measurement: 30406971, target 16949152, target not met (ns) 2022/04/06 17:09:19 [TRACE] - wlroots: callbacks registered 2022/04/06 17:09:19 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:19 [TRACE] - wlroots: buffer event handler 2022/04/06 17:09:19 [TRACE] - wlroots: shm buffer exists 2022/04/06 17:09:19 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:09:19 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:09:19 [TRACE] - wlroots: frame copied 2022/04/06 17:09:19 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:19 [TRACE] - wlroots: flags event handler 2022/04/06 17:09:19 [TRACE] - wlroots: damage event handler 2022/04/06 17:09:19 [TRACE] - wlroots: ready event handler 2022/04/06 17:09:19 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:19 [TRACE] - ******************** 2022/04/06 17:09:19 [TRACE] - pipewire: event fired 2022/04/06 17:09:19 [WARN] - pipewire: out of buffers 2022/04/06 17:09:19 [TRACE] - wlroots: frame destroyed 2022/04/06 17:09:19 [TRACE] - fps_limit: elapsed time since the last measurement: 15777936, target 16949152, should delay for 1171216 (ns) 2022/04/06 17:09:19 [TRACE] - event-loop: got a timer event 2022/04/06 17:09:19 [TRACE] - wlroots: callbacks registered 2022/04/06 17:09:19 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:19 [TRACE] - wlroots: buffer event handler 2022/04/06 17:09:19 [TRACE] - wlroots: shm buffer exists 2022/04/06 17:09:19 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:09:19 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:09:19 [TRACE] - wlroots: frame copied 2022/04/06 17:09:19 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:19 [TRACE] - wlroots: flags event handler 2022/04/06 17:09:19 [TRACE] - wlroots: damage event handler 2022/04/06 17:09:19 [TRACE] - wlroots: ready event handler 2022/04/06 17:09:19 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:19 [TRACE] - ******************** 2022/04/06 17:09:19 [TRACE] - pipewire: event fired 2022/04/06 17:09:19 [WARN] - pipewire: out of buffers 2022/04/06 17:09:19 [TRACE] - wlroots: frame destroyed 2022/04/06 17:09:19 [TRACE] - fps_limit: elapsed time since the last measurement: 31752360, target 16949152, target not met (ns) 2022/04/06 17:09:19 [TRACE] - wlroots: callbacks registered 2022/04/06 17:09:19 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:19 [TRACE] - wlroots: buffer event handler 2022/04/06 17:09:19 [TRACE] - wlroots: shm buffer exists 2022/04/06 17:09:19 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:09:19 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:09:19 [TRACE] - wlroots: frame copied 2022/04/06 17:09:19 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:19 [TRACE] - wlroots: flags event handler 2022/04/06 17:09:19 [TRACE] - wlroots: damage event handler 2022/04/06 17:09:19 [TRACE] - wlroots: ready event handler 2022/04/06 17:09:19 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:19 [TRACE] - ******************** 2022/04/06 17:09:19 [TRACE] - pipewire: event fired 2022/04/06 17:09:19 [WARN] - pipewire: out of buffers 2022/04/06 17:09:19 [TRACE] - wlroots: frame destroyed 2022/04/06 17:09:19 [TRACE] - fps_limit: elapsed time since the last measurement: 15009893, target 16949152, should delay for 1939259 (ns) 2022/04/06 17:09:19 [TRACE] - event-loop: got a timer event 2022/04/06 17:09:19 [TRACE] - wlroots: callbacks registered 2022/04/06 17:09:19 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:19 [TRACE] - wlroots: buffer event handler 2022/04/06 17:09:19 [TRACE] - wlroots: shm buffer exists 2022/04/06 17:09:19 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:09:19 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:09:19 [TRACE] - wlroots: frame copied 2022/04/06 17:09:19 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:19 [TRACE] - wlroots: flags event handler 2022/04/06 17:09:19 [TRACE] - wlroots: damage event handler 2022/04/06 17:09:19 [TRACE] - wlroots: ready event handler 2022/04/06 17:09:19 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:19 [TRACE] - ******************** 2022/04/06 17:09:19 [TRACE] - pipewire: event fired 2022/04/06 17:09:19 [WARN] - pipewire: out of buffers 2022/04/06 17:09:19 [TRACE] - wlroots: frame destroyed 2022/04/06 17:09:19 [TRACE] - fps_limit: elapsed time since the last measurement: 15734973, target 16949152, should delay for 1214179 (ns) 2022/04/06 17:09:19 [TRACE] - event-loop: got a timer event 2022/04/06 17:09:19 [TRACE] - wlroots: callbacks registered 2022/04/06 17:09:19 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:19 [TRACE] - wlroots: buffer event handler 2022/04/06 17:09:19 [TRACE] - wlroots: shm buffer exists 2022/04/06 17:09:19 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:09:19 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:09:19 [TRACE] - wlroots: frame copied 2022/04/06 17:09:19 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:19 [TRACE] - wlroots: flags event handler 2022/04/06 17:09:19 [TRACE] - wlroots: damage event handler 2022/04/06 17:09:19 [TRACE] - wlroots: ready event handler 2022/04/06 17:09:19 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:19 [TRACE] - ******************** 2022/04/06 17:09:19 [TRACE] - pipewire: event fired 2022/04/06 17:09:19 [WARN] - pipewire: out of buffers 2022/04/06 17:09:19 [TRACE] - wlroots: frame destroyed 2022/04/06 17:09:19 [TRACE] - fps_limit: elapsed time since the last measurement: 30874699, target 16949152, target not met (ns) 2022/04/06 17:09:19 [TRACE] - wlroots: callbacks registered 2022/04/06 17:09:19 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:19 [TRACE] - wlroots: buffer event handler 2022/04/06 17:09:19 [TRACE] - wlroots: shm buffer exists 2022/04/06 17:09:19 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:09:19 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:09:19 [TRACE] - wlroots: frame copied 2022/04/06 17:09:20 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:20 [TRACE] - wlroots: flags event handler 2022/04/06 17:09:20 [TRACE] - wlroots: damage event handler 2022/04/06 17:09:20 [TRACE] - wlroots: ready event handler 2022/04/06 17:09:20 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:20 [TRACE] - ******************** 2022/04/06 17:09:20 [TRACE] - pipewire: event fired 2022/04/06 17:09:20 [WARN] - pipewire: out of buffers 2022/04/06 17:09:20 [TRACE] - wlroots: frame destroyed 2022/04/06 17:09:20 [TRACE] - fps_limit: elapsed time since the last measurement: 703470408, target 16949152, target not met (ns) 2022/04/06 17:09:20 [TRACE] - wlroots: callbacks registered 2022/04/06 17:09:20 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:20 [TRACE] - wlroots: buffer event handler 2022/04/06 17:09:20 [TRACE] - wlroots: shm buffer exists 2022/04/06 17:09:20 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:09:20 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:09:20 [TRACE] - wlroots: frame copied 2022/04/06 17:09:20 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:20 [TRACE] - wlroots: flags event handler 2022/04/06 17:09:20 [TRACE] - wlroots: damage event handler 2022/04/06 17:09:20 [TRACE] - wlroots: ready event handler 2022/04/06 17:09:20 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:20 [TRACE] - ******************** 2022/04/06 17:09:20 [TRACE] - pipewire: event fired 2022/04/06 17:09:20 [WARN] - pipewire: out of buffers 2022/04/06 17:09:20 [TRACE] - wlroots: frame destroyed 2022/04/06 17:09:20 [TRACE] - fps_limit: elapsed time since the last measurement: 510370135, target 16949152, target not met (ns) 2022/04/06 17:09:20 [TRACE] - wlroots: callbacks registered 2022/04/06 17:09:20 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:20 [TRACE] - wlroots: buffer event handler 2022/04/06 17:09:20 [TRACE] - wlroots: shm buffer exists 2022/04/06 17:09:20 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:09:20 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:09:20 [TRACE] - wlroots: frame copied 2022/04/06 17:09:20 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:20 [TRACE] - wlroots: flags event handler 2022/04/06 17:09:20 [TRACE] - wlroots: damage event handler 2022/04/06 17:09:20 [TRACE] - wlroots: ready event handler 2022/04/06 17:09:20 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:20 [TRACE] - ******************** 2022/04/06 17:09:20 [TRACE] - pipewire: event fired 2022/04/06 17:09:20 [WARN] - pipewire: out of buffers 2022/04/06 17:09:20 [TRACE] - wlroots: frame destroyed 2022/04/06 17:09:20 [TRACE] - fps_limit: elapsed time since the last measurement: 39638239, target 16949152, target not met (ns) 2022/04/06 17:09:20 [TRACE] - wlroots: callbacks registered 2022/04/06 17:09:20 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:20 [TRACE] - wlroots: buffer event handler 2022/04/06 17:09:20 [TRACE] - wlroots: shm buffer exists 2022/04/06 17:09:20 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:09:20 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:09:20 [TRACE] - wlroots: frame copied 2022/04/06 17:09:21 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:21 [TRACE] - wlroots: flags event handler 2022/04/06 17:09:21 [TRACE] - wlroots: damage event handler 2022/04/06 17:09:21 [TRACE] - wlroots: ready event handler 2022/04/06 17:09:21 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:21 [TRACE] - ******************** 2022/04/06 17:09:21 [TRACE] - pipewire: event fired 2022/04/06 17:09:21 [WARN] - pipewire: out of buffers 2022/04/06 17:09:21 [TRACE] - wlroots: frame destroyed 2022/04/06 17:09:21 [TRACE] - fps_limit: elapsed time since the last measurement: 33192271, target 16949152, target not met (ns) 2022/04/06 17:09:21 [TRACE] - wlroots: callbacks registered 2022/04/06 17:09:21 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:21 [TRACE] - wlroots: buffer event handler 2022/04/06 17:09:21 [TRACE] - wlroots: shm buffer exists 2022/04/06 17:09:21 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:09:21 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:09:21 [TRACE] - wlroots: frame copied 2022/04/06 17:09:21 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:21 [TRACE] - wlroots: flags event handler 2022/04/06 17:09:21 [TRACE] - wlroots: damage event handler 2022/04/06 17:09:21 [TRACE] - wlroots: ready event handler 2022/04/06 17:09:21 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:21 [TRACE] - ******************** 2022/04/06 17:09:21 [TRACE] - pipewire: event fired 2022/04/06 17:09:21 [WARN] - pipewire: out of buffers 2022/04/06 17:09:21 [TRACE] - wlroots: frame destroyed 2022/04/06 17:09:21 [TRACE] - fps_limit: elapsed time since the last measurement: 21074864, target 16949152, target not met (ns) 2022/04/06 17:09:21 [TRACE] - wlroots: callbacks registered 2022/04/06 17:09:21 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:21 [TRACE] - wlroots: buffer event handler 2022/04/06 17:09:21 [TRACE] - wlroots: shm buffer exists 2022/04/06 17:09:21 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:09:21 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:09:21 [TRACE] - wlroots: frame copied 2022/04/06 17:09:21 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:21 [TRACE] - wlroots: flags event handler 2022/04/06 17:09:21 [TRACE] - wlroots: damage event handler 2022/04/06 17:09:21 [TRACE] - wlroots: ready event handler 2022/04/06 17:09:21 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:21 [TRACE] - ******************** 2022/04/06 17:09:21 [TRACE] - pipewire: event fired 2022/04/06 17:09:21 [WARN] - pipewire: out of buffers 2022/04/06 17:09:21 [TRACE] - wlroots: frame destroyed 2022/04/06 17:09:21 [TRACE] - fps_limit: elapsed time since the last measurement: 40419631, target 16949152, target not met (ns) 2022/04/06 17:09:21 [TRACE] - wlroots: callbacks registered 2022/04/06 17:09:21 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:21 [TRACE] - wlroots: buffer event handler 2022/04/06 17:09:21 [TRACE] - wlroots: shm buffer exists 2022/04/06 17:09:21 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:09:21 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:09:21 [TRACE] - wlroots: frame copied 2022/04/06 17:09:21 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:21 [TRACE] - wlroots: flags event handler 2022/04/06 17:09:21 [TRACE] - wlroots: damage event handler 2022/04/06 17:09:21 [TRACE] - wlroots: ready event handler 2022/04/06 17:09:21 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:21 [TRACE] - ******************** 2022/04/06 17:09:21 [TRACE] - pipewire: event fired 2022/04/06 17:09:21 [WARN] - pipewire: out of buffers 2022/04/06 17:09:21 [TRACE] - wlroots: frame destroyed 2022/04/06 17:09:21 [TRACE] - fps_limit: elapsed time since the last measurement: 35155345, target 16949152, target not met (ns) 2022/04/06 17:09:21 [TRACE] - wlroots: callbacks registered 2022/04/06 17:09:21 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:21 [TRACE] - wlroots: buffer event handler 2022/04/06 17:09:21 [TRACE] - wlroots: shm buffer exists 2022/04/06 17:09:21 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:09:21 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:09:21 [TRACE] - wlroots: frame copied 2022/04/06 17:09:21 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:21 [TRACE] - wlroots: flags event handler 2022/04/06 17:09:21 [TRACE] - wlroots: damage event handler 2022/04/06 17:09:21 [TRACE] - wlroots: ready event handler 2022/04/06 17:09:21 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:21 [TRACE] - ******************** 2022/04/06 17:09:21 [TRACE] - pipewire: event fired 2022/04/06 17:09:21 [WARN] - pipewire: out of buffers 2022/04/06 17:09:21 [TRACE] - wlroots: frame destroyed 2022/04/06 17:09:21 [TRACE] - fps_limit: elapsed time since the last measurement: 33496845, target 16949152, target not met (ns) 2022/04/06 17:09:21 [TRACE] - wlroots: callbacks registered 2022/04/06 17:09:21 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:21 [TRACE] - wlroots: buffer event handler 2022/04/06 17:09:21 [TRACE] - wlroots: shm buffer exists 2022/04/06 17:09:21 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:09:21 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:09:21 [TRACE] - wlroots: frame copied 2022/04/06 17:09:21 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:21 [TRACE] - wlroots: flags event handler 2022/04/06 17:09:21 [TRACE] - wlroots: damage event handler 2022/04/06 17:09:21 [TRACE] - wlroots: ready event handler 2022/04/06 17:09:21 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:21 [TRACE] - ******************** 2022/04/06 17:09:21 [TRACE] - pipewire: event fired 2022/04/06 17:09:21 [WARN] - pipewire: out of buffers 2022/04/06 17:09:21 [TRACE] - wlroots: frame destroyed 2022/04/06 17:09:21 [TRACE] - fps_limit: elapsed time since the last measurement: 32281809, target 16949152, target not met (ns) 2022/04/06 17:09:21 [TRACE] - wlroots: callbacks registered 2022/04/06 17:09:21 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:21 [TRACE] - wlroots: buffer event handler 2022/04/06 17:09:21 [TRACE] - wlroots: shm buffer exists 2022/04/06 17:09:21 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:09:21 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:09:21 [TRACE] - wlroots: frame copied 2022/04/06 17:09:21 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:21 [TRACE] - wlroots: flags event handler 2022/04/06 17:09:21 [TRACE] - wlroots: damage event handler 2022/04/06 17:09:21 [TRACE] - wlroots: ready event handler 2022/04/06 17:09:21 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:21 [TRACE] - ******************** 2022/04/06 17:09:21 [TRACE] - pipewire: event fired 2022/04/06 17:09:21 [WARN] - pipewire: out of buffers 2022/04/06 17:09:21 [TRACE] - wlroots: frame destroyed 2022/04/06 17:09:21 [TRACE] - fps_limit: elapsed time since the last measurement: 31209261, target 16949152, target not met (ns) 2022/04/06 17:09:21 [TRACE] - wlroots: callbacks registered 2022/04/06 17:09:21 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:21 [TRACE] - wlroots: buffer event handler 2022/04/06 17:09:21 [TRACE] - wlroots: shm buffer exists 2022/04/06 17:09:21 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:09:21 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:09:21 [TRACE] - wlroots: frame copied 2022/04/06 17:09:21 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:21 [TRACE] - wlroots: flags event handler 2022/04/06 17:09:21 [TRACE] - wlroots: damage event handler 2022/04/06 17:09:21 [TRACE] - wlroots: ready event handler 2022/04/06 17:09:21 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:21 [TRACE] - ******************** 2022/04/06 17:09:21 [TRACE] - pipewire: event fired 2022/04/06 17:09:21 [WARN] - pipewire: out of buffers 2022/04/06 17:09:21 [TRACE] - wlroots: frame destroyed 2022/04/06 17:09:21 [TRACE] - fps_limit: elapsed time since the last measurement: 32114855, target 16949152, target not met (ns) 2022/04/06 17:09:21 [TRACE] - wlroots: callbacks registered 2022/04/06 17:09:21 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:21 [TRACE] - wlroots: buffer event handler 2022/04/06 17:09:21 [TRACE] - wlroots: shm buffer exists 2022/04/06 17:09:21 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:09:21 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:09:21 [TRACE] - wlroots: frame copied 2022/04/06 17:09:21 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:21 [TRACE] - wlroots: flags event handler 2022/04/06 17:09:21 [TRACE] - wlroots: damage event handler 2022/04/06 17:09:21 [TRACE] - wlroots: ready event handler 2022/04/06 17:09:21 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:21 [TRACE] - ******************** 2022/04/06 17:09:21 [TRACE] - pipewire: event fired 2022/04/06 17:09:21 [WARN] - pipewire: out of buffers 2022/04/06 17:09:21 [TRACE] - wlroots: frame destroyed 2022/04/06 17:09:21 [TRACE] - fps_limit: elapsed time since the last measurement: 34901600, target 16949152, target not met (ns) 2022/04/06 17:09:21 [TRACE] - wlroots: callbacks registered 2022/04/06 17:09:21 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:21 [TRACE] - wlroots: buffer event handler 2022/04/06 17:09:21 [TRACE] - wlroots: shm buffer exists 2022/04/06 17:09:21 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:09:21 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:09:21 [TRACE] - wlroots: frame copied 2022/04/06 17:09:21 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:21 [TRACE] - wlroots: flags event handler 2022/04/06 17:09:21 [TRACE] - wlroots: damage event handler 2022/04/06 17:09:21 [TRACE] - wlroots: ready event handler 2022/04/06 17:09:21 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:21 [TRACE] - ******************** 2022/04/06 17:09:21 [TRACE] - pipewire: event fired 2022/04/06 17:09:21 [WARN] - pipewire: out of buffers 2022/04/06 17:09:21 [TRACE] - wlroots: frame destroyed 2022/04/06 17:09:21 [TRACE] - fps_limit: elapsed time since the last measurement: 26884928, target 16949152, target not met (ns) 2022/04/06 17:09:21 [TRACE] - wlroots: callbacks registered 2022/04/06 17:09:21 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:21 [TRACE] - wlroots: buffer event handler 2022/04/06 17:09:21 [TRACE] - wlroots: shm buffer exists 2022/04/06 17:09:21 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:09:21 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:09:21 [TRACE] - wlroots: frame copied 2022/04/06 17:09:21 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:21 [TRACE] - wlroots: flags event handler 2022/04/06 17:09:21 [TRACE] - wlroots: damage event handler 2022/04/06 17:09:21 [TRACE] - wlroots: ready event handler 2022/04/06 17:09:21 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:21 [TRACE] - ******************** 2022/04/06 17:09:21 [TRACE] - pipewire: event fired 2022/04/06 17:09:21 [WARN] - pipewire: out of buffers 2022/04/06 17:09:21 [TRACE] - wlroots: frame destroyed 2022/04/06 17:09:21 [TRACE] - fps_limit: elapsed time since the last measurement: 30155293, target 16949152, target not met (ns) 2022/04/06 17:09:21 [TRACE] - wlroots: callbacks registered 2022/04/06 17:09:21 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:21 [TRACE] - wlroots: buffer event handler 2022/04/06 17:09:21 [TRACE] - wlroots: shm buffer exists 2022/04/06 17:09:21 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:09:21 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:09:21 [TRACE] - wlroots: frame copied 2022/04/06 17:09:21 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:21 [TRACE] - wlroots: flags event handler 2022/04/06 17:09:21 [TRACE] - wlroots: damage event handler 2022/04/06 17:09:21 [TRACE] - wlroots: ready event handler 2022/04/06 17:09:21 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:21 [TRACE] - ******************** 2022/04/06 17:09:21 [TRACE] - pipewire: event fired 2022/04/06 17:09:21 [WARN] - pipewire: out of buffers 2022/04/06 17:09:21 [TRACE] - wlroots: frame destroyed 2022/04/06 17:09:21 [TRACE] - fps_limit: elapsed time since the last measurement: 28125315, target 16949152, target not met (ns) 2022/04/06 17:09:21 [TRACE] - wlroots: callbacks registered 2022/04/06 17:09:21 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:21 [TRACE] - wlroots: buffer event handler 2022/04/06 17:09:21 [TRACE] - wlroots: shm buffer exists 2022/04/06 17:09:21 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:09:21 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:09:21 [TRACE] - wlroots: frame copied 2022/04/06 17:09:21 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:21 [TRACE] - wlroots: flags event handler 2022/04/06 17:09:21 [TRACE] - wlroots: damage event handler 2022/04/06 17:09:21 [TRACE] - wlroots: ready event handler 2022/04/06 17:09:21 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:21 [TRACE] - ******************** 2022/04/06 17:09:21 [TRACE] - pipewire: event fired 2022/04/06 17:09:21 [WARN] - pipewire: out of buffers 2022/04/06 17:09:21 [TRACE] - wlroots: frame destroyed 2022/04/06 17:09:21 [TRACE] - fps_limit: elapsed time since the last measurement: 47922016, target 16949152, target not met (ns) 2022/04/06 17:09:21 [TRACE] - wlroots: callbacks registered 2022/04/06 17:09:21 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:21 [TRACE] - wlroots: buffer event handler 2022/04/06 17:09:21 [TRACE] - wlroots: shm buffer exists 2022/04/06 17:09:21 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:09:21 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:09:21 [TRACE] - wlroots: frame copied 2022/04/06 17:09:21 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:21 [TRACE] - wlroots: flags event handler 2022/04/06 17:09:21 [TRACE] - wlroots: damage event handler 2022/04/06 17:09:21 [TRACE] - wlroots: ready event handler 2022/04/06 17:09:21 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:21 [TRACE] - ******************** 2022/04/06 17:09:21 [TRACE] - pipewire: event fired 2022/04/06 17:09:21 [WARN] - pipewire: out of buffers 2022/04/06 17:09:21 [TRACE] - wlroots: frame destroyed 2022/04/06 17:09:21 [TRACE] - fps_limit: elapsed time since the last measurement: 46406127, target 16949152, target not met (ns) 2022/04/06 17:09:21 [TRACE] - wlroots: callbacks registered 2022/04/06 17:09:21 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:21 [TRACE] - wlroots: buffer event handler 2022/04/06 17:09:21 [TRACE] - wlroots: shm buffer exists 2022/04/06 17:09:21 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:09:21 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:09:21 [TRACE] - wlroots: frame copied 2022/04/06 17:09:21 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:21 [TRACE] - wlroots: flags event handler 2022/04/06 17:09:21 [TRACE] - wlroots: damage event handler 2022/04/06 17:09:21 [TRACE] - wlroots: ready event handler 2022/04/06 17:09:21 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:21 [TRACE] - ******************** 2022/04/06 17:09:21 [TRACE] - pipewire: event fired 2022/04/06 17:09:21 [WARN] - pipewire: out of buffers 2022/04/06 17:09:21 [TRACE] - wlroots: frame destroyed 2022/04/06 17:09:21 [TRACE] - fps_limit: elapsed time since the last measurement: 36539725, target 16949152, target not met (ns) 2022/04/06 17:09:21 [TRACE] - wlroots: callbacks registered 2022/04/06 17:09:21 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:21 [TRACE] - wlroots: buffer event handler 2022/04/06 17:09:21 [TRACE] - wlroots: shm buffer exists 2022/04/06 17:09:21 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:09:21 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:09:21 [TRACE] - wlroots: frame copied 2022/04/06 17:09:21 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:21 [TRACE] - wlroots: flags event handler 2022/04/06 17:09:21 [TRACE] - wlroots: damage event handler 2022/04/06 17:09:21 [TRACE] - wlroots: ready event handler 2022/04/06 17:09:21 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:21 [TRACE] - ******************** 2022/04/06 17:09:21 [TRACE] - pipewire: event fired 2022/04/06 17:09:21 [WARN] - pipewire: out of buffers 2022/04/06 17:09:21 [TRACE] - wlroots: frame destroyed 2022/04/06 17:09:21 [TRACE] - fps_limit: elapsed time since the last measurement: 45136078, target 16949152, target not met (ns) 2022/04/06 17:09:21 [TRACE] - wlroots: callbacks registered 2022/04/06 17:09:21 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:21 [TRACE] - wlroots: buffer event handler 2022/04/06 17:09:21 [TRACE] - wlroots: shm buffer exists 2022/04/06 17:09:21 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:09:21 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:09:21 [TRACE] - wlroots: frame copied 2022/04/06 17:09:21 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:21 [TRACE] - wlroots: flags event handler 2022/04/06 17:09:21 [TRACE] - wlroots: damage event handler 2022/04/06 17:09:21 [TRACE] - wlroots: ready event handler 2022/04/06 17:09:21 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:21 [TRACE] - ******************** 2022/04/06 17:09:21 [TRACE] - pipewire: event fired 2022/04/06 17:09:21 [WARN] - pipewire: out of buffers 2022/04/06 17:09:21 [TRACE] - wlroots: frame destroyed 2022/04/06 17:09:21 [TRACE] - fps_limit: elapsed time since the last measurement: 41796920, target 16949152, target not met (ns) 2022/04/06 17:09:21 [TRACE] - wlroots: callbacks registered 2022/04/06 17:09:21 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:21 [TRACE] - wlroots: buffer event handler 2022/04/06 17:09:21 [TRACE] - wlroots: shm buffer exists 2022/04/06 17:09:21 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:09:21 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:09:21 [TRACE] - wlroots: frame copied 2022/04/06 17:09:21 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:21 [TRACE] - wlroots: flags event handler 2022/04/06 17:09:21 [TRACE] - wlroots: damage event handler 2022/04/06 17:09:21 [TRACE] - wlroots: ready event handler 2022/04/06 17:09:21 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:21 [TRACE] - ******************** 2022/04/06 17:09:21 [TRACE] - pipewire: event fired 2022/04/06 17:09:21 [WARN] - pipewire: out of buffers 2022/04/06 17:09:21 [TRACE] - wlroots: frame destroyed 2022/04/06 17:09:21 [TRACE] - fps_limit: elapsed time since the last measurement: 31924113, target 16949152, target not met (ns) 2022/04/06 17:09:21 [TRACE] - wlroots: callbacks registered 2022/04/06 17:09:21 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:21 [TRACE] - wlroots: buffer event handler 2022/04/06 17:09:21 [TRACE] - wlroots: shm buffer exists 2022/04/06 17:09:21 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:09:21 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:09:21 [TRACE] - wlroots: frame copied 2022/04/06 17:09:21 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:21 [TRACE] - wlroots: flags event handler 2022/04/06 17:09:21 [TRACE] - wlroots: damage event handler 2022/04/06 17:09:21 [TRACE] - wlroots: ready event handler 2022/04/06 17:09:21 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:21 [TRACE] - ******************** 2022/04/06 17:09:21 [TRACE] - pipewire: event fired 2022/04/06 17:09:21 [WARN] - pipewire: out of buffers 2022/04/06 17:09:21 [TRACE] - wlroots: frame destroyed 2022/04/06 17:09:21 [TRACE] - fps_limit: elapsed time since the last measurement: 34018029, target 16949152, target not met (ns) 2022/04/06 17:09:21 [TRACE] - wlroots: callbacks registered 2022/04/06 17:09:21 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:21 [TRACE] - wlroots: buffer event handler 2022/04/06 17:09:21 [TRACE] - wlroots: shm buffer exists 2022/04/06 17:09:21 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:09:21 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:09:21 [TRACE] - wlroots: frame copied 2022/04/06 17:09:21 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:21 [TRACE] - wlroots: flags event handler 2022/04/06 17:09:21 [TRACE] - wlroots: damage event handler 2022/04/06 17:09:21 [TRACE] - wlroots: ready event handler 2022/04/06 17:09:21 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:21 [TRACE] - ******************** 2022/04/06 17:09:21 [TRACE] - pipewire: event fired 2022/04/06 17:09:21 [WARN] - pipewire: out of buffers 2022/04/06 17:09:21 [TRACE] - wlroots: frame destroyed 2022/04/06 17:09:21 [TRACE] - fps_limit: elapsed time since the last measurement: 33221476, target 16949152, target not met (ns) 2022/04/06 17:09:21 [TRACE] - wlroots: callbacks registered 2022/04/06 17:09:21 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:21 [TRACE] - wlroots: buffer event handler 2022/04/06 17:09:21 [TRACE] - wlroots: shm buffer exists 2022/04/06 17:09:21 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:09:21 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:09:21 [TRACE] - wlroots: frame copied 2022/04/06 17:09:21 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:21 [TRACE] - wlroots: flags event handler 2022/04/06 17:09:21 [TRACE] - wlroots: damage event handler 2022/04/06 17:09:21 [TRACE] - wlroots: ready event handler 2022/04/06 17:09:21 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:21 [TRACE] - ******************** 2022/04/06 17:09:21 [TRACE] - pipewire: event fired 2022/04/06 17:09:21 [WARN] - pipewire: out of buffers 2022/04/06 17:09:21 [TRACE] - wlroots: frame destroyed 2022/04/06 17:09:21 [TRACE] - fps_limit: elapsed time since the last measurement: 32471078, target 16949152, target not met (ns) 2022/04/06 17:09:21 [TRACE] - wlroots: callbacks registered 2022/04/06 17:09:21 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:21 [TRACE] - wlroots: buffer event handler 2022/04/06 17:09:21 [TRACE] - wlroots: shm buffer exists 2022/04/06 17:09:21 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:09:21 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:09:21 [TRACE] - wlroots: frame copied 2022/04/06 17:09:21 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:21 [TRACE] - wlroots: flags event handler 2022/04/06 17:09:21 [TRACE] - wlroots: damage event handler 2022/04/06 17:09:21 [TRACE] - wlroots: ready event handler 2022/04/06 17:09:21 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:21 [TRACE] - ******************** 2022/04/06 17:09:21 [TRACE] - pipewire: event fired 2022/04/06 17:09:21 [WARN] - pipewire: out of buffers 2022/04/06 17:09:21 [TRACE] - wlroots: frame destroyed 2022/04/06 17:09:21 [TRACE] - fps_limit: elapsed time since the last measurement: 24370158, target 16949152, target not met (ns) 2022/04/06 17:09:21 [TRACE] - wlroots: callbacks registered 2022/04/06 17:09:21 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:21 [TRACE] - wlroots: buffer event handler 2022/04/06 17:09:21 [TRACE] - wlroots: shm buffer exists 2022/04/06 17:09:21 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:09:21 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:09:21 [TRACE] - wlroots: frame copied 2022/04/06 17:09:21 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:21 [INFO] - pipewire: stream state changed to "paused" 2022/04/06 17:09:21 [INFO] - pipewire: node id is 43 2022/04/06 17:09:21 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:21 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:21 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:21 [TRACE] - wlroots: flags event handler 2022/04/06 17:09:21 [TRACE] - wlroots: damage event handler 2022/04/06 17:09:21 [TRACE] - wlroots: ready event handler 2022/04/06 17:09:21 [TRACE] - wlroots: frame destroyed 2022/04/06 17:09:21 [TRACE] - fps_limit: elapsed time since the last measurement: 77883762, target 16949152, target not met (ns) 2022/04/06 17:09:21 [TRACE] - wlroots: callbacks registered 2022/04/06 17:09:21 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:21 [TRACE] - wlroots: buffer event handler 2022/04/06 17:09:21 [TRACE] - wlroots: shm buffer exists 2022/04/06 17:09:21 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:09:21 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:09:21 [TRACE] - wlroots: frame copied 2022/04/06 17:09:21 [TRACE] - event-loop: got dbus event 2022/04/06 17:09:21 [INFO] - dbus: session closed 2022/04/06 17:09:21 [DEBUG] - dbus: destroying session 0x56055e6f8cd0 2022/04/06 17:09:21 [DEBUG] - xdpw: screencast instance 0x56055e6f8920 now has 0 references 2022/04/06 17:09:21 [TRACE] - event-loop: got wayland event 2022/04/06 17:09:21 [TRACE] - wlroots: flags event handler 2022/04/06 17:09:21 [TRACE] - wlroots: damage event handler 2022/04/06 17:09:21 [TRACE] - wlroots: ready event handler 2022/04/06 17:09:21 [TRACE] - xdpw: simple_frame buffer destroyed 2022/04/06 17:09:21 [TRACE] - wlroots: frame destroyed 2022/04/06 17:09:21 [DEBUG] - xdpw: destroying cast instance 2022/04/06 17:09:21 [DEBUG] - pipewire: destroying stream 2022/04/06 17:09:21 [TRACE] - pipewire: remove buffer event handle 2022/04/06 17:09:21 [TRACE] - pipewire: stream parameters changed 2022/04/06 17:09:21 [INFO] - pipewire: stream state changed to "unconnected" 2022/04/06 17:09:21 [INFO] - pipewire: node id is -1 2022/04/06 17:09:21 [TRACE] - event-loop: got pipewire event 2022/04/06 17:09:21 [TRACE] - event-loop: got pipewire event ```
guyfedwards commented 2 years ago

I just tried with xdg-desktop-portal-wlr-git v0.5.0.r31.gce9d77c-1 and same issue but different logs.

/usr/lib/xdg-desktop-portal-wlr -l TRACE
Log output ``` 2022/04/06 17:22:27 [TRACE] - config: trying config file /home/guy/.config/xdg-desktop-portal-wlr/config 2022/04/06 17:22:27 [TRACE] - config: trying config file /etc/xdg/xdg-desktop-portal-wlr/config 2022/04/06 17:22:27 [ERROR] - config: no config file found 2022/04/06 17:22:27 [DEBUG] - config: outputname: (null) 2022/04/06 17:22:27 [DEBUG] - config: max_fps: 0.000000 2022/04/06 17:22:27 [DEBUG] - config: exec_before: (null) 2022/04/06 17:22:27 [DEBUG] - config: exec_after: (null) 2022/04/06 17:22:27 [DEBUG] - config: chooser_cmd: (null) 2022/04/06 17:22:27 [DEBUG] - config: chooser_type: default 2022/04/06 17:22:27 [DEBUG] - dbus: connected 2022/04/06 17:22:27 [DEBUG] - wlroots: wl_display connected 2022/04/06 17:22:27 [DEBUG] - pipewire: pw_loop created 2022/04/06 17:22:27 [DEBUG] - pipewire: establishing connection to core 2022/04/06 17:22:27 [DEBUG] - wlroots: interface to register wl_shm (Version: 1) 2022/04/06 17:22:27 [DEBUG] - wlroots: |-- registered to interface wl_shm (Version 1) 2022/04/06 17:22:27 [DEBUG] - wlroots: interface to register wl_drm (Version: 2) 2022/04/06 17:22:27 [DEBUG] - wlroots: interface to register zwp_linux_dmabuf_v1 (Version: 4) 2022/04/06 17:22:27 [DEBUG] - wlroots: interface to register wl_compositor (Version: 4) 2022/04/06 17:22:27 [DEBUG] - wlroots: interface to register wl_subcompositor (Version: 1) 2022/04/06 17:22:27 [DEBUG] - wlroots: interface to register wl_data_device_manager (Version: 3) 2022/04/06 17:22:27 [DEBUG] - wlroots: interface to register zwlr_gamma_control_manager_v1 (Version: 1) 2022/04/06 17:22:27 [DEBUG] - wlroots: interface to register zxdg_output_manager_v1 (Version: 3) 2022/04/06 17:22:27 [DEBUG] - wlroots: |-- registered to interface zxdg_output_manager_v1 (Version 3) 2022/04/06 17:22:27 [DEBUG] - wlroots: interface to register org_kde_kwin_idle (Version: 1) 2022/04/06 17:22:27 [DEBUG] - wlroots: interface to register zwp_idle_inhibit_manager_v1 (Version: 1) 2022/04/06 17:22:27 [DEBUG] - wlroots: interface to register zwlr_layer_shell_v1 (Version: 4) 2022/04/06 17:22:27 [DEBUG] - wlroots: interface to register xdg_wm_base (Version: 2) 2022/04/06 17:22:27 [DEBUG] - wlroots: interface to register zwp_tablet_manager_v2 (Version: 1) 2022/04/06 17:22:27 [DEBUG] - wlroots: interface to register org_kde_kwin_server_decoration_manager (Version: 1) 2022/04/06 17:22:27 [DEBUG] - wlroots: interface to register zxdg_decoration_manager_v1 (Version: 1) 2022/04/06 17:22:27 [DEBUG] - wlroots: interface to register zwp_relative_pointer_manager_v1 (Version: 1) 2022/04/06 17:22:27 [DEBUG] - wlroots: interface to register zwp_pointer_constraints_v1 (Version: 1) 2022/04/06 17:22:27 [DEBUG] - wlroots: interface to register wp_presentation (Version: 1) 2022/04/06 17:22:27 [DEBUG] - wlroots: interface to register zwlr_output_manager_v1 (Version: 2) 2022/04/06 17:22:27 [DEBUG] - wlroots: interface to register zwlr_output_power_manager_v1 (Version: 1) 2022/04/06 17:22:27 [DEBUG] - wlroots: interface to register zwp_input_method_manager_v2 (Version: 1) 2022/04/06 17:22:27 [DEBUG] - wlroots: interface to register zwp_text_input_manager_v3 (Version: 1) 2022/04/06 17:22:27 [DEBUG] - wlroots: interface to register zwlr_foreign_toplevel_manager_v1 (Version: 3) 2022/04/06 17:22:27 [DEBUG] - wlroots: interface to register wp_drm_lease_device_v1 (Version: 1) 2022/04/06 17:22:27 [DEBUG] - wlroots: interface to register zwlr_export_dmabuf_manager_v1 (Version: 1) 2022/04/06 17:22:27 [DEBUG] - wlroots: interface to register zwlr_screencopy_manager_v1 (Version: 3) 2022/04/06 17:22:27 [DEBUG] - wlroots: |-- registered to interface zwlr_screencopy_manager_v1 (Version 3) 2022/04/06 17:22:27 [DEBUG] - wlroots: interface to register zwlr_data_control_manager_v1 (Version: 2) 2022/04/06 17:22:27 [DEBUG] - wlroots: interface to register zwp_primary_selection_device_manager_v1 (Version: 1) 2022/04/06 17:22:27 [DEBUG] - wlroots: interface to register wp_viewporter (Version: 1) 2022/04/06 17:22:27 [DEBUG] - wlroots: interface to register zxdg_exporter_v1 (Version: 1) 2022/04/06 17:22:27 [DEBUG] - wlroots: interface to register zxdg_importer_v1 (Version: 1) 2022/04/06 17:22:27 [DEBUG] - wlroots: interface to register zxdg_exporter_v2 (Version: 1) 2022/04/06 17:22:27 [DEBUG] - wlroots: interface to register zxdg_importer_v2 (Version: 1) 2022/04/06 17:22:27 [DEBUG] - wlroots: interface to register xdg_activation_v1 (Version: 1) 2022/04/06 17:22:27 [DEBUG] - wlroots: interface to register zwp_virtual_keyboard_manager_v1 (Version: 1) 2022/04/06 17:22:27 [DEBUG] - wlroots: interface to register zwlr_virtual_pointer_manager_v1 (Version: 2) 2022/04/06 17:22:27 [DEBUG] - wlroots: interface to register zwlr_input_inhibit_manager_v1 (Version: 1) 2022/04/06 17:22:27 [DEBUG] - wlroots: interface to register zwp_keyboard_shortcuts_inhibit_manager_v1 (Version: 1) 2022/04/06 17:22:27 [DEBUG] - wlroots: interface to register wl_seat (Version: 7) 2022/04/06 17:22:27 [DEBUG] - wlroots: interface to register zwp_pointer_gestures_v1 (Version: 3) 2022/04/06 17:22:27 [DEBUG] - wlroots: interface to register wl_output (Version: 4) 2022/04/06 17:22:27 [DEBUG] - wlroots: |-- registered to interface wl_output (Version 1) 2022/04/06 17:22:27 [DEBUG] - wayland: registry listeners run 2022/04/06 17:22:27 [DEBUG] - wayland: xdg output listeners run 2022/04/06 17:22:27 [TRACE] - event-loop: got pipewire event 2022/04/06 17:22:27 [TRACE] - event-loop: got pipewire event 2022/04/06 17:22:52 [TRACE] - event-loop: got dbus event 2022/04/06 17:22:52 [TRACE] - event-loop: got dbus event 2022/04/06 17:22:52 [TRACE] - event-loop: got dbus event 2022/04/06 17:22:52 [INFO] - dbus: create session method invoked 2022/04/06 17:22:52 [INFO] - dbus: request_handle: /org/freedesktop/portal/desktop/request/1_2326/webrtc1897603590 2022/04/06 17:22:52 [INFO] - dbus: session_handle: /org/freedesktop/portal/desktop/session/1_2326/webrtc_session1648875026 2022/04/06 17:22:52 [INFO] - dbus: app_id: 2022/04/06 17:22:52 [TRACE] - event-loop: got dbus event 2022/04/06 17:22:52 [TRACE] - event-loop: got dbus event 2022/04/06 17:22:52 [INFO] - dbus: select sources method invoked 2022/04/06 17:22:52 [INFO] - dbus: request_handle: /org/freedesktop/portal/desktop/request/1_2326/webrtc303334478 2022/04/06 17:22:52 [INFO] - dbus: session_handle: /org/freedesktop/portal/desktop/session/1_2326/webrtc_session1648875026 2022/04/06 17:22:52 [INFO] - dbus: app_id: 2022/04/06 17:22:52 [INFO] - dbus: option types:3 2022/04/06 17:22:52 [INFO] - dbus: option multiple: 0 2022/04/06 17:22:52 [DEBUG] - dbus: select sources: found matching session /org/freedesktop/portal/desktop/session/1_2326/webrtc_session1648875026 2022/04/06 17:22:52 [INFO] - wlroots: capturable output: Ancor Communications Inc model: ROG PG279Q: id: 46 name: HDMI-A-1 2022/04/06 17:22:52 [DEBUG] - wlroots: output chooser called 2022/04/06 17:22:52 [DEBUG] - wlroots: output chooser called 2022/04/06 17:22:52 [TRACE] - exec chooser called: cmd slurp -f %o -or, pipe chooser_in (14,15), pipe chooser_out (16,17) 2022/04/06 17:22:58 [TRACE] - wlroots: output chooser slurp -f %o -or selects output HDMI-A-1 2022/04/06 17:22:58 [DEBUG] - wlroots: output chooser selects HDMI-A-1 2022/04/06 17:22:58 [INFO] - xdpw: screencast instance 0x557f12d87920 has 1 references 2022/04/06 17:22:58 [INFO] - xdpw: 1 active screencast instances 2022/04/06 17:22:58 [INFO] - wlroots: output: HDMI-A-1 2022/04/06 17:22:58 [TRACE] - event-loop: got dbus event 2022/04/06 17:22:58 [TRACE] - event-loop: got dbus event 2022/04/06 17:22:58 [INFO] - dbus: start method invoked 2022/04/06 17:22:58 [INFO] - dbus: request_handle: /org/freedesktop/portal/desktop/request/1_2326/webrtc145936611 2022/04/06 17:22:58 [INFO] - dbus: session_handle: /org/freedesktop/portal/desktop/session/1_2326/webrtc_session1648875026 2022/04/06 17:22:58 [INFO] - dbus: app_id: 2022/04/06 17:22:58 [INFO] - dbus: parent_window: 2022/04/06 17:22:58 [DEBUG] - dbus: start: found matching session /org/freedesktop/portal/desktop/session/1_2326/webrtc_session1648875026 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [INFO] - pipewire: stream state changed to "connecting" 2022/04/06 17:22:58 [INFO] - pipewire: node id is -1 2022/04/06 17:22:58 [INFO] - pipewire: stream state changed to "paused" 2022/04/06 17:22:58 [INFO] - pipewire: node id is 43 2022/04/06 17:22:58 [DEBUG] - dbus: start: returning node 43 2022/04/06 17:22:58 [TRACE] - event-loop: got pipewire event 2022/04/06 17:22:58 [TRACE] - event-loop: got pipewire event 2022/04/06 17:22:58 [TRACE] - event-loop: got pipewire event 2022/04/06 17:22:58 [TRACE] - event-loop: got pipewire event 2022/04/06 17:22:58 [TRACE] - pipewire: stream parameters changed 2022/04/06 17:22:58 [TRACE] - event-loop: got pipewire event 2022/04/06 17:22:58 [TRACE] - pipewire: add buffer event handle 2022/04/06 17:22:58 [TRACE] - pipewire: selected buffertype 2 2022/04/06 17:22:58 [TRACE] - pipewire: add buffer event handle 2022/04/06 17:22:58 [TRACE] - pipewire: selected buffertype 2 2022/04/06 17:22:58 [TRACE] - event-loop: got pipewire event 2022/04/06 17:22:58 [TRACE] - event-loop: got pipewire event 2022/04/06 17:22:58 [INFO] - pipewire: stream state changed to "streaming" 2022/04/06 17:22:58 [INFO] - pipewire: node id is 43 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got pipewire event 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [TRACE] - wlroots: frame copied 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: flags event handler 2022/04/06 17:22:58 [TRACE] - wlroots: damage event handler 2022/04/06 17:22:58 [TRACE] - wlroots: ready event handler 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - pipewire: swapping buffers 2022/04/06 17:22:58 [TRACE] - pipewire: enqueueing buffer 2022/04/06 17:22:58 [TRACE] - ******************** 2022/04/06 17:22:58 [TRACE] - pipewire: fd 21 2022/04/06 17:22:58 [TRACE] - pipewire: size 14745600 2022/04/06 17:22:58 [TRACE] - pipewire: stride 10240 2022/04/06 17:22:58 [TRACE] - pipewire: width 2560 2022/04/06 17:22:58 [TRACE] - pipewire: height 1440 2022/04/06 17:22:58 [TRACE] - pipewire: y_invert 0 2022/04/06 17:22:58 [TRACE] - ******************** 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [TRACE] - fps_limit: elapsed time since the last measurement: 60339390, target 16949152, target not met (ns) 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - wlroots: frame copied 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: flags event handler 2022/04/06 17:22:58 [TRACE] - wlroots: damage event handler 2022/04/06 17:22:58 [TRACE] - wlroots: ready event handler 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - pipewire: swapping buffers 2022/04/06 17:22:58 [TRACE] - pipewire: enqueueing buffer 2022/04/06 17:22:58 [TRACE] - ******************** 2022/04/06 17:22:58 [TRACE] - pipewire: fd 23 2022/04/06 17:22:58 [TRACE] - pipewire: size 14745600 2022/04/06 17:22:58 [TRACE] - pipewire: stride 10240 2022/04/06 17:22:58 [TRACE] - pipewire: width 2560 2022/04/06 17:22:58 [TRACE] - pipewire: height 1440 2022/04/06 17:22:58 [TRACE] - pipewire: y_invert 0 2022/04/06 17:22:58 [TRACE] - ******************** 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [WARN] - pipewire: out of buffers 2022/04/06 17:22:58 [TRACE] - fps_limit: elapsed time since the last measurement: 64185635, target 16949152, target not met (ns) 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [WARN] - pipewire: out of buffers 2022/04/06 17:22:58 [WARN] - wlroots: no current buffer 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [WARN] - pipewire: out of buffers 2022/04/06 17:22:58 [WARN] - wlroots: no current buffer 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [WARN] - pipewire: out of buffers 2022/04/06 17:22:58 [WARN] - wlroots: no current buffer 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [WARN] - pipewire: out of buffers 2022/04/06 17:22:58 [WARN] - wlroots: no current buffer 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [WARN] - pipewire: out of buffers 2022/04/06 17:22:58 [WARN] - wlroots: no current buffer 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [WARN] - pipewire: out of buffers 2022/04/06 17:22:58 [WARN] - wlroots: no current buffer 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [WARN] - pipewire: out of buffers 2022/04/06 17:22:58 [WARN] - wlroots: no current buffer 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [WARN] - pipewire: out of buffers 2022/04/06 17:22:58 [WARN] - wlroots: no current buffer 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [WARN] - pipewire: out of buffers 2022/04/06 17:22:58 [WARN] - wlroots: no current buffer 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [WARN] - pipewire: out of buffers 2022/04/06 17:22:58 [WARN] - wlroots: no current buffer 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [WARN] - pipewire: out of buffers 2022/04/06 17:22:58 [WARN] - wlroots: no current buffer 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [WARN] - pipewire: out of buffers 2022/04/06 17:22:58 [WARN] - wlroots: no current buffer 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [WARN] - pipewire: out of buffers 2022/04/06 17:22:58 [WARN] - wlroots: no current buffer 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [WARN] - pipewire: out of buffers 2022/04/06 17:22:58 [WARN] - wlroots: no current buffer 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [WARN] - pipewire: out of buffers 2022/04/06 17:22:58 [WARN] - wlroots: no current buffer 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [WARN] - pipewire: out of buffers 2022/04/06 17:22:58 [WARN] - wlroots: no current buffer 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [WARN] - pipewire: out of buffers 2022/04/06 17:22:58 [WARN] - wlroots: no current buffer 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [WARN] - pipewire: out of buffers 2022/04/06 17:22:58 [WARN] - wlroots: no current buffer 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [WARN] - pipewire: out of buffers 2022/04/06 17:22:58 [WARN] - wlroots: no current buffer 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [WARN] - pipewire: out of buffers 2022/04/06 17:22:58 [WARN] - wlroots: no current buffer 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [WARN] - pipewire: out of buffers 2022/04/06 17:22:58 [WARN] - wlroots: no current buffer 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [WARN] - pipewire: out of buffers 2022/04/06 17:22:58 [WARN] - wlroots: no current buffer 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [WARN] - pipewire: out of buffers 2022/04/06 17:22:58 [WARN] - wlroots: no current buffer 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [WARN] - pipewire: out of buffers 2022/04/06 17:22:58 [WARN] - wlroots: no current buffer 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [WARN] - pipewire: out of buffers 2022/04/06 17:22:58 [WARN] - wlroots: no current buffer 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [WARN] - pipewire: out of buffers 2022/04/06 17:22:58 [WARN] - wlroots: no current buffer 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [WARN] - pipewire: out of buffers 2022/04/06 17:22:58 [WARN] - wlroots: no current buffer 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [WARN] - pipewire: out of buffers 2022/04/06 17:22:58 [WARN] - wlroots: no current buffer 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [WARN] - pipewire: out of buffers 2022/04/06 17:22:58 [WARN] - wlroots: no current buffer 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [WARN] - pipewire: out of buffers 2022/04/06 17:22:58 [WARN] - wlroots: no current buffer 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [WARN] - pipewire: out of buffers 2022/04/06 17:22:58 [WARN] - wlroots: no current buffer 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [WARN] - pipewire: out of buffers 2022/04/06 17:22:58 [WARN] - wlroots: no current buffer 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [WARN] - pipewire: out of buffers 2022/04/06 17:22:58 [WARN] - wlroots: no current buffer 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [WARN] - pipewire: out of buffers 2022/04/06 17:22:58 [WARN] - wlroots: no current buffer 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [WARN] - pipewire: out of buffers 2022/04/06 17:22:58 [WARN] - wlroots: no current buffer 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [WARN] - pipewire: out of buffers 2022/04/06 17:22:58 [WARN] - wlroots: no current buffer 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [WARN] - pipewire: out of buffers 2022/04/06 17:22:58 [WARN] - wlroots: no current buffer 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [WARN] - pipewire: out of buffers 2022/04/06 17:22:58 [WARN] - wlroots: no current buffer 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [WARN] - pipewire: out of buffers 2022/04/06 17:22:58 [WARN] - wlroots: no current buffer 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [WARN] - pipewire: out of buffers 2022/04/06 17:22:58 [WARN] - wlroots: no current buffer 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [WARN] - pipewire: out of buffers 2022/04/06 17:22:58 [WARN] - wlroots: no current buffer 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [WARN] - pipewire: out of buffers 2022/04/06 17:22:58 [WARN] - wlroots: no current buffer 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [WARN] - pipewire: out of buffers 2022/04/06 17:22:58 [WARN] - wlroots: no current buffer 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [WARN] - pipewire: out of buffers 2022/04/06 17:22:58 [WARN] - wlroots: no current buffer 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [WARN] - pipewire: out of buffers 2022/04/06 17:22:58 [WARN] - wlroots: no current buffer 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [WARN] - pipewire: out of buffers 2022/04/06 17:22:58 [WARN] - wlroots: no current buffer 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [WARN] - pipewire: out of buffers 2022/04/06 17:22:58 [WARN] - wlroots: no current buffer 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:58 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:58 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:58 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:58 [WARN] - pipewire: out of buffers 2022/04/06 17:22:58 [WARN] - wlroots: no current buffer 2022/04/06 17:22:58 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:58 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:58 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:58 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:58 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed 2022/04/06 17:22:59 [TRACE] - wlroots: start screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: callbacks registered 2022/04/06 17:22:59 [TRACE] - event-loop: got wayland event 2022/04/06 17:22:59 [TRACE] - wlroots: buffer event handler 2022/04/06 17:22:59 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:22:59 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:22:59 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:22:59 [WARN] - pipewire: out of buffers 2022/04/06 17:22:59 [WARN] - wlroots: no current buffer 2022/04/06 17:22:59 [TRACE] - wlroots: finish screencopy 2022/04/06 17:22:59 [TRACE] - wlroots: frame destroyed ... thousands more repeated lines 2022/04/06 17:23:06 [TRACE] - wlroots: start screencopy 2022/04/06 17:23:06 [TRACE] - wlroots: callbacks registered 2022/04/06 17:23:06 [TRACE] - event-loop: got pipewire event 2022/04/06 17:23:06 [INFO] - pipewire: stream state changed to "paused" 2022/04/06 17:23:06 [INFO] - pipewire: node id is 43 2022/04/06 17:23:06 [TRACE] - pipewire: enqueueing buffer 2022/04/06 17:23:06 [WARN] - pipewire: no buffer to queue 2022/04/06 17:23:06 [TRACE] - event-loop: got dbus event 2022/04/06 17:23:06 [INFO] - dbus: session closed 2022/04/06 17:23:06 [DEBUG] - dbus: destroying session 0x557f12d87cd0 2022/04/06 17:23:06 [DEBUG] - xdpw: screencast instance 0x557f12d87920 now has 0 references 2022/04/06 17:23:06 [TRACE] - xdpw: screencast instance still streaming, set quit flag 2022/04/06 17:23:06 [TRACE] - event-loop: got wayland event 2022/04/06 17:23:06 [TRACE] - wlroots: buffer event handler 2022/04/06 17:23:06 [TRACE] - wlroots: linux_dmabuf event handler 2022/04/06 17:23:06 [TRACE] - wlroots: buffer_done event handler 2022/04/06 17:23:06 [TRACE] - pipewire: dequeueing buffer 2022/04/06 17:23:06 [WARN] - pipewire: out of buffers 2022/04/06 17:23:06 [WARN] - wlroots: no current buffer 2022/04/06 17:23:06 [TRACE] - wlroots: finish screencopy 2022/04/06 17:23:06 [TRACE] - wlroots: frame destroyed 2022/04/06 17:23:06 [DEBUG] - xdpw: destroying cast instance 2022/04/06 17:23:06 [DEBUG] - pipewire: destroying stream 2022/04/06 17:23:06 [TRACE] - pipewire: remove buffer event handle 2022/04/06 17:23:06 [TRACE] - pipewire: remove buffer event handle 2022/04/06 17:23:06 [TRACE] - pipewire: stream parameters changed 2022/04/06 17:23:06 [INFO] - pipewire: stream state changed to "unconnected" 2022/04/06 17:23:06 [INFO] - pipewire: node id is -1 2022/04/06 17:23:06 [TRACE] - event-loop: got pipewire event 2022/04/06 17:23:06 [TRACE] - event-loop: got pipewire event ```
columbarius commented 2 years ago

Can you please check if firefox has the same issue? Can reproduce it with chromium on my system.

dom0 commented 2 years ago

I have same issue on my system (Void Linux + sway 1.7). Firefox (v98.0.1 and v99.0) is not affected

columbarius commented 2 years ago

Your best bet is to build chromium with debug symbols and get a stacktrace from it. Firefox has a nice bisect tool, don't know if chromium has something similar.

Zhou-Yicheng commented 2 years ago

I tried the google chrome beta (Version 101.0.4951.26) and I could share the whole screen or single tab without crash.

guyfedwards commented 2 years ago

Can confirm this is fixed in google chrome beta Version 102.0.4987.0 (Official Build) dev (64-bit)

paolomainardi commented 2 years ago

@guyfedwards thanks, i'll try it, not sure how to install it on Arch the current beta is "google-chrome-beta-101.0.4951.26-1"

guyfedwards commented 2 years ago

@paolomainardi From comments above it looks like chrome 101 will fix it but if you want 102 on arch you can install the google-chrome-dev package which is currently at 102.0.4987.0-1 which I am running

paolomainardi commented 2 years ago

@guyfedwards trying it now and the crash disappeared, but screensharing is broken, i see just a blank screen even tho all the variables (which previously worked) are in place.

image

UPDATE:

I needed to manually enable: chrome://flags/#enable-webrtc-pipewire-capturer then it worked like a charm, not i should just understand how i can use my chrome profile under the beta one. Thanks!