我在安装SketchUp 2016葡萄酒时遇到了问题。
这就是我遇到的问题:
err:secur32:SECUR32_initSchannelSP TLS library not found, SSL connections will fail
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:storage:create_storagefile Storage share mode not implemented.
err:msi:ITERATE_Actions Execution halted, action L"CustomWelcomeDlg" returned 1602发布于 2017-07-28 11:29:11
我还得到了前两个错误,就像我从葡萄酒中运行iexplorer时所得到的一样
wine iexplore.exe "https://example.com"但他只解决了一个
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.以上错误可以通过安装winbind包来解决。
sudo apt-get install winbind发布于 2016-03-18 20:26:34
运行sudo apt-get install libntlm0。
https://askubuntu.com/questions/744655
复制相似问题