sgh*_*osh 5 64bit ubuntu wine html
根据@GAD3R 在Wine64 或 Wine 32 上为 64 位 Lubuntu 20.04提供的有用建议?我从 Ubuntu 20.04 存储库安装了 Wine 5.0(64 位)。
在运行我的 Windows 应用程序时,我收到以下错误:
Could not find Wine Gecko. HTML rendering will be disabled.
0009:err:mshtml:create_document_object Failed to init Gecko, returning CLASS_E_CLASSNOTAVAILABLE
Run Code Online (Sandbox Code Playgroud)
在一些谷歌搜索中,我看到https://askubuntu.com/questions/1290789/iexplorer-under-wine-is-missing-wine-gecko回答了如何安装 Wine Gecko。我执行了以下建议的步骤:
$ wget http://dl.winehq.org/wine/wine-gecko/2.47.1/wine-gecko-2.47.1-x86_64.msi
$ wine msiexec /i wine-gecko-2.47.1-x86_64.msi
Run Code Online (Sandbox Code Playgroud)
我还验证了安装在我的主目录下添加了以下目录:
$ ls -l /home/_myuser_/.wine/drive_c/windows/system32/gecko/2.47.1/wine_gecko
现在,当我再次尝试运行 Windows 应用程序时,出现相同的错误:
Could not find Wine Gecko. HTML rendering will be disabled.
0009:err:mshtml:create_document_object Failed to init Gecko, returning CLASS_E_CLASSNOTAVAILABLE
Run Code Online (Sandbox Code Playgroud)
我究竟做错了什么?
感谢您的帮助。
如果您的应用程序是 32 位程序,您也需要 32 位 Gecko:
对于 64 位 (WoW64) Wine,x86 和 x86_64 软件包都是必需的。
wget http://dl.winehq.org/wine/wine-gecko/2.47.1/wine-gecko-2.47.1-x86.msi
wine msiexec /i wine-gecko-2.47.1-x86.msi
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
5231 次 |
| 最近记录: |