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 需要后两个软件包)。
sudo apt install libssl1.0.0 ocl-icd-opencl-dev fakeroot xorriso
下载适用于 Linux 的最新 DaVinci Resolve 16 并将其解压到您的主文件夹中(向下滚动到页面末尾的下载按钮)。
下载 MakeResolveDeb 脚本 ( http://www.danieltufvesson.com/makeresolvedeb ) 并将其解压到解压 DaVinci Resolve 16 的同一文件夹中。
运行 MakeResolveDeb 脚本来创建 DaVinci Resolve 16。
假设您已将 DaVinci Resolve 提取到主文件夹中,并将 MakeResolveDeb 脚本放置在与 DaVinci Resolve 相同的文件夹中,则可以使用以下命令创建 deb:
./makeresolvedeb*.sh 精简版
由于版本变更,命令中出现“*”,请检查版本。
接受 DaVinci Resolve 许可证,输入 y 并按 Enter