spacedriveapp / spacedrive

Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust.

Home Page:https://spacedrive.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Program segmentation fault on Ubuntu 22.04.3

ziloka opened this issue · comments

Describe the bug

Program segmentation faults when started.
image

Reproduction

Setup

  1. Install libfuse
  2. Downloading file Spacedrive-Updater-linux-x86_64.tar.gz
  3. Extracting file
  4. Running the program

Expected behavior

The program starts up properly and opens up some sort of GUI.

Platform and versions

user@host:~/Downloads$ pnpm --version && cargo --version && rustc --version
8.15.2
cargo 1.76.0 (c84b36747 2024-01-18)
rustc 1.76.0 (07dca489a 2024-02-04)
user@host$ cat /etc/os-release
PRETTY_NAME="Ubuntu 22.04.3 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.3 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
...

Stack trace

user@host:~/Downloads$ ./Spacedrive-0.2.3-custom-x86_64.AppImage
Running from APPIMAGE
2024-02-13T22:46:32.263342Z  INFO sd_core: core/src/lib.rs:88: Starting core with data directory '/home/user/.local/share/spacedrive'
2024-02-13T22:46:33.225604Z  INFO libp2p_swarm: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libp2p-swarm-0.44.1/src/lib.rs:365: local_peer_id=12D3KooWBjZaARFZboiM4XoyAm2P4g1SwPtak7eJvKhYnktKRozX
2024-02-13T22:46:33.388553Z  INFO sd_core::p2p::p2p_manager: core/src/p2p/p2p_manager.rs:47: Node RemoteIdentity('HHxdNTE+TsSOJhY3d25+/DcKTfKL4I6FOV54xGqpq4A') libp2p::PeerId('12D3KooWBjZaARFZboiM4XoyAm2P4g1SwPtak7eJvKhYnktKRozX') is now online listening at addresses: {}
2024-02-13T22:46:34.055361Z  INFO sd_ai::image_labeler::model: crates/ai/src/image_labeler/model/mod.rs:71: Loading mode: sd_ai::image_labeler::model::yolov8::YoloV8 from /tmp/.mount_SpaceddnMw4y/usr/share/spacedrive/models/yolov8s.onnx
2024-02-13T22:46:34.080156Z  INFO apply_execution_providers: ort::execution_providers: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ort-2.0.0-alpha.2/src/execution_providers/mod.rs:209: Successfully registered `XNNPACKExecutionProvider`
2024-02-13T22:46:37.167488Z  INFO sd_ai::image_labeler::model: crates/ai/src/image_labeler/model/mod.rs:84: Loaded model: sd_ai::image_labeler::model::yolov8::YoloV8
2024-02-13T22:46:37.191783Z  INFO sd_ai::image_labeler::actor: crates/ai/src/image_labeler/actor.rs:327: Image labeler available parallelism: 2 cores
	 "h5uxLm*XTJ.x?a*Tn!WxG*mM/!%uYvrTlRmfcjCSjJs*kElT5OGfR,nNrRE.tx$._sd._udp.local." "_sd._udp.local."
2024-02-13T22:46:37.880455Z  INFO sd_core: core/src/lib.rs:163: Spacedrive online.
2024-02-13T22:46:37.987046Z  INFO sd_desktop::tauri_plugins: apps/desktop/src-tauri/src/tauri_plugins.rs:80: Internal server listening on: http://127.0.0.1:43515 http://127.0.0.1:42805 http://127.0.0.1:37435 http://127.0.0.1:44447
Gtk-Message: 17:46:39.200: Failed to load module "canberra-gtk-module"
Gtk-Message: 17:46:39.219: Failed to load module "canberra-gtk-module"
Segmentation fault (core dumped)

Additional context

No response

commented

Updater? I think you are downloading the wrong file. You can also get the latest link from our website

I've faced same issue on Arch. Of course i've downloaded latest appimage