utmapp / UTM

Virtual machines for iOS and macOS
https://getutm.app
Apache License 2.0
26.29k stars 1.31k forks source link

IPSW download aborts (or appears to) if network changes #6407

Open jonpalmisc opened 3 months ago

jonpalmisc commented 3 months ago

If you are waiting for a ISPW to download to create a macOS VM, but change your WiFi network, etc. during this process, the download completely aborts, rather than pausing and resuming upon connection to the new WiFi network. There is no way to resume the process as far as I can tell.

Configuration

osy commented 3 weeks ago

This is one of those issues that seems easy enough to fix but would actually require a lot of work. Basically, we need to implement a retry and backdown algorithm and failing the download only when a number of retries are exceeded.