Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

proxies still attached #3413

Open
jcbritobr opened this issue Sep 28, 2023 · 1 comment
Open

proxies still attached #3413

jcbritobr opened this issue Sep 28, 2023 · 1 comment
Labels
bug Something is broken

Comments

@jcbritobr
Copy link

Hello, good afternoon,
I'm getting this warning after closing a eframe application on desktop

❯ ./eguisamp
warning: queue 0x7f7f5c000ca0 destroyed while proxies still attached:
  wl_data_offer@4278190081 still attached
  zwp_primary_selection_device_v1@50 still attached
  zwp_primary_selection_device_manager_v1@46 still attached
  wl_data_device@49 still attached
  wl_seat@48 still attached
  wl_data_device_manager@47 still attached
  wl_registry@45 still attached
warning: queue 0x559ec10e73b0 destroyed while proxies still attached:
  wl_buffer@20 still attached
  wl_buffer@56 still attached
  wl_buffer@60 still attached
  wl_buffer@42 still attached
  wl_buffer@43 still attached
  wl_buffer@55 still attached
  wl_buffer@53 still attached
  wl_buffer@62 still attached
  wl_buffer@61 still attached
  wl_shm_pool@64 still attached
  wl_subsurface@36 still attached
  wl_surface@35 still attached
  wl_subsurface@34 still attached
  wl_surface@33 still attached
  wl_subsurface@32 still attached
  wl_surface@31 still attached
  wl_subsurface@30 still attached
  wl_surface@29 still attached
  wl_subsurface@28 still attached
  wl_surface@27 still attached
  xdg_wm_base@25 still attached
  xdg_activation_v1@14 still attached
  zwp_text_input_manager_v3@13 still attached
  zwp_pointer_constraints_v1@12 still attached
  zwp_relative_pointer_manager_v1@11 still attached
  wl_seat@10 still attached

fedora 38 x64, 6.4.15-200.fc38.x86_64 linux
rust 1.72.1
egui 0.23.0

@jcbritobr jcbritobr added the bug Something is broken label Sep 28, 2023
@szabgab
Copy link

szabgab commented Feb 2, 2024

I had a similar error in my hello world application on ubuntu using rust 1.75 and egui 0.24.
Upgrading to egui 0.25 fixed it .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is broken
Projects
None yet
Development

No branches or pull requests

2 participants