この問題は頻繁に発生するため、これは特定の質問ではなく有益なQA投稿であることに注意してください。
質問/問題
IE8(Internet Explorer)をワインにインストールする問題を解決する方法(どのバージョンでも-私の知る限り)。
関連ワインエラー:
端末のインストール方法
IE8のインストール:
winetricks -q ie8
同様のエラーが表示されます:
Executing w_do_call ie8
Executing load_ie8
Executing wine iexplore -unregserver
Executing w_do_call msls31
msls31 already installed, skipping
Using native,builtin override for following DLLs: iexplore.exe itircl itss jscript msctf mshtml shdoclc shdocvw shlwapi urlmon wininet xmllite
Executing winetricks_early_wine regedit /S C:\windows\Temp\_ie8\override-dll.reg
Using builtin override for following DLLs: updspapi
Executing winetricks_early_wine regedit /S C:\windows\Temp\_ie8\override-dll.reg
Downloading http://winezeug.googlecode.com/svn/trunk/winetricks_files/winetest.cat to /home/user/.cache/winetricks/ie8
--2016-09-08 23:03:12-- http://winezeug.googlecode.com/svn/trunk/winetricks_files/winetest.cat
Resolving winezeug.googlecode.com (winezeug.googlecode.com)... 66.102.1.82, 2a00:1450:400c:c06::52
Connecting to winezeug.googlecode.com (winezeug.googlecode.com)|66.102.1.82|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2016-09-08 23:03:13 ERROR 404: Not Found.
------------------------------------------------------
Downloading http://winezeug.googlecode.com/svn/trunk/winetricks_files/winetest.cat failed
------------------------------------------------------
Winetricks GUI方式によるGUIインストール
またはGUIメソッドを使用すると、次のようなエラーダイアログが表示されます。
2オプション:
自動的に:
これを端末にコピーして貼り付けると、ファイルがダウンロードされ、必要なディレクトリに配置されます(スクリプトから推測できます)
wget "https://github.com/Winetricks/winetricks/raw/master/files/winetest.cat"; mv winetest.cat ~/.cache/winetricks/ie8/
手動で:
this location(GitHubでホスト)に移動し、winetest.cat
ファイルをダウンロードし、ダウンロードしたファイルを~/.cache/winetricks/ie8/
に配置します
リンク: https://github.com/Winetricks/winetricks/raw/master/files/winetest.cat
これが他の人にも役立つことを願っています!
乾杯