Tengo problemas para instalar SketchUp 2016 con wine.
Este es el problema que obtengo:
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
También obtuve los primeros dos errores como los que obtuviste cuando ejecuté iexplorer de wine por
wine iexplore.exe "https://example.com"
pero solo pude resolver uno, es decir
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.
el error anterior se puede resolver instalando el paquete winbind
Sudo apt-get install winbind
Ejecute Sudo apt-get install libntlm0
.