小编sgh*_*osh的帖子

尽管安装了 wine-gecko 2.47.1,Wine 还是找不到 Wine Gecko

根据@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)

我究竟做错了什么?

感谢您的帮助。

64bit ubuntu wine html

5
推荐指数
1
解决办法
5231
查看次数

标签 统计

64bit ×1

html ×1

ubuntu ×1

wine ×1