0% found this document useful (0 votes)
161 views2 pages

Troubleshooting DaVinci Resolve Startup Issues

When Resolve doesn't start or exits immediately, the document provides troubleshooting steps: check the output and log files for error messages; verify all required libraries are installed without missing dependencies; and ensure the correct GPU drivers and versions are installed as Resolve requires both CUDA and OpenCL libraries even when using CUDA.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
161 views2 pages

Troubleshooting DaVinci Resolve Startup Issues

When Resolve doesn't start or exits immediately, the document provides troubleshooting steps: check the output and log files for error messages; verify all required libraries are installed without missing dependencies; and ensure the correct GPU drivers and versions are installed as Resolve requires both CUDA and OpenCL libraries even when using CUDA.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

When Resolve doesn't start at all or exits

immediately
[Link] resolve from a prompt (/opt/resolve/bin/resolve) and check the
output for error messages
[Link] sure you have all required libraries installed. Run "ldd
/opt/resolve/bin/resolve" and verify that there are no missing libraries
(ldd should give no lines with "not found" in them)
[Link] files provide a lot of useful information. Please check for clues.
Location differs between Resolve versions.
- Resolve 15 and below: /opt/resolve/logs/
- Resolve 16 and up: ~/.local/share/DaVinciResolve/logs/
[Link] is quite picky when it comes to GPU drivers and versions.
Make sure you have both CUDA and OpenCL libraries installed. Even if
you use CUDA, a working OpenCL is still required for proper function,
and vice versa.
[Link] fault on startup usually means missing GPU drivers,
unsupported GPU driver version or unsupported GPU hardware. Check
log files for clues.

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

You might also like