Skip to content

Crashes on Ubuntu 25.10 #2

@caramujotchi

Description

@caramujotchi

The program immediately crashes when I open it on Ubuntu 25.10 (64 bits, Wayland, kernel ver. Linux 6.17.0-8-generic). Upon trying to execute it on the terminal, I get the following log:

./Smarty.Pants_0.5.1_amd64.AppImage
/usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so: undefined symbol: g_task_set_static_name
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so
/usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so: undefined symbol: g_task_set_static_name
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so
/usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so: undefined symbol: g_task_set_static_name
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so
thread 'main' panicked at src/config.rs:115:25:
called Result::unwrap() on an Err value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
thread 'main' panicked at library/core/src/panicking.rs:225:5:
panic in a function that cannot unwind
stack backtrace:
0: 0x5d7fdc7449e2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hf435e8e9347709a8
1: 0x5d7fdc770673 - core::fmt::write::h0a51fad3804c5e7c
2: 0x5d7fdc73fe13 - std::io::Write::write_fmt::h9759e4151bf4a45e
3: 0x5d7fdc744832 - std::sys::backtrace::BacktraceLock::print::h1ec5ce5bb8ee285e
4: 0x5d7fdc745c76 - std::panicking::default_hook::{{closure}}::h5ffefe997a3c75e4
5: 0x5d7fdc745a79 - std::panicking::default_hook::h820c77ba0601d6bb
6: 0x5d7fdc746602 - std::panicking::rust_panic_with_hook::h8b29cbe181d50030
7: 0x5d7fdc746386 - std::panicking::begin_panic_handler::{{closure}}::h9f5b6f6dc6fde83e
8: 0x5d7fdc744ee9 - std::sys::backtrace::__rust_end_short_backtrace::hd7b0c344383b0b61
9: 0x5d7fdc74604d - __rustc[5224e6b81cd82a8f]::rust_begin_unwind
10: 0x5d7fdbbbf9ed - core::panicking::panic_nounwind_fmt::hdcc420bb84b07b49
11: 0x5d7fdbbbfa82 - core::panicking::panic_nounwind::h681d69c581350003
12: 0x5d7fdbbbfba6 - core::panicking::panic_cannot_unwind::h4320389209385803
13: 0x5d7fdbde49e1 - webkit2gtk::auto::web_context::WebContextExt::register_uri_scheme::callback_func::h5dca188ac33c0ae3
14: 0x7a93f5c835d6 -
15: 0x7a93f5bbbdfd -
16: 0x7a93f5bbc0a4 -
17: 0x7a93f56a0278 -
18: 0x7a93f56bd6e1 -
19: 0x7a93f5ad296b -
20: 0x7a93f5bf486c -
21: 0x7a93f56cb596 -
22: 0x7a93f5acd4d5 -
23: 0x7a93f5acdf9a -
24: 0x7a93f39015b2 -
25: 0x7a93f39a2e8d -
26: 0x7a93f39a3c53 -
27: 0x7a93f1f10c44 - g_main_context_dispatch
28: 0x7a93f1f662b8 -
29: 0x7a93f1f0e3e3 - g_main_context_iteration
30: 0x7a93f4648e15 - gtk_main_iteration_do
31: 0x5d7fdc5f2b1b - gtk::auto::functions::main_iteration_do::hd7ea0a9eeb8148c1
32: 0x5d7fdbf05099 - tao::platform_impl::platform::event_loop::EventLoop::run::h530d98a85a8f678f
33: 0x5d7fdbf3f4e0 - <tauri_runtime_wry::Wry as tauri_runtime::Runtime>::run::hafdaa4d65c5a80bb
34: 0x5d7fdbdd4249 - tauri::app::App::run::h33f8deb4a31a9eeb
35: 0x5d7fdbfaee92 - smartypants::main::h2d00a474804e9720
36: 0x5d7fdbdead83 - std::sys::backtrace::__rust_begin_short_backtrace::hceaa8374f0ae4108
37: 0x5d7fdbf725a9 - std::rt::lang_start::{{closure}}::h1346633978af70e0
38: 0x5d7fdc737800 - std::rt::lang_start_internal::h31bbb7f936fd6b5d
39: 0x5d7fdbfb08c5 - main
40: 0x7a93f1a2a575 - __libc_start_call_main
at ./csu/../sysdeps/nptl/libc_start_call_main.h:58:16
41: 0x7a93f1a2a628 - __libc_start_main_impl
at ./csu/../csu/libc-start.c:360:3
42: 0x5d7fdbbc03d5 - _start
43: 0x0 -
thread caused non-unwinding panic. aborting.

I get the exact same log from the .deb file. It installs successfully, but freezes and crashes as soon as I open it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions