1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

MacでWhisky_Rebornを試す

Posted at

はじめに

残念ながら、Whiskyは開発を終了しアーカイブ状態となりました。

新しいSteamは、Wine 10以上にしないと動作しない。よってWine 7.7を使用していたWhiskyではエラーが出るようになり動作しなくなった。

Whisky_Reborn

Whiskyはオープンソースであるため、Wine 10にバージョンアップする方が現れた。
但し、バイナリは公開されていない。

WhiskyのWineを削除

現行のWhiskyWineの 実行バイナリやライブラリ本体 は下記フォルダに保存されている。
Finderの「移動」メニューでoptionキーを押すと、「ライブラリ」が表示される。

~/Library/Application Support/com.isaacmarovitz.Whisky/Libraries

これを削除しておかないと、新しいWineバージョンがインストールされない。

Xcodeでビルド

Whisky_Rebornのソースコードを取得する。Xcodeでビルドする前にswiftlintインストールしておく必要がある。

swiftlintインストール

brew install swiftlint

Whisky_Rebornの起動

Xcodeでビルド成功すると、Whisky_Rebornが起動します。

WhiskyWineが未インストールとなっているので、「次へ」ボタンをクリックします。
image.png
新しいWineバージョンがインストールされた。
image.png

Bottleの作成

image.png

Steamをインストールするので、Bottle名は「SteamWindows」とした。
Windowsバージョンは、「Windows 10」のまま
image.png

Wineバージョンの確認

「Bottleの設定」の「Wine設定を開く」ボタンをクリックすると確認できます。
image.png

フォントのインストール

SetUp等の文字化けを防ぐため、Winetricksボタンをクリックしフォントタブからcjkfontsを選択して「実行」ボタンをクリックする。
image.png

Steamのインストール

WinetricksのアプリタブからSteamを選択して「実行」ボタンをクリックする。
image.png

途中でTerminal画面にて「Y」を入力してEnterキーを押す。

Continue anyway?
------------------------------------------------------
Press Y or N, then Enter: Y

image.png
image.png
アカウントを入力する。
image.png

遊戯王マスターデュエルをインストール

image.png

エラーが出てしまう。
image.png

Failed to initialize graphics.
Make sure you have DirectX 11 installed, have up to date
drivers for your graphics card and have not disabled
3D acceleration in display settings.
InitializeEngineGraphics failed

グラフィックの初期化に失敗しました。
DirectX 11がインストールされていること、グラフィックカードのドライバーが最新であること、
ディスプレイ設定で3Dアクセラレーションが無効になっていないことを確認してください。
InitializeEngineGraphics に失敗しました

最後に

WineフォルダにはDirectX 11に必要なDXVKフォルダ内にはd3d11.dlldxgi.dllが存在しているのですがエラーになってしまいます。
この解決方法を知っている方がいたら、コメントを頂ければと思います。

image.png

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?