我在使用 wine 安装 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
答案1
当我从 wine 运行 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
答案2
跑步sudo apt-get install libntlm0
。