UTM App refuses to open
- Dominant language
- Swift
- Stars
- 35.5k
- Forks
- 1.8k
- Avg merge
- 5d 5h
- Merged PRs (30d)
- 7
Description
Background: I had UTM up and running-- virtualizing Ubuntu 16.04 as my Guest. Running on M1 Pro Host.
I was able to ping from guest to host, and vice versa with v3.2.4, but decided to upgrade to v4.0 (beta) since I read that it supported multiple NIC's.
My problem now is that after the VM (on v4.0) crashed once I have not been able to start the UTM app again. It just crashes immediately with "Unexpected Crash". I've tried uninstalling both versions and restarting my system before attempting to download either version again-- to no avail.
**Configuration**
* UTM Version: **_4.0_** and **_3.2.4_**
* macOS Version: macOS Monterey 12.5
* Mac Chip (Intel, M1, ...): M1 Pro
**Crash log**
**_FULL CRASH LOG ATTACHED_**
[UTM-2022-08-11-115329.txt](https://github.com/utmapp/UTM/files/9310096/UTM-2022-08-11-115329.txt)
-> terminal crash log:
```
usr@mn-IFE-m1-mac ~ % /Applications/UTM.app/Contents/MacOS/UTM
2022-08-11T11:53:29-0400 info com.utmapp.UTM : JIT: found entitlement
2022-08-11 11:53:29.633 UTM[2263:127593] -[__NSArrayM objectForKeyedSubscript:]: unrecognized selector sent to instance 0x600003a95470
2022-08-11 11:53:29.634 UTM[2263:127593] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSArrayM objectForKeyedSubscript:]: unrecognized selector sent to instance 0x600003a95470'
*** First throw call stack:
(
0 CoreFoundation 0x00000001be2e91a8 __exceptionPreprocess + 240
1 libobjc.A.dylib 0x00000001be033e04 objc_exception_throw + 60
2 CoreFoundation 0x00000001be37cf4c -[NSObject(NSObject) __retain_OA] + 0
3 CoreFoundation 0x00000001be248554 ___forwarding___ + 1764
4 CoreFoundation 0x00000001be247db0 _CF_forwarding_prep_0 + 96
5 UTM 0x00000001007539e4 UTM + 309732
6 UTM 0x0000000100734264 UTM + 180836
7 UTM 0x0000000100734470 UTM + 181360
8 UTM 0x0000000100734314 UTM + 181012
9 UTM 0x00000001009c6884 UTM + 2877572
10 UTM 0x00000001007d8140 UTM + 852288
11 UTM 0x00000001007d8318 UTM + 852760
12 UTM 0x000000010070ddc0 UTM + 24000
13 UTM 0x000000010070de7c UTM + 24188
14 UTM 0x00000001009b7e54 UTM + 2817620
15 UTM 0x00000001009b5ed8 UTM + 2809560
16 UTM 0x0000000100881310 UTM + 1544976
17 SwiftUI 0x00000001e3dea25c $s7SwiftUI3AppPAAE4mainyyFZ + 112
18 UTM 0x000000010077f6f0 UTM + 489200
19 UTM 0x000000010077d2bc UTM + 479932
20 dyld 0x0000000100fd508c start + 520
)
libc++abi: terminating with uncaught exception of type NSException
zsh: abort /Applications/UTM.app/Contents/MacOS/UTM
```
Contributor guide
Assessment
This issue has not been assessed yet.