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

AppImage Crashing on Fedora after 2nd start

0xN0BADC0FF33 opened this issue · comments

commented

Describe the bug

If i want to start the AppImage after the first initial start and setup, Spacedrive doesn't start.

Reproduction

Download AppImage
Execute and add Folders
Close Program while generating thumbnails
Try to start again

Expected behavior

Spacedrive starts

Platform and versions

cargo 1.74.0 (ecb9851af 2023-10-18)
rustc 1.74.0 (79e9716c9 2023-11-13)

Stack trace

2023-11-29T13:53:50.162110Z  INFO sd_core: core/src/lib.rs:88: Starting core with data directory '/home/frmwrk_fedora/.local/share/spacedrive'
2023-11-29T13:53:50.257084Z  INFO sd_core::p2p::p2p_manager: core/src/p2p/p2p_manager.rs:50: Node RemoteIdentity('MZYI8Fq7PKXKsvt/cclabx0H/Jvwt7ks/b0dhNvmxW8') libp2p::PeerId('12D3KooWD9vqY5if3SBoGhk5gEsasWWCmCunQZb8z8bvWomQaVQr') is now online listening at addresses: {}
2023-11-29T13:53:51.192152Z  INFO sd_core: core/src/lib.rs:145: Spacedrive online.
2023-11-29T13:53:51.205624Z  INFO sd_desktop::tauri_plugins: apps/desktop/src-tauri/src/tauri_plugins.rs:62: Internal server listening on: http://127.0.0.1:34479
*** bit out of range 0 - FD_SETSIZE on fd_set ***: terminated

Additional context

No response

Hi, thanks for the report. This issue is already known and is being tracked in #1654 and there is already a work-around for it implemented in #1785. As soon as that PR lands, this should be solved.