quickemu-project / quickemu

Quickly create and run optimised Windows, macOS and Linux virtual machines
MIT License
10.56k stars 460 forks source link

bug: RecoveryImage Macos being removed after downloaded #1229

Closed xensurve closed 4 months ago

xensurve commented 4 months ago

Distro : Arch De : plasma quickemu : qemu-git


quickget macos ventura
it downloads the RecoveryImage.img but when its finished it deletes it , its removed from the folder all thats left is the opencore.qcow2 and ovmf files I installed the quickemu-git from arch and it deletes the file, I installed quickemu-4.9.4 from arch and it does'nt delete the file latest pull seems to have a bug that deletes the file after downloaded ,can anyone esle confirm
lj3954 commented 4 months ago

Yes, that is caused by commit https://github.com/quickemu-project/quickemu/commit/8db310035541fd6b0fe17f388aaec914cb20da08. Quickget never sets the QEMU_IMG variable, only quickemu does. There must have been an oversight there.

flexiondotorg commented 4 months ago

Duplicate of #1124

samxu29 commented 4 months ago

Are there any update on this issue yet?

philclifford commented 4 months ago

It is fixed in an in-progress feature branch. I the meantime you can work around with

export QEMU_IMG=$(command -v qemu-img)
quickget macos ventura