lapce: Binaries don't work for Linux
Tested it on Fedora Linux 35
Tried both the pre-built ones and install from source
Ran it with RUST_BACKTRACE=full ./lapce in the directory containing lapce and lapce-proxy
2022-01-05T00:05:23.574145Z DEBUG hyper::client::connect::http: connecting to [2606:50c0:8001::153]:443
primitives buffer size 80000
thread 'main' panicked at 'Error in Surface::configure: requested format Bgra8UnormSrgb is not in list of supported formats: [Bgra8Unorm]', /home/username/.cargo/registry/src/github.com-1ecc6299db9ec823/wgpu-0.11.1/src/backend/direct.rs:204:9
stack backtrace:
0: 0x5612e0b561bc - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h3264ad1edb4a78ca
1: 0x5612e0b7e5ac - core::fmt::write::h85b247e856e081ad
2: 0x5612e0b4dad5 - std::io::Write::write_fmt::he3b80a66fc2ba5d3
3: 0x5612e0b58200 - std::panicking::default_hook::{{closure}}::hf2bcdea8e51c0c13
4: 0x5612e0b57db5 - std::panicking::default_hook::h8864cfaaed08e53a
5: 0x5612e0b588b4 - std::panicking::rust_panic_with_hook::hb272975096b9f3ce
6: 0x5612e0b58390 - std::panicking::begin_panic_handler::{{closure}}::hbbd6c4e11858ba52
7: 0x5612e0b56684 - std::sys_common::backtrace::__rust_end_short_backtrace::hdd56e8729123abc5
8: 0x5612e0b582f9 - rust_begin_unwind
9: 0x5612dfcc41bb - std::panicking::begin_panic_fmt::hd76138c622de6537
10: 0x5612e089b0c9 - wgpu::backend::direct::Context::handle_error_fatal::h2b53a5b30cfcf08d
11: 0x5612e089b9c2 - <wgpu::backend::direct::Context as wgpu::Context>::surface_configure::he20a1e8a34e24cbb
12: 0x5612e0796415 - piet_wgpu::WgpuRenderer::set_size::h95f62aa4f100231d
13: 0x5612dfcf5b25 - druid::window::Window<T>::new::hcdf5f948b0d20ab3
14: 0x5612dff0f91c - druid::win_handler::AppState<T>::build_native_window::h08bf5a7f5c7457b6
15: 0x5612dfe35540 - druid::app::AppLauncher<T>::launch::hdae140a75a25f2d6
16: 0x5612dfcfff6d - lapce_core::app::lanuch::h63fdae4aff85c239
17: 0x5612dfcc5753 - std::sys_common::backtrace::__rust_begin_short_backtrace::hf9f3ecc31df8f70d
18: 0x5612dfcc57a9 - std::rt::lang_start::{{closure}}::h9436d6b2c5c2d0a3
19: 0x5612e0b55e9b - std::rt::lang_start_internal::hcbc5d1079a591413
20: 0x5612dfcc5792 - main
21: 0x7fdf26fa6560 - __libc_start_call_main
22: 0x7fdf26fa660c - __libc_start_main@@GLIBC_2.34
23: 0x5612dfcc5685 - _start
24: 0x0 - <unknown>
2022-01-05T00:05:23.822030Z DEBUG hyper::client::connect::http: connected to [2606:50c0:8001::153]:443
palette update process stopped
buffer update process stopped
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 15 (5 by maintainers)
Works out of the box!
x11, archlinux, old intel graphics card building from current master with cargo build
Fedora 35, a recent integrated AMD GPU (Ryzen 7 pro 5850u):