You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Current path of the VM
var pathUrl: URL {
if let wrapped = wrapped {
return wrapped.pathUrl
} else if let registryEntry = registryEntry {
return registryEntry.package.url
} else {
fatalError()
}
self UTM.VMData 0x000000028190b330
wrapped UTM.UTMVirtualMachine? nil none
registryEntryWrapped UTM.UTMRegistryEntry? nil none
uuidUnknown Bool false
_value Builtin.Int1 0
_isDeleted Combine.Published<Bool>
storage Combine.Published<Bool>.Storage value
_state Combine.Published<UTM.UTMVirtualMachineState>
storage Combine.Published<UTM.UTMVirtualMachineState>.Storage value
value UTM.UTMVirtualMachineState stopped
storage Combine.Published<UIImage?>.Storage value
Describe the issue
UTM version 4.3.1 crashes on M2 iPad Pro **
Configuration (required)
Crash log
Cannot access the crash log as it crashes when I select Privacy.
Debug log
Debug log from iOS-deploy is attached.
UTM_debug.txt
Upload VM
Same issue crashes and can't access it.
The text was updated successfully, but these errors were encountered: