0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

ウィンドウズ環境用のアプリをmacで開発する為に、windows10 virtualboxをダウンロードする

Last updated at Posted at 2020-11-27

##ウィンドウズ環境用のアプリをmacで開発する為に、windows10 virtualboxをダウンロードする

1,バーチャルボックスをダウンロード
https://www.virtualbox.org/wiki/Downloads

2,OSXを選択

3,マイクロソフトのサイトからウィンドウズ10用のバーチャルボックスをダウンロード
get windows 10 development environmentで検索しないとなかなかヒットしない

4,バーチャルボックス用をダウンロード

5,18ギガもある。インストールに30分ぐらいかかりました

で、いざ起動したら

Kernel driver not installed (rc=-1908)
Make sure the kernel module has been loaded successfully.
The virtual machine 'WinDev2010' has terminated unexpectedly during startup with exit code 1 (0x1).

というエラー出た。。。

スクリーンショット 2020-11-28 0.08.23.png

このサイトの方法で治った
https://shikasen-engineer.com/virtualbox-kernel-driver-not-installed/

起動完了
スクリーンショット 2020-11-28 0.45.32.png

と思ったら、

 App · ⚠️  [FAIL] electron-packager could not build Error: Could not find "wine64" on your system. Wine is required to use the appCopyright, appVersion, buildVersion, icon, and  win32metadata parameters for Windows targets. Make sure that the "wine64" executable is in your PATH."

とか言うエラーが出たので、
wine64をインストールする必要があるっぽい。

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

でbrewをインストールし、

brew -v                                                                                          
Homebrew 2.5.12
Homebrew/homebrew-core (git revision 1fed3ba; last commit 2020-11-27)

入ってるのが確認できたので、

その後、
このサイトを見ると
https://wiki.winehq.org/MacOS/Building

Homebrew
Homebrew no longer provides a wine formula instead opting to use there cask system to install Winehq provided packages.

The following would cover basic requirements;

brew cask install xquartz
brew install bison flex mingw-w64 pkgconfig

と書いてあるので、実行

やたら大量にダウンロードしてる、、、10分ぐらい

installer: Package name is XQuartz 2.7.11
installer: Installing at base path /
installer: The install was successful.
🍺  xquartz was successfully installed!

でもだめ!!

ひとまず、、、
ウィンドウズ環境用は今の所そんなに必要はないので、諦めて、必要になったら再学習しよう。
いまはレベル高い。。

MacでMac用アプリ適応
Macでウィンドウズ用アプリ適応
MacでiPhone用アプリ適応
Macでアンドロイド用アプリ適応
この辺をやると、エラーだらけでまじで疲れる・・・

0
1
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
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?