VM crashes with “HV_ERROR”
- Dominant language
- Swift
- Stars
- 35.5k
- Forks
- 1.8k
- Avg merge
- 5d 5h
- Merged PRs (30d)
- 7
Description
### Describe the issue
QEMU just up and crashes while I am running a VM. The only diagnostic given in the UI is “error: HV_ERROR”, although a macOS Crash Reporter dialog also appears at the same time. Examination of the crash log reveals that an assertion failed in `assert_hvf_ok` and as a result we `abort()`.
**Configuration**
* UTM Version: 2.4.1 (40)
* OS Version: macOS Monterey 12.0.1 (21A559)
* Intel or Apple Silicon? Intel
### Crash log
[QEMULauncher-2021-11-13-165622.txt](https://github.com/utmapp/UTM/files/7532831/QEMULauncher-2021-11-13-165622.txt)
Unfortunately, on Monterey the Crash Reporter will no longer produce human-readable logs using the technique you stated in the issue template. The above file (what was shown when I clicked Reveal in Finder) is a plaintext JSON file. Rename to end in `.ips` and double-click, and you will have the “translated” crash log.
### Debug log
[debug.log](https://github.com/utmapp/UTM/files/7532835/debug.log)
### Upload VM
[config.plist](https://github.com/utmapp/UTM/files/7532836/config.plist.txt)
Contributor guide
Assessment
This issue has not been assessed yet.