Can't launch Davinci Resolve

Hi,

After having finally succeeded in installing NVIDIA drivers for my system (https://forum.endeavouros.com/t/help-installing-nvidia-drivers/42846/17?u=arnauld

$ git clone https://aur.archlinux.org/nvidia-470xx-utils.git
$ cd nvidia-470xx-utils/
$ curl -o PKGBUILD.diff http://ix.io/4zP5 # Download patch
$ git apply -v PKGBUILD.diff # Apply patch
$ makepkg -rsi # Build and install updated 470xx packages

, installed Davinci Resolved (downloading the installer from Blackmagic), I can’t launch Davinci.

When I run /opt/resolve/bin > ./resolve

I receive this error:

./resolve: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory

Thank you for any idea.

This is provided by the package libxcrypt-compat.

Try (re-) installing it and see if it helps.

Make sure your system is uo-to-date first:

sudo pacman -Syu

Then:

sudo pacman -S libxcrypt-compat

5 Likes

Thank you. I can launch Davinci now.

1 Like

You are welcome! Glad to hear it is working now!

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.