wine-gecko 2.47.1をインストールしましたが、WineはWine Geckoを見つけることができませんでした。

wine-gecko 2.47.1をインストールしましたが、WineはWine Geckoを見つけることができませんでした。

@GAD3Rが提供した有用なアドバイスに基づいています64 ビット Lubuntu 20.04 用 Wine64 または Wine 32?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

いくつかのGoogle検索で見ました。https://askubuntu.com/questions/1290789/ieexplorer-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

また、インストール時に私のホームディレクトリの下に次のディレクトリが追加されていることを確認しました。

$ 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

私は何が間違っていましたか?

ご協力ありがとうございます。

ベストアンサー1

アプリケーションが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

おすすめ記事