myspaghetti / macos-virtualbox

Push-button installer of macOS Catalina, Mojave, and High Sierra guests in Virtualbox on x86 CPUs for Windows, Linux, and macOS
GNU General Public License v2.0
13.46k stars 1.11k forks source link

Blocked on "Otherwise, please wait." #672

Closed Mijsoot closed 7 months ago

Mijsoot commented 7 months ago

Hello and thank you for your work! For information I am on Windows 11 and a fresh installation of Cygwin. I had to install a lot of dependencies obviously and I had to disable the memory integrity check to succeed in installing. Here's what I also had to change in the script :

wgetargs="--quiet --continue --show-progress --timeout=60 --secure-protocol=PFS"  # pretty
wgetargs="--no-check-certificate --quiet --continue --show-progress --timeout=60 --secure-protocol=PFS"  # pretty

wgetargs="--continue"  # ugly
wgetargs="--no-check-certificate --continue"  # ugly

cmd_path_VBoxManage='C:\Program Files\Oracle\VirtualBox\VBoxManage.exe'
cmd_path_VBoxManage='D:\VirtualBox\VBoxManage.exe'

Once the installation is complete, which seems to have gone well, the screen remains stuck on "Otherwise, please wait." Should I wait any longer? It's been 3 hours! What can I do?

macos-virtualbox_30_11_23_1 macos-virtualbox_30_11_23_2 macos-virtualbox_30_11_23_3 macos-virtualbox_30_11_23_4

myspaghetti commented 7 months ago

Hi, thanks for the detailed bug report!

The "EXITBS" message indicates a CPU incompatibility. Please see the CPU compatibility section in the readme on github or the documentation.

Mijsoot commented 7 months ago

Oh! Thanks and sorry I hadn't read the CPU incompatibility part ....

My processor is an AMD Ryzen 5 5600G with Radeon Graphics, 3901 MHz, 6 core(s), 12 logic processor(s), do you think I can manage to modify VirtualBox so that it works? I don't quite understand the principle of "Teleporting Settings".