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

puffin_viewer fails to start under NVIDIA Wayland. #110

Closed
marknefedov opened this issue Nov 19, 2022 · 0 comments
Closed

puffin_viewer fails to start under NVIDIA Wayland. #110

marknefedov opened this issue Nov 19, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@marknefedov
Copy link

marknefedov commented Nov 19, 2022

Describe the bug
puffin_viewer fails to start under NVIDIA Wayland.

To Reproduce
Steps to reproduce the behavior:

  1. Install puffin_viewer wirh cargo
  2. Try to run it under wayland plasma session.

Device:

  • OS: Opensuse tumbleweed
  • Nvidia driver: nvidia-525-53
  • KDE Plasma 5

Additional context
Backtrace

❯ RUST_BACKTRACE=1 puffin_viewer --url 127.0.0.1:8585
INFO [puffin_http::client] Connecting to 127.0.0.1:8585…
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: NoAvailablePixelFormat', /home/mark/.cargo/registry/src/github.com-1ecc6299db9ec823/eframe-0.19.0/src/native/run.rs:45:14
stack backtrace:
   0: rust_begin_unwind
             at /rustc/897e37553bba8b42751c67658967889d11ecd120/library/std/src/panicking.rs:584:5
   1: core::panicking::panic_fmt
             at /rustc/897e37553bba8b42751c67658967889d11ecd120/library/core/src/panicking.rs:142:14
   2: core::result::unwrap_failed
             at /rustc/897e37553bba8b42751c67658967889d11ecd120/library/core/src/result.rs:1785:5
   3: eframe::native::run::create_display
   4: eframe::native::run::glow_integration::GlowWinitApp::new
   5: std::thread::local::LocalKey<T>::with
   6: eframe::native::run::glow_integration::run_glow
   7: eframe::run_native
   8: puffin_viewer::main
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

Looks like it is an eframe bug emilk/egui#2018

@marknefedov marknefedov added the bug Something isn't working label Nov 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant