lapce: [Linux] Failing to start with "thread 'main' panicked"
OS: Arch Linux
Rust version:
$ rustc -V
rustc 1.57.0 (f1edd0429 2021-11-29)
Toolchain:
$ rustup toolchain list
stable-x86_64-unknown-linux-gnu (default)
Commit:
5059101 - (HEAD -> master, tag: v0.0.1, origin/master, origin/HEAD) undo redo jump improvement (2021-12-01 11:43:38) <Dongdong Zhou>
Output:
$ RUST_BACKTRACE=1 target/release/lapce
start to watch path "/home/<name>/.config/lapce/settings.toml"
2021-12-14T11:12:57.482224Z DEBUG druid::localization: available locales [], current en-US
2021-12-14T11:12:57.482276Z DEBUG druid::localization: resolved: [en-US]
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: NotSupported', /home/<name>/.cargo/git/checkouts/druid-f6980810fb848923/c42de0b/druid/src/window.rs:88:55
stack backtrace:
0: rust_begin_unwind
at /rustc/f1edd0429582dd29cccacaf50fd134b05593bd9c/library/std/src/panicking.rs:517:5
1: core::panicking::panic_fmt
at /rustc/f1edd0429582dd29cccacaf50fd134b05593bd9c/library/core/src/panicking.rs:100:14
2: core::result::unwrap_failed
at /rustc/f1edd0429582dd29cccacaf50fd134b05593bd9c/library/core/src/result.rs:1616:5
3: druid::window::Window<T>::new
4: druid::win_handler::AppState<T>::build_native_window
5: druid::app::AppLauncher<T>::launch
6: lapce_core::app::lanuch
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
palette update process stopped
buffer update process stopped
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Reactions: 5
- Comments: 21 (1 by maintainers)
I get the same error with latest git version (24e9a3c).
There is another issue
Can you try again with a61d3b2966f4634ebad6b639692cffd0536d99c0?
I have the same error: Version:
Below works for me @ Linux Mint 20.2:
P. S. After that the long way to understand how to use it further… 😉
@dzhou121
Yep right now it is ok for me.
Got the same issue (also same err log) with the latest git version and both stable/nightly toolchain arch linux / x11
@channelbeta Can you post instructions to build on Linux?
It runs now, but it doesn’t render anything. I just see an empty window on my Linux system.