You are not logged in.
[SOLUTION: Downgrade curl]
Davinci Resolve 16.2.7-1 (installed from the davinci-resolve AUR package) refuses to launch past the initial setup screen, giving the following error:
resolve: AppConfig.cpp:180: void AppConfig::LoadAllSiteInfo(): Assertion `m_SiteEnabledIdx > 0' failed.
(Full log with --verbose option: https://pastebin.com/uadZ4V7e)
The package nvidia-opencl is installed on my system, so it's not causing the issue.
I'm running Resolve on a laptop with a dedicated Nvidia GPU running the xorg instance through the Intel GPU via Optimus Manager:
[$] glxinfo | grep -i vendor
server glx vendor string: NVIDIA Corporation
client glx vendor string: NVIDIA Corporation
OpenGL vendor string: NVIDIA Corporation
I'm running resolve on the following machine:
Kernel: Linux archlinux 5.9.14-arch1-1
CPU: Intel i5-8300H (8) @ 4.000GHz
GPU: Intel UHD Graphics 630
GPU: NVIDIA GeForce GTX 1050 Mobile
Nvidia Driver version: nvidia 455.45.01-7
Any idea what could be causing this issue?
Last edited by AleDenshi (2020-12-16 09:56:41)
Offline
Offline
Thanks! Turned out I had to downgrade the curl package and now it works perfectly fine.
Offline
After a couple of hours trying to debug this problem, I can confirm that downgrading curl (from 7.74.0-1 to 7.73.0-1) solves the issue:
sudo pacman -U /var/cache/pacman/pkg/curl-7.73.0-1-x86_64.pkg.tar.zst
It is worth to note that blocking curl updates is also necessary, until a proper fix is found (by adding curl to the IgnorePkg section of /etc/pacman.conf).
Thanks for the trick!
Offline
I also had the same problem and this fixed it for me. Thank you. Can anyone explain why this happens? Is it something that Blackmagic should fix or is it a problem with curl?
Offline
It's a binary release that was originally linked against an older (and apparently incompatible) version of libcurl.
Offline