Closed Azer0s closed 1 year ago
I tried Fedora 38 and 39, both give the same result.
[~/Downloads] : ./DaVinci_Resolve_18.5_Linux.run -i
fish: Job 1, './DaVinci_Resolve_18.5_Linux.ru…' terminated by signal SIGSEGV (Address boundary error)
[~/Downloads] : strace ./DaVinci_Resolve_18.5_Linux.run -i
execve("./DaVinci_Resolve_18.5_Linux.run", ["./DaVinci_Resolve_18.5_Linux.run", "-i"], 0x7ffdac2cf288 /* 61 vars */) = -1 ENOENT (No such file or directory)
strace: exec: No such file or directory
+++ exited with 1 +++
Initializing the box like so
distrobox create --image quay.io/fedora/fedora:37 \
--additional-packages "unzip git iproute fuse fuse-devel libqtxdg-devel librsvg2-devel alsa-lib apr apr-util libXcursor libXi libXrandr libXtst mesa-libGLU pulseaudio-libs libXinerama polkit polkit-devel rocm-opencl libxcrypt-compat xhost" \
--nvidia \
--name resolve
then install appimagelauncher, then run xhost +
and then run DaVinci Resolve seems to work.
I want to install DaVinci Resolve 18.5 in a RockyLinux distrobox. I am running Ubuntu 22.04 & distrobox 1.5.0.2
The output is
bash: ./DaVinci_Resolve_18.5_Linux.run: No such file or directory
I checked that the file is actually there, and it is. When I do
ls
the container sees it, when I try to execute it, it doesn't.