AlduinApp / alduin

Alduin is a free and open source RSS, Atom and JSON feed reader that allows you to keep track of your favorite websites.
https://alduin.stouder.io
MIT License
301 stars 27 forks source link

[Bug] Alduin Wont Start #142

Open hbednar opened 10 months ago

hbednar commented 10 months ago

I am using Debian sid and Alduin 3.2.0 When i try to start Alduin from terminal i get the below error:

thread 'main' panicked at 'failed to connect to sqlite: Database(SqliteError { code: 14, message: "unable to open database file" })', src/main.rs:82:75 note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

When using RUST_BACKTRACE=1 alduin i get the below error:

stack backtrace:
   0: rust_begin_unwind
             at /rustc/eb26296b556cef10fb713a38f3d16b9886080f26/library/std/src/panicking.rs:593:5
   1: core::panicking::panic_fmt
             at /rustc/eb26296b556cef10fb713a38f3d16b9886080f26/library/core/src/panicking.rs:67:14
   2: core::result::unwrap_failed
             at /rustc/eb26296b556cef10fb713a38f3d16b9886080f26/library/core/src/result.rs:1651:5
   3: tokio::runtime::park::CachedParkThread::block_on
   4: tokio::runtime::context::runtime::enter_runtime
   5: tokio::runtime::runtime::Runtime::block_on
   6: core::ops::function::FnOnce::call_once{{vtable.shim}}
   7: tauri::app::Builder<R>::build
   8: tauri::app::Builder<R>::run
   9: alduin::main
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
Ygarr commented 6 months ago

My stacktrace: alduin_3.2.0_amd64.AppImage' Gtk-Message: 00:57:54.458: Failed to load module "xapp-gtk3-module" thread 'main' panicked at 'failed to connect to sqlite: Database(SqliteError { code: 14, message: "unable to open database file" })', src/main.rs:82:75 note: run with RUST_BACKTRACE=1 environment variable to display a backtrace Gtk-Message: 00:57:54.836: Failed to load module "xapp-gtk3-module" Gtk-Message: 00:57:54.836: Failed to load module "xapp-gtk3-module"

(WebKitWebProcess:1548054): Gtk-WARNING **: 00:57:54.849: Theme parsing error: gtk.css:6691:68: Invalid name of pseudo-class

(WebKitWebProcess:1548050): Gtk-WARNING **: 00:57:54.853: Theme parsing error: gtk.css:6691:68: Invalid name of pseudo-class

ddriver88 commented 1 month ago

Same exact issue here