-
-
Notifications
You must be signed in to change notification settings - Fork 395
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
Crash on MacOS Sequioa 15.0 beta (24A5320a) from 13-08-2024 #1109
Comments
I think I have found the issue. What device are you using? |
Macbook-Pro 16" 2021 (MacBookPro18,1 / Z14V000PRN/A) |
I would push out a hotfix release once the PR finish building and gets merged. |
Exactly the same issue here on my Macbook-Pro 16" 2021 on MacOS Sequoia Public Beta 4. I will try the hotfix when it will be released. |
The fix has been merged. Can you kindly try the current development version. # remove stable version
brew uninstall colima
# install development version
brew install --head colima |
For me this is working with the development version! Thank you!
|
New release published https://github.com/abiosoft/colima/releases/tag/v0.7.3. It may take a while for the new version to show up on homebrew. If you prefer to move back to stable version later as things can occasionally break on the development versions. # remove current version
brew uninstall colima
# install stable version
brew install colima |
Thank you very much! |
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [abiosoft/colima](https://github.com/abiosoft/colima) | patch | `v0.7.1` -> `v0.7.3` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>abiosoft/colima (abiosoft/colima)</summary> ### [`v0.7.3`](https://github.com/abiosoft/colima/releases/tag/v0.7.3) [Compare Source](abiosoft/colima@v0.7.2...v0.7.3) #### Highlights This is an hotfix release to address crashes during startup on macOS Sequoia 15 beta for M1 and M2 devices. [#​1109](abiosoft/colima#1109) #### Commits - cli: fix broken flag for non-m3 devices on macOS 15 by [@​abiosoft](https://github.com/abiosoft) in abiosoft/colima#1110 **Full Changelog**: abiosoft/colima@v0.7.2...v0.7.3 ### [`v0.7.2`](https://github.com/abiosoft/colima/releases/tag/v0.7.2) [Compare Source](abiosoft/colima@v0.7.1...v0.7.2) #### Highlights This is an hotfix release to address regressions introduced in v0.7.1. #### Fixes - Incorrect checksum for macOS binaries on Github releases. Fixes [#​1106](abiosoft/colima#1106) - Port mapping to specific host IP addresses has been moved behind `--network-host-addresses` flag and disabled by default. Fixes [#​1103](abiosoft/colima#1103) #### Commits - chore: generate checksum files after signing assets by codesign by [@​suzuki-shunsuke](https://github.com/suzuki-shunsuke) in abiosoft/colima#1105 - net: put host ip address replication behind a flag by [@​abiosoft](https://github.com/abiosoft) in abiosoft/colima#1107 #### New Contributors - [@​suzuki-shunsuke](https://github.com/suzuki-shunsuke) made their first contribution in abiosoft/colima#1105 **Full Changelog**: abiosoft/colima@v0.7.1...v0.7.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiXX0=-->
Description
Since today, after installing the latest Sequioa beta, colima crashes on start. Previous beta worked fine.
I was using vz, but reset config by using 'colima delete' and 'colima start'. The colima delete did work, but start still crashes.
Config:
After deleting the colima.yaml configuration file, I tried colima start again:
It seems to crash on the line with "MacOS13OrNewer" in start.go (line 455):
Version
Operating System
Output of
colima status
Reproduction Steps
Expected behaviour
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: