slint-ui / slint

Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.
https://slint.dev
Other
17.55k stars 601 forks source link

Wayland warning: `destroyed while proxies still attached:` #3794

Closed flukejones closed 1 year ago

flukejones commented 1 year ago
warning: queue 0x7f8558000d00 destroyed while proxies still attached:
  wl_data_offer@4278190081 still attached
  wl_data_device@21 still attached
  wl_seat@20 still attached
  wl_data_device_manager@19 still attached
  wl_registry@17 still attached

I'm not sure where exactly to file this bug sorry. Maybe in winit? In either case, SDL2 solves the warnings with this commit.

ogoffart commented 1 year ago

Thanks for the report.

This was already reported in https://github.com/slint-ui/slint/issues/2728 and i'm closing this as a duplicated. Even though #2728 is already closed, as mentioned in the last comment, i do not believe there is much we can do about it. If anything it would be in winit or event more upstream deps ( https://github.com/rust-windowing/winit/issues/2761 )