Package Details: davinci-resolve-studio 19.1.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: Muflone
Last Packager: Muflone
Votes: 42
Popularity: 2.45
First Submitted: 2018-01-21 18:37 (UTC)
Last Updated: 2025-01-05 20:37 (UTC)

Dependencies (24)

Required by (0)

Sources (1)

Pinned Comments

Latest Comments

« First ‹ Previous 1 .. 13 14 15 16 17 18 19 20 21 22 23 24 Next › Last »

mgisbers commented on 2021-03-09 22:34 (UTC)

Hi, running the appimage needs an environment with fuse module loaded and packaging user being able to use it.

What about using p7zip to extract the embedded squashfs image???

diff --git a/PKGBUILD b/PKGBUILD
index e9420cb..35c0aa0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -69,7 +69,7 @@ url="https://www.blackmagicdesign.com/support/family/davinci-resolve-and-fusion"
 license=('Commercial')
 depends=('glu' 'gtk2' 'gstreamer' 'libpng12' 'lib32-libpng12' 'ocl-icd' 'openssl-1.0'
          'opencl-driver' 'qt5-base' 'qt5-svg' 'qt5-webkit' 'qt5-webengine' 'qt5-websockets')
-makedepends=('libarchive' 'xdg-user-dirs')
+makedepends=('p7zip' 'libarchive' 'xdg-user-dirs')
 options=('!strip')
 provides=('davinci-resolve')
 install=davinci-resolve.install
@@ -118,7 +118,7 @@ package()
        msg2 "Extracting from bundle..."
        msg "Please wait, this take a while..."
        cd "${srcdir}" || exit
-       ./${_installer_binary} -i -y -n -a -C "${pkgdir}/opt/${_pkgname}"
+       7z x -o"${pkgdir}/opt/${_pkgname}" "./${_installer_binary}"

        msg2 "Add lib symlinks..."
        cd "${pkgdir}/opt/${_pkgname}/" || exit

Same could be done for davinci-resolve aur package.

dack commented on 2021-01-25 17:39 (UTC) (edited on 2021-01-25 17:39 (UTC) by dack)

If you don't want to hold back the system curl version, you can just extract the library files from curl 7.73 and put them in /opt/resolve/libs. Resolve will then use this instead of the system version. You need the following files:

  • libcurl.so.4.7.0
  • libcurl.so.4
  • libcurl.so

Note - the second two are just symlinks to the first one.

diegodorado commented on 2021-01-21 18:20 (UTC)

davinci resolve 16.2.8 started to work after downgrading curl to 7.73 version. Thanks!

matbonn commented on 2021-01-05 12:47 (UTC) (edited on 2021-01-05 12:48 (UTC) by matbonn)

So I the CURL thing solved the V16 studio issue, still have issues with no thumbnails displaying or unable to edit anything on 17beta.

For anyone, who like me, couldn't downgrade CURL as my cache was empty, download the older version here https://archive.archlinux.org/packages/c/curl/ and then save it in the /var/cache/pacman/pkg/ folder then use the command Polarity put below.

matbonn commented on 2021-01-03 11:16 (UTC) (edited on 2021-01-03 11:18 (UTC) by matbonn)

Dunno if I'm the only one but I never got 17 to run properly, it loads fine, no hangs but once open it doesn't display any thumbnails for ANYTHING. I tested on a small folder with 2 JPGs. Give it a couple mins and it will load thumbnails - then crash. Downgrading to 16.2.7 works fine no issues - with the latest 16 though 16.2.8 crashes (I suspect curl bug) but 17 is as above. Same on Arco and Manjaro with 5.9 and 5.10 kernels. I am running a 3900X, 5700XT and have the "pro" opengl workaround implemented.

Polarity commented on 2020-12-21 16:04 (UTC)

@nixit, Thank you! That worked perfectly.

For everyone else having this issue, here's the relevant line to downgrade curl. sudo pacman -U /var/cache/pacman/pkg/curl-7.73.0-1-x86_64.pkg.tar.zst

nixit commented on 2020-12-21 15:58 (UTC)

@Polarity,

https://bbs.archlinux.org/viewtopic.php?id=261752

I ran into this issue last week, but unfortunately I upgraded my DRS database to davinci resolve studio 17 beta before anyone figured out that downgrade of CURL fixed the issue for most people.

thanx for the tip, will try the triple backticks.

Polarity commented on 2020-12-21 15:49 (UTC)

No, I haven't. What would suggest that curl might be the cause?

You can enclose code in triple backticks. ```

nixit commented on 2020-12-21 15:34 (UTC)

@polarity,

have you tried downgrading CURL? that seemed to work for many people.

quick question, how did you get your crash dump information formatted in here? I've read the "markdown syntax" link, and am still confused on how to do that.

Polarity commented on 2020-12-21 14:02 (UTC) (edited on 2020-12-21 14:04 (UTC) by Polarity)

It won't launch for me either. I had 16.2.7, which didn't work. Then I upgraded to 16.2.8. Still the same.

Wenn I try to launch it from CLI, I get this:

/o/r/bin> ./resolve -v 3
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
PnlMsgActionStringAdapter Already in Table: Code= 615e, Mode=  0, Level=  0, CmdKey= -1, Option= 0
16.2.8 (#005) Linux/Clang
Main thread starts: 3DB855C0
resolve: AppConfig.cpp:180: void AppConfig::LoadAllSiteInfo(): Assertion `m_SiteEnabledIdx > 0' failed.
log4cxx: No appender could be found for logger (Main).
log4cxx: Please initialize the log4cxx system properly.


==========[CRASH DUMP]==========
Please send this to support:

#TIME Mon Dec 21 14:58:41 2020 - Uptime 00:00:00 (hh:mm:ss)
#PROGRAM_NAME DaVinci Resolve Studio v16.2.8.005 (Linux/Clang)

./resolve() [0x557bc89]
./resolve() [0x1fa9233]
/usr/lib/libpthread.so.0(+0x140f0) [0x7fc84e3370f0]
/usr/lib/libc.so.6(gsignal+0x145) [0x7fc84bca8615]
/usr/lib/libc.so.6(abort+0x116) [0x7fc84bc91862]
/usr/lib/libc.so.6(+0x26747) [0x7fc84bc91747]
/usr/lib/libc.so.6(+0x35bf6) [0x7fc84bca0bf6]
./resolve() [0x1f92f37]
./resolve() [0x1f9150f]
./resolve() [0x1f90db8]
./resolve() [0x2b2cdd0]
./resolve() [0x24ed749]
./resolve() [0x24ed64e]
./resolve() [0x1fa73bd]
./resolve() [0x1f8c2ff]
/usr/lib/libc.so.6(__libc_start_main+0xf2) [0x7fc84bc93152]
./resolve() [0x1f8b00d]
Signal Number = 6

================================
resolve: AppConfig.cpp:180: void AppConfig::LoadAllSiteInfo(): Assertion `m_SiteEnabledIdx > 0' failed.


==========[CRASH DUMP]==========
Please send this to support:

#TIME Mon Dec 21 14:58:41 2020 - Uptime 00:00:00 (hh:mm:ss)
#PROGRAM_NAME DaVinci Resolve Studio v16.2.8.005 (Linux/Clang)

./resolve() [0x557bc89]
./resolve() [0x1fa9233]
/usr/lib/libpthread.so.0(+0x140f0) [0x7fc84e3370f0]
/usr/lib/libc.so.6(gsignal+0x145) [0x7fc84bca8615]
/usr/lib/libc.so.6(abort+0x116) [0x7fc84bc91862]
/usr/lib/libc.so.6(+0x26747) [0x7fc84bc91747]
/usr/lib/libc.so.6(+0x35bf6) [0x7fc84bca0bf6]
./resolve() [0x1f92f37]
./resolve() [0x1f9150f]
./resolve() [0x1f90db8]
./resolve() [0x1fcb5fe]
./resolve() [0x1fa947e]
/usr/lib/libpthread.so.0(+0x140f0) [0x7fc84e3370f0]
/usr/lib/libc.so.6(gsignal+0x145) [0x7fc84bca8615]
/usr/lib/libc.so.6(abort+0x116) [0x7fc84bc91862]
/usr/lib/libc.so.6(+0x26747) [0x7fc84bc91747]
/usr/lib/libc.so.6(+0x35bf6) [0x7fc84bca0bf6]
./resolve() [0x1f92f37]
./resolve() [0x1f9150f]
./resolve() [0x1f90db8]
./resolve() [0x2b2cdd0]
./resolve() [0x24ed749]
./resolve() [0x24ed64e]
./resolve() [0x1fa73bd]
./resolve() [0x1f8c2ff]
/usr/lib/libc.so.6(__libc_start_main+0xf2) [0x7fc84bc93152]
./resolve() [0x1f8b00d]
Signal Number = 6

================================
fish: “./resolve -v 3” terminated by signal SIGABRT (Abort)