Since f69128e01b33e8a35e9ac1235b8fff1e1dad535e, restoring VMs now works again. However, when performing quick mouse clicks/drags right after restoring a Windows 10 VM from disk, the VM crashes in qxldod.sys:
It appears to be a known issue in QEMU/SPICE. It was discussed in this bug report and was fixed by this commit to spice.
The first version of spice that includes the fix is 0.14.1, while the one packaged with Boxes is currently 0.14.0.
I haven't tried applying this commit to our packaged 0.14.0 to confirm that it fixes the issue, but I did test Boxes with spice version 0.14.2 and the issue no longer reproduces.
Since f69128e01b33e8a35e9ac1235b8fff1e1dad535e, restoring VMs now works again. However, when performing quick mouse clicks/drags right after restoring a Windows 10 VM from disk, the VM crashes in
qxldod.sys
:It appears to be a known issue in QEMU/SPICE. It was discussed in this bug report and was fixed by this commit to
spice
.The first version of
spice
that includes the fix is0.14.1
, while the one packaged with Boxes is currently0.14.0
.I haven't tried applying this commit to our packaged
0.14.0
to confirm that it fixes the issue, but I did test Boxes withspice
version0.14.2
and the issue no longer reproduces.