-
Notifications
You must be signed in to change notification settings - Fork 254
[BUG] Mac OS installer fails to provide runnable CRC #2662
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This should be doable from the task bar item? Or does it fail to start after upgrade? |
It’s kind of a chicken and egg scenario. The installer won’t run with the tray running. Quit tray. Run installer. Tray can’t start now due to error above. Must do delete via CLI. Perhaps the installer should just tell users to do this at the end of a successful install, for now. |
If the tray fails to start, that's a bug. I'd expect the error to only be shown when clicking "Start" in the tray menu. |
Okay bug then, I'll try to document on my next go-round with the installer. But the installer makes you quit the tray to run the installer. If it's supposed to start it for you, post-install, it's not, in my environment. |
^^^ the needed delete is an inherent problem we still have with the update flow. we do not actively update the VM, but you also can't run an older version. We either indicate to the user to quit and delete? |
Looks like b4567d2 covers it as a workaround, let's users know to delete. |
it is not elegant, but the quickest fix we can do for now. this also affects CLI and Windows. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Uh oh!
There was an error while loading. Please reload this page.
General information
crc setup
before starting it (Yes/No)? NoCRC version
CodeReady Containers version: 1.31.2+19538dab OpenShift version: 4.8.4 (not embedded in executable)
CRC status
# Put `crc status --log-level debug` output here
CRC config
# Put `crc config view` output here
Host Operating System
Steps to reproduce
Expected
CRC will start.
Actual
CRC fails to start with an error like:

The following steps are actually needed to start as expected:
• Stop CRC task bar item;
• Run installer;
• issue crc delete from CLI;
• Start CRC task bar item;
• Start CRC from task bar
The text was updated successfully, but these errors were encountered: