Package Details: davinci-resolve-studio 19.0.2-1

Git Clone URL: https://aur.archlinux.org/davinci-resolve-studio.git (read-only, click to copy)
Package Base: davinci-resolve-studio
Description: Professional A/V post-production software suite from Blackmagic Design. Studio edition, requires license key or license dongle.
Upstream URL: https://www.blackmagicdesign.com/support/family/davinci-resolve-and-fusion
Keywords: blackmagic davinci editor resolve studio video
Licenses: Commercial
Conflicts: davinci-resolve, davinci-resolve-beta, davinci-resolve-studio-beta
Submitter: codibit
Maintainer: deezid (satriani)
Last Packager: satriani
Votes: 38
Popularity: 2.25
First Submitted: 2018-01-21 18:37 (UTC)
Last Updated: 2024-10-04 00:02 (UTC)

Dependencies (24)

Required by (0)

Sources (1)

Pinned Comments

satriani commented on 2021-05-15 14:24 (UTC)

Issues and bugs, please report on the official forum here: https://forum.blackmagicdesign.com/viewforum.php?f=21&sid=239f0d5c49abe5d6a635b69638192e9a Thank you!

Visit DaVinci Resolve - ArchWiki before installing: https://wiki.archlinux.org/title/DaVinci_Resolve

ATTENTION: Please don't flag this package as out-of-date before beta version has been released as stable!

This is a current stable Package!

The current free beta is available here: https://aur.archlinux.org/packages/davinci-resolve-studio-beta/

For current free beta here: https://aur.archlinux.org/packages/davinci-resolve-beta/

Thanks.

Latest Comments

1 2 3 4 5 6 .. 23 Next › Last »

mattelacchiato commented on 2024-10-03 11:40 (UTC)

I've just had the problem with the licence activation, too. Thanks to the BMD support, I was able to fix it with the latest 19.0.2 version:

sudo chmod -R 7777 /opt/resolve/.license/

auralon commented on 2024-09-23 17:37 (UTC)

@awptechnologies I tried using an older version of the pkgbuild but that proved problematic. In the end I downloaded the older version binary from the Blackmagic website and installed using the provided script.

awptechnologies commented on 2024-09-22 18:28 (UTC)

I have same issue with licensing how do i downgrade to 19.0.0

auralon commented on 2024-09-22 11:11 (UTC)

Thank you @saschabaer. I actually downgraded to 18.6.6 last night and that allowed me to activate too.

saschabaer commented on 2024-09-22 07:19 (UTC)

@auralon: yes, i had the same issue. After speaking to the Blackmagic support, the suggested downgrading to 19.0.0 . Receiving back lead to a flawless activation. After that I upgraded to 19.0.1 again. Hope that helps.

auralon commented on 2024-09-21 19:20 (UTC)

I've also having issues activating my license with 19.0.1-1.

I previously had the free/non-studio version installed and that worked fine. I removed that with paru -R davinci-resolve after buying a license, and then installed this package.

I'm running a Radeon RX 7900 XT and have the following packages installed: rocm-opencl-runtime vulkan-radeon libva-mesa-driver

I've run the following actions (based on other comments here from users also having license activation issues):

`sudo chown $USER:$GROUP /opt/resolve/.license`
`sudo ln -s /etc/ssl/certs/ca-certificates.crt /etc/pki/tls/certs/ca-bundle.crt`

I launch the app with...

`LD_PRELOAD="/usr/lib/libgio-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so" /opt/resolve/bin/resolve`

...which produces some errors:

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
ActCCMessage Already in Table: Code= 2282, Mode=  0, Level=  0, CmdKey= 8, Option= 0
log4cxx: No appender could be found for logger (BtCommon).
log4cxx: Please initialize the log4cxx system properly.
19.0.1.0006 Linux/Clang x86_64
Main thread starts: D1E82000
log4cxx: setFile(./logs/rollinglog.txt,true) call failed.
log4cxx: IO Exception : status code = 13
0x7968d1e82000 | Undefined            | INFO  | 2024-09-21 20:15:11,673 | --------------------------------------------------------------------------------
log4cxx: No output stream or file set for the appender named [RollLogAppender].
0x7968d1e82000 | Undefined            | INFO  | 2024-09-21 20:15:11,673 | Loaded log config from /home/auralon/.local/share/DaVinciResolve/configs/log-conf.xml
0x7968d1e82000 | Undefined            | INFO  | 2024-09-21 20:15:11,673 | --------------------------------------------------------------------------------

At this stage I am presented with the license key activation modal, and when I provide the license, I receive the following error:

`Cannot validate license key, please try again.`

Is anyone else experiencing the same issue?

saschabaer commented on 2024-09-19 09:30 (UTC)

i had a similiar issue:

with libpango-1.0.so.0: undefined symbol: g_once_init_leave_pointer

I was able to fix it with this command

LD_PRELOAD="/usr/lib/libgio-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so" /opt/resolve/bin/resolve

nlambert commented on 2024-09-18 22:36 (UTC)

@FraYoshi I can confirm I have the same issue as you but removing the files from @seeed's comment does not solve the issue

bk2 commented on 2024-09-18 19:48 (UTC)

I wasn't able to activate my license.

Turns out that from 18 to 19 there was a little change of behavior in establishing TLS connections:

With 19 it was only trying to read /etc/pki/tls/certs/ca-bundle.crt, in 18 there was a fallback to /etc/ssl/certs/ca-certificates.crt.

My fix was a simply symlink. Hope this helps if someone comes across the same issue.

Rubble1278 commented on 2024-09-17 10:44 (UTC)

@FraYoshi try selecting cleanBuild. If that doesn’t work follow the comment from @Seeed about deleting the selected files or move them to another location