Skip to content
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

UTM version 4.3.1 crashes on M2 iPad Pro #5424

Closed
startergo opened this issue Jul 5, 2023 · 2 comments
Closed

UTM version 4.3.1 crashes on M2 iPad Pro #5424

startergo opened this issue Jul 5, 2023 · 2 comments
Milestone

Comments

@startergo
Copy link
Contributor

Describe the issue
UTM version 4.3.1 crashes on M2 iPad Pro **

Configuration (required)

  • UTM Version: 4.3.1
  • OS Version: 16.5.1
  • Device Model: iPad Pro M2
  • Is it jailbroken (name jailbreak used)? No
  • How did you install UTM? Tethered mode. Ran trough iOS-deploy

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.

@startergo
Copy link
Contributor Author

Updated the DeveloperDiskImage and attaching the new log file.
UTM_debug.txt

@startergo
Copy link
Contributor Author

startergo commented Jul 6, 2023

Built the application with Xcode and ran it. Crashes here:

UTM/VMData.swift:45: Fatal error
2023-07-05 20:27:31.451781-0400 UTM[11842:718561] UTM/VMData.swift:45: Fatal error
 /// 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants