assertion failed: validate_scale_factor(scale_factor)
Open
A-Windowing
C-Bug
O-Linux
S-Blocked
- Dominant language
- Rust
- Stars
- 48.2k
- Forks
- 4.8k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 161
Description
Using Bevy v0.6.0 on Kubuntu 21.10. rustc 1.58.1.
I just started following your nice tutorial.
```sh
cargo run --example breakout
```
exited with:
```
Running `/home/ngirard/sandboxes/rust/./target/debug/examples/breakout`
2022-01-23T20:17:11.323894Z INFO winit::platform_impl::platform::x11::window: Guessed window scale factor: 0
thread 'main' panicked at 'assertion failed: validate_scale_factor(scale_factor)', /home/ngirard/.cargo/registry/src/github.com-1ecc6299db9ec823/winit-0.26.1/src/dpi.rs:351:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
```
Cheers
Contributor guide
Assessment
This issue has not been assessed yet.