-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ENG-1286] Spacedrive fails to start after .deb
install
#1512
Comments
I have the same issue on Pop OS 22.04. When I tried running Ubuntu 22.04 uses libssl3, and version 1.1 is deprecated. See: https://askubuntu.com/a/1412746 |
Thanks for reporting this issue. I'm centralizing all the problems related to the
The linking issues likely stem from distributing a single deb package, built on Ubuntu 20.04, for all platforms. I will work on addressing this by either vendoring some of these dependencies and/or releasing multiple deb packages targeting more recent versions of Debian/Ubuntu. |
in debian 12 kde:
$ffmpeg -version
|
.deb
install.deb
install
As I understand OpenSSL is a Tauri dependency because it computes SHA256 hashes with it, so I suppose that there is no replacement for it. So, perhaps the most straightforward way to fix this, would be to provide two .deb packages. One built on an Ubuntu 20 machine, for backwards compatibility sake, and the other with Ubuntu 22. Otherwise embedding the missing libs directly could be the preferred choice. |
The |
There is a replacement for it. OpenSSL is a dependency of |
I have finished addressing the issues with the deb release. A test version with the latest changes is available here for anyone who wants to try it out and check if it installs and runs correctly. |
I’ll set up a VM and see if it works later today
|
@HeavenVolkoff Install went perfectly with my Ubuntu 23.10 VM. However, the window failed to fully load on my end. Will need someone else to confirm that this isn't a persistent issue. |
It's working on my Ubuntu 22.04 LTS ! |
There is currently an issue with webkit2gtk and software rendering (such as llvmpipe, which is normally used in VMs) in which the web content fails to render or renders incorrectly. Can you check if you are using software rendering and if so could you try running Spacedrive with hardware rendering (such as virgl) or bare meal, just to make sure this issue is unrelated with the deb itself.
EDIT: Was looking more into this issue and there seems to be a work-around. Running with |
I'll see what I can do |
Works after bare metal install of Ubuntu 23.10 @HeavenVolkoff |
Thanks to everyone that contributed to this issue report and to @gedeondoescode and @Upellift99 for the post-fix tests. If anyone has any new problem with the deb release, please fell free to open a new issue |
Describe the bug
After installing the
.deb
package, the application fails to load. After running the application from the command line, it returns the following error:spacedrive: error while loading shared libraries: libavutil.so.56: cannot open shared object file: No such file or directory
Reproduction
deb
packageExpected behavior
See the window open on the onboading page.
Platform and versions
Stack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: