尝试使用以下方法在Ubuntu19.04上安装Maya2019之后:如何使用NVIDIA GPU提示在Ubuntu 19.04上安装Autodesk Maya 2019
当我启动Maya时,应用程序会在开始帧停止。它给了我这样的错误:
/usr/autodesk/maya2019/bin/maya.bin: symbol lookup error: /usr/autodesk/maya2019/bin/../lib/libOGSDeviceOGL4-16.so: undefined symbol: EVP_CIPHER_CTX_init对于早期版本,我尝试了不同的本网站提供的解决方案,也查看了undefined,但是失败了。我无法启动这个软件。
我怎么能成功地运行这个程序?
发布于 2019-05-06 09:17:20
为了你的回答,
我终于给linux提示的帖子的所有者发了邮件&他让我删除libssl.so.10,就像Autdsk论坛上的一位工作人员建议的那样:
我试过了(很明显,在2019年改变了maya2017 ),什么都没发生。和以前一样的错误。
所以我决定去掉"libOGSDeviceOGL4-16.so“,因为也许它是解决方案的一部分。还有..。
玛雅开始!
但是现在在颜色系统/图形设备上有一个问题(即使渲染是可以的)。
VP2 Error : Failed to initialize graphics device.
Error: The GPU adaptor of the transform to finalize is null
Error: Failed to apply color management settings on file open: Failed to finalize the color transform..
Error: The GPU adaptor of the transform to finalize is null
Error: Failed to finalize the color transform.
Unable to execute igInitialize.mel.Unable to execute xgen.mel.
API error detected in /local/S/Maya_2019_DI/src/Maya/src/Type/pluginMain.cpp at line 163
: (kFailure): Unexpected Internal Failure
API error detected in plugins/mtoa/extension/ExtensionsManager.cpp at line 655
: (kFailure): Unexpected Internal Failure
API error detected in plugins/mtoa/extension/ExtensionsManager.cpp at line 655
: (kFailure): Unexpected Internal Failure至少我可以使用这个软件.我将在lib文件夹中添加libssl.so.10来查看它是否改变了其他东西..。
发布于 2020-11-16 07:20:52
发布于 2020-11-19 07:22:03
下载提供libssl.so.10的RPM文件,然后使用外星工具将其转换为.deb文件并安装它。那就做ln -s file_A file_B。
只需一步一步地做:
wget https://download-ib01.fedoraproject.org/pub/fedora/linux/releases/32/Everything/x86_64/os/Packages/c/compat-openssl10-1.0.2o-9.fc32.x86_64.rpm
sudo apt install -y alien elfutils
sudo alien -cv *.rpm
sudo dpkg -i *.deb
sudo ln -s /usr/lib64/libcrypto.so.10 /usr/autodesk/maya2019/lib/libcrypto.so.10
sudo ln -s /usr/lib64/libssl.so.10 /usr/lib/x86_64-linux-gnu/libssl.so.10https://askubuntu.com/questions/1140573
复制相似问题