-
-
Notifications
You must be signed in to change notification settings - Fork 157
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
bug: failed to run in Bazzite Os Fedora Silverblue #103
Comments
Thanks for reporting! Could you tell us how do you build it? Is it using flatpak or nix? |
I just use the binary release here https://web.crabnebula.cloud/verso/verso-nightly/releases |
Same error on Gentoo. |
We just updated the CI in #110 |
It launches successfully now. Although fails spectacularly after. |
Hi thanks for this nice projet
I cannot run verso because of this error
thread 'main' panicked at src/config.rs:55:24:
Can't read file: Os { code: 2, kind: NotFound, message: "No such file or directory" }
stack backtrace:
0: rust_begin_unwind
1: core::panicking::panic_fmt
2: core::result::unwrap_failed
3: <verso::config::ResourceReader as embedder_traits::resources::ResourceReaderMethods>::read
4: embedder_traits::resources::read_bytes
5: embedder_traits::resources::read_string
6: std::sys::sync::once::futex::Once::call
7: <servo_config::prefs::PREFS as core::ops::deref::Deref>::deref
8: verso::verso::Verso::new
9: verso::main
note: Some details are omitted, run with
RUST_BACKTRACE=full
for a verbose backtrace.The text was updated successfully, but these errors were encountered: