Wine Gecko 未安装

Rez*_*fin 5 wine 16.04

我使用 Ubuntu 16.04.1
当我尝试安装某些程序时出现此错误

Wine 找不到嵌入 HTML 的应用程序正常工作所需的 Gecko 包。Wine 目前可以自动下载并安装。

当我单击“安装”时...它正在尝试下载它...但在某些时候它总是粘住。

我也尝试从这里安装它 https://wiki.winehq.org/Gecko 我下载了 .msi 文件 但是 Wine 无法安装该 msi 文件...

我也尝试过

wine msiexec /i wine_gecko-2.47-x86_64.msi 
Run Code Online (Sandbox Code Playgroud)

但出现这个错误 -

fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:service:scmdatabase_autostart_services Auto-start service L"clr_optimization_v4.0.30319_32" failed to start: 1053
err:module:import_dll Library MSVCR100_CLR0400.dll (which is needed by L"C:\\windows\\Microsoft.NET\\Framework64\\v4.0.30319\\mscorsvw.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\Microsoft.NET\\Framework64\\v4.0.30319\\mscorsvw.exe" failed, status c0000135
err:service:service_send_command service protocol error - failed to write pipe!
fixme:service:scmdatabase_autostart_services Auto-start service L"clr_optimization_v4.0.30319_64" failed to start: 1053
Run Code Online (Sandbox Code Playgroud)

我也尝试将文件复制到 /usr/share/wine/gecko 但是当我尝试安装该程序时,它再次说 Wine 找不到 Gecko 包...

我能做些什么?

Dɑv*_*vïd 0

Wine Gecko作为 IE 包的一部分“捆绑”在一起。安装一些 IE 版本应该会附带 Gecko。

我在 WINE 下运行的应用程序之一经常使用 .chm 文件,并且它们没有渲染(只是空白)。wine hh file.chm当我在终端中运行该文件时,这是我收到的错误消息:

Could not load wine-gecko. ...

我曾经winetricks将 IE8 安装到我的 Wine 空间中,然后 .chm 文件加载完美 - 错误消失了。