Package Details: davinci-resolve-studio 19.0.3-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: 39
Popularity: 1.71
First Submitted: 2018-01-21 18:37 (UTC)
Last Updated: 2024-10-22 20:37 (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 .. 24 Next › Last »

abcfy2 commented on 2024-10-25 04:15 (UTC) (edited on 2024-10-25 04:16 (UTC) by abcfy2)

Here's the patch to fix download website will redirect to http in some countries. Please merge to PKGBUILD:

diff --git a/PKGBUILD b/PKGBUILD
index fc85f18..324cacf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -69,7 +69,7 @@ _useragent="$(printf '%s' "$_useragent" | sed 's/[[:space:]]\+/ /g')"
 _useragent_escaped="${_useragent// /\\ }"

 _siteurl="https://www.blackmagicdesign.com/api/register/us/download/${_downloadId}"
-_srcurl="$(curl \
+_srcurl="$(curl -L --post301\
            -s \
            -H 'Host: www.blackmagicdesign.com' \
            -H 'Accept: application/json, text/plain, */*' \
@@ -86,6 +86,15 @@ _srcurl="$(curl \
            "$_siteurl")"

 DLAGENTS=("https::/usr/bin/curl \
+           -gqb '' -C - --retry 3 --retry-delay 3 \
+           -H Upgrade-Insecure-Requests:\ 1 \
+           -H ${_useragent_escaped} \
+           -H Accept:\ text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8 \
+           -H Accept-Language:\ en-US,en;q=0.9 \
+           -o %o \
+           --compressed \
+           %u"
+           "http::/usr/bin/curl \
            -gqb '' -C - --retry 3 --retry-delay 3 \
            -H Upgrade-Insecure-Requests:\ 1 \
            -H ${_useragent_escaped} \

Thanks.

ianioc commented on 2024-10-20 11:25 (UTC)

version 19.0.3 is comming.

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