wezterm icon indicating copy to clipboard operation
wezterm copied to clipboard

Protocol error when opening new tab on GNOME

Open emilio opened this issue 4 months ago • 4 comments

What Operating System(s) are you seeing this problem on?

Linux Wayland

Which Wayland compositor or X11 Window manager(s) are you using?

Mutter

WezTerm version

wezterm 20240203-110809-5046fc22

Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?

Yes, and I updated the version box above to show the version of the nightly that I tried

Describe the bug

  • Open Wezterm
  • Ctrl + Shift + T to open a new tab.
  • Crash:
wl_surface#76: error 2: Buffer size (779x30) must be an integer multiple of the buffer_scale (2).
18:50:29.243  ERROR  wezterm_gui > running message loop: error during event_q.dispatch protocol_error=Some(ProtocolError { code: 2, object_id: 76, object_interface: "wl_surface", message: "" }): Protocol error (os error 71); terminating
warning: queue 0x5e0dedc14450 destroyed while proxies still attached:
  wl_buffer#73 still attached
  wl_buffer#72 still attached
  wl_buffer#70 still attached
  wl_buffer#75 still attached
  wl_buffer#74 still attached
  wl_callback#40 still attached
  wl_subsurface#56 still attached
  wl_surface#59 still attached
  wl_subsurface#58 still attached
  wl_surface#61 still attached
  wl_subsurface#60 still attached
  wl_surface#63 still attached
  wl_subsurface#62 still attached
  wl_surface#65 still attached
  wl_subsurface#64 still attached
  wl_surface#76 still attached
  wl_buffer#50 still attached
  wl_shm_pool#54 still attached
  wl_buffer#46 still attached
  wl_shm_pool#29 still attached
  wl_buffer#25 still attached
  wl_buffer#79 still attached
  wl_shm_pool#49 still attached
  wl_buffer#30 still attached
  wl_shm_pool#26 still attached
  xdg_wm_base#22 still attached
  wl_surface#21 still attached
  wl_data_device#18 still attached
  wl_pointer#16 still attached
  zwp_text_input_v3#15 still attached
  wl_keyboard#14 still attached
  zwp_primary_selection_device_v1#13 still attached
  zwp_primary_selection_device_manager_v1#3 still attached
  wl_data_device#12 still attached
  zwp_text_input_manager_v3#11 still attached
  wl_seat#10 still attached
  wl_subcompositor#9 still attached
  wl_data_device_manager#8 still attached
  wl_output#7 still attached
  wl_output#6 still attached
  wl_shm#5 still attached
  wl_compositor#4 still attached
  wl_registry#2 still attached

It seems it's only a warning and probably shouldn't crash the process?

To Reproduce

See above

Configuration

no config

Expected Behavior

No crash?

Logs

See above.

Anything else?

No response

emilio avatar Oct 12 '24 16:10 emilio