Link to home
Start Free TrialLog in
Avatar of Paul Quintana
Paul QuintanaFlag for United States of America

asked on

Davinci Resolve 14b2 does not start - Linux Mint 18.1

I have run through the setup for Davinci and even used a script to create a .deb. When I launch from the terminal it throws this error.

$ /opt/resolve/bin/resolve
/opt/resolve/bin/resolve: error while loading shared libraries: libOpenCL.so.1: cannot open shared object file: No such file or directory
Avatar of Chris Jones
Chris Jones
Flag of United Kingdom of Great Britain and Northern Ireland image

My first impression is that the libOpenCL library is not installed.

From:
https://askubuntu.com/questions/796770/how-to-install-libopencl-so-on-ubuntu

sudo apt update
sudo apt install ocl-icd-opencl-dev

Open in new window


If that didn't help then I also found:
http://stackoverflow.com/questions/23420814/ubuntu-14-04-opencl-intel-sdk-error-error-while-loading-shared-libraries

Let us know if either of those helped.
Avatar of Paul Quintana

ASKER

sudo apt update
sudo apt install ocl-icd-opencl-dev

This fixed the first issues. Thanks.

Now when I launch I get this
/opt/resolve/bin/resolve
ActCCMessage Already in Table: Code= 2282, Mode=  0, Level=  0, CmdKey= 8, Option= 0
ActCCMessage Already in Table: Code= c005, Mode= 13, Level=  1, CmdKey= -1, Option= 0
ActCCMessage Already in Table: Code= c006, Mode= 13, Level=  1, CmdKey= -1, Option= 0
ActCCMessage Already in Table: Code= c007, Mode= 13, Level=  1, CmdKey= -1, Option= 0
log4cxx: No appender could be found for logger (UI).
log4cxx: Please initialize the log4cxx system properly.
14.0b (#023)
Main thread starts: DACE3B40
Sorry I had not seen your response until now.

I have found a suggested solution to your issue here:
https://forum.blackmagicdesign.com/viewtopic.php?f=21&t=56878&p=327593

I solved this problem by reinstalling nVidia driver and enabling Performance mode. Although I still get same output with log4cxx error, but app launching just fine.
Did my comments help you fix the issue? Is it still there?
Last I checked it was still showing a locked button and throwing errors.
ASKER CERTIFIED SOLUTION
Avatar of Chris Jones
Chris Jones
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial