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
Describe the issue
So I am trying to make a Win95 VM, and after going through the wizard, it does not appear in the list, it only does show up after relaunching the app. Whenever I want to change something about the VM, upon pressing "Save...", it hits me with an error that simply says: "The file couldn't be opened" and keeps me in the settings menu. But the changes I make ARE saved. Worst of all, doesn't allow me to mount an ISO to a VM. This still happens even after deleting all files relating to UTM + the app itself. Configuration
UTM Version: 4.5.3
macOS Version: 14.5 (23F79)
Mac Chip (Intel, M1, ...): M1 8-core GPU
The text was updated successfully, but these errors were encountered:
Hello,
I ran into a similar issue but in a different way. Can be reproduced
I am automating a few things to add to my plugin.
I create a VM through the script.
Trying changing settings manually
I will be thrown a "The file couldn't be opened" error.
But the settings I added will be saved.
clicking save again the error doesn't appear but ISO will be detached.
So behaviour is same as the OP observed.
Steps to reproduce.
create_vm.applescript
tellapplication"UTM"--- specify a boot ISOsetisotoPOSIX file"ubuntu-24.04-live-server-arm64.iso"--- create a new QEMU VM for ARM64 with a single 64GiB drivesetvmto make new virtual machinewithproperties {backend:qemu, configuration:{name:"QEMU ARM64", architecture:"aarch64", drives:{{removable:true, source:iso}, {guest size:65536}}}}
end tell
Execute
osascript create_vm.applescript
In UI trying changing any settings
The iso file is present , can actually run the VM if I didn't touch settings. (but I need display to observe, so went to settings)
Describe the issue
So I am trying to make a Win95 VM, and after going through the wizard, it does not appear in the list, it only does show up after relaunching the app. Whenever I want to change something about the VM, upon pressing "Save...", it hits me with an error that simply says: "The file couldn't be opened" and keeps me in the settings menu. But the changes I make ARE saved. Worst of all, doesn't allow me to mount an ISO to a VM. This still happens even after deleting all files relating to UTM + the app itself.
Configuration
The text was updated successfully, but these errors were encountered: