Davinci Resolve 16 无法在 Ubuntu 18.04 中启动

use*_*006 7 dell software-installation 18.04

我使用 makeresolvedeb 在 Ubuntu 18.04 上安装了 DaVinci Resolve 16。当我点击桌面图标时,没有任何可见的事情发生。这是我从命令行运行 Resolve 的结果:

$ /opt/resolve/bin/resolve
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.0 (#060) Linux/Clang
Main thread starts: 74325B00
log4cxx: setFile(./logs/rollinglog.txt,true) call failed.
log4cxx: IO Exception : status code = 2
[0x7f6674325b00] | Undefined            | INFO  | 2019-08-14 16:30:25,444 | --------------------------------------------------------------------------------
log4cxx: No output stream or file set for the appender named [RollLogAppender].
[0x7f6674325b00] | Undefined            | INFO  | 2019-08-14 16:30:25,444 | Loaded log config from /home/claude/.local/share/DaVinciResolve/configs/log-conf.xml
[0x7f6674325b00] | Undefined            | INFO  | 2019-08-14 16:30:25,444 | --------------------------------------------------------------------------------
Aborted (core dumped)
Run Code Online (Sandbox Code Playgroud)

有谁知道我如何解决这个问题。我熟悉命令行,但我是新手而不是向导。

我正在运行戴尔 Inspiron 15R(酷睿 i7、5537)

非常感谢!

小智 4

你是按照这些思路去做的吗?

安装了软件包 libssl1.0.0、ocl-icd-opencl-dev、fakeroot 和 xorriso(运行 DaVinci Resolve 需要前两个软件包,生成 deb 需要后两个软件包)。

  1. sudo apt install libssl1.0.0 ocl-icd-opencl-dev fakeroot xorriso

  2. 下载适用于 Linux 的最新 DaVinci Resolve 16 并将其解压到您的主文件夹中(向下滚动到页面末尾的下载按钮)。

  3. 下载 MakeResolveDeb 脚本 ( http://www.danieltufvesson.com/makeresolvedeb ) 并将其解压到解压 DaVinci Resolve 16 的同一文件夹中。

    • 确保DaVinci Resolve和MakeResolveDeb脚本的版本完全相同。
    • 确保 DaVinci Resolve 和 MakeResolveDeb 脚本(提取的 .sh 文件)位于同一文件夹中。
  4. 运行 MakeResolveDeb 脚本来创建 DaVinci Resolve 16。

假设您已将 DaVinci Resolve 提取到主文件夹中,并将 MakeResolveDeb 脚本放置在与 DaVinci Resolve 相同的文件夹中,则可以使用以下命令创建 deb:

  • cd ~/DaVinci_Resolve*_Linux
  • ./makeresolvedeb*.sh 精简版

  • 由于版本变更,命令中出现“*”,请检查版本。

  • 命令中的 lite 选项适用于常规的免费 DaVinci Resolve 16。

接受 DaVinci Resolve 许可证,输入 y 并按 Enter

  1. 现在您可以使用 Software 或 Gdebi 安装 DaVinci Resolve 16 或 15.3 deb(并启动)。

  • 谢谢你,霓虹码。我就是这么做的。不幸的是我收到了上面提到的错误。 (3认同)