You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when launching the app on kubuntu i got this error :
./Spacedrive-linux-x86_64\ \(1\).AppImage
2024-01-16T13:22:06.824142Z INFO sd_core: core/src/lib.rs:145: Spacedrive online.
2024-01-16T13:22:06.829120Z INFO sd_desktop::tauri_plugins: apps/desktop/src-tauri/src/tauri_plugins.rs:62: Internal server listening on: http://127.0.0.1:40059
*** buffer overflow detected ***: terminated
[1] 59781 IOT instruction (core dumped) ./Spacedrive-linux-x86_64\ (1).AppImage
Reproduction
on kubuntu dowload the Alpha v0.1.4 app image
Expected behavior
No response
Platform and versions
kubuntu
Stack trace
2024-01-16T13:22:05.234349Z INFO sd_core: core/src/lib.rs:88: Starting core with data directory '/home/antoine/.local/share/spacedrive'
2024-01-16T13:22:05.291379Z INFO sd_core::p2p::p2p_manager: core/src/p2p/p2p_manager.rs:50: Node RemoteIdentity('5nzeD8brNf6gSAAGMDiPbo6FPVNnNU36tDvPRU0eUzk') libp2p::PeerId('12D3KooWRL6NZxP6kv9LYuY3FTkwPyKQh6NaMzNxj4BarBbBmqjv') is now online listening at addresses: {}
2024-01-16T13:22:06.824142Z INFO sd_core: core/src/lib.rs:145: Spacedrive online.
2024-01-16T13:22:06.829120Z INFO sd_desktop::tauri_plugins: apps/desktop/src-tauri/src/tauri_plugins.rs:62: Internal server listening on: http://127.0.0.1:40059
*** buffer overflow detected ***: terminated
[1] 59781 IOT instruction (core dumped) ./Spacedrive-linux-x86_64\ \(1\).AppImage
Additional context
No response
The text was updated successfully, but these errors were encountered:
AppImages are a little unstable on the current main (#1654 is extremely similar, and there's a handful of duplicates). We have a PR to address these issues (#1785), and I'm pretty sure this bug will also be fixed with the merge of that.
I'm going to be testing the PR later manually, and then once we can get release CI builds up and running we can test it in CI and hopefully get it merged.
Describe the bug
when launching the app on kubuntu i got this error :
./Spacedrive-linux-x86_64\ \(1\).AppImage
2024-01-16T13:22:06.824142Z INFO sd_core: core/src/lib.rs:145: Spacedrive online.
2024-01-16T13:22:06.829120Z INFO sd_desktop::tauri_plugins: apps/desktop/src-tauri/src/tauri_plugins.rs:62: Internal server listening on: http://127.0.0.1:40059
*** buffer overflow detected ***: terminated
[1] 59781 IOT instruction (core dumped) ./Spacedrive-linux-x86_64\ (1).AppImage
Reproduction
on kubuntu dowload the Alpha v0.1.4 app image
Expected behavior
No response
Platform and versions
Stack trace
Additional context
No response
The text was updated successfully, but these errors were encountered: