flathub / org.blender.Blender

https://flathub.org/apps/details/org.blender.Blender
17 stars 26 forks source link

Blender : libcrypt.so.1: cannot open shared object file: No such file or directory #170

Closed phil69210 closed 6 months ago

phil69210 commented 6 months ago

Hi all, Since the automatic update of the version 3.x.x to the first 4.x.x version there is an error each time I run Blender on my system. No error in previous packages (< 4.0.0). I described the problem on blender.org, but my ticket has been closed : "Only builds listed in https://www.blender.org/download/ are official builds that we support. Please report this issue to flathub instead."

Here the copy of my ticket on blender.org :

System Information Operating system: Linux Mint 21.2 x86_64 Graphics card: NVIDIA GeForce GT 1030

Blender Version Broken: 4.0.2, 9be62e85b7, 2023-12-05 Worked: less than 4.0.0

Short description of error Each time I run Blender, I get the messages :

Unsuccessful Python check. Daemon will probably failed to run [daemon_lib.py:613] Daemon is not running, add-on will not work.Error(127): unexpected Exception. Please report a bug and paste content of log /home/my-user/.var/org.blender/data/blenderkit_data/daemon/daemon-62485.log

In the daemon file : /app/blender/4.0/python/bin/python3.10: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory

The library libcrypt.so.1 is installed on my system :

/snap/core/16091/lib/i386-linux-gnu/libcrypt.so.1 /snap/core/16091/lib/x86_64-linux-gnu/libcrypt.so.1 /snap/core/16202/lib/i386-linux-gnu/libcrypt.so.1 /snap/core/16202/lib/x86_64-linux-gnu/libcrypt.so.1 /snap/core22/858/usr/lib/i386-linux-gnu/libcrypt.so.1 /snap/core22/858/usr/lib/x86_64-linux-gnu/libcrypt.so.1 /snap/core22/864/usr/lib/i386-linux-gnu/libcrypt.so.1 /snap/core22/864/usr/lib/x86_64-linux-gnu/libcrypt.so.1 /snap/gnome-42-2204/132/lib/x86_64-linux-gnu/libcrypt.so.1 /snap/gnome-42-2204/141/lib/x86_64-linux-gnu/libcrypt.so.1 /usr/lib/i386-linux-gnu/libcrypt.so.1 /usr/lib/x86_64-linux-gnu/libcrypt.so.1 /var/lib/flatpak/runtime/org.freedesktop.Sdk/x86_64/22.08/0b0b51adee93ea2dbac74801df63d19aaebb07e780674de76e0955faf130a568/files/lib/x86_64-linux-gnu/libcrypt.so.1 /var/lib/flatpak/runtime/org.gnome.Platform/x86_64/44/d5218f2cf6aa733fd9a75ce824bdebabe2daa6828677c6b2875fdaf7dfa8dd0d/files/lib/x86_64-linux-gnu/libcrypt.so.1

Exact steps for others to reproduce the error On Linux Mint 21.2 x86_64, install the last version of Blender from Flathub and run the program. The message is displayed in red at the bottom of the screen.

barthalion commented 6 months ago

Duplicate of https://github.com/flathub/org.blender.Blender/issues/166