Gnome-boxes crash on launch after cloning an other VM

Hi guys,
1-gnome-boxes was working well until I tried to clone one existing vm
2-now when I start gnome-boxes, the window app appear and then disappear
I copy paste the following from the terminal :

Citation

gnome-boxes  :heavy_check_mark:
(gnome-boxes:8292): Gtk-WARNING **: 12:10:18.547: GtkFlowBox with a model will ignore sort and filter functions
(gnome-boxes:8292): Gtk-WARNING **: 12:10:18.549: GtkListBox with a model will ignore sort and filter functions

Boxes-Message: 12:10:18.850: libvirt-machine.vala:274: Failed to connection to system libvirt: Impossible d’ouvrir qemu+unix:///system: Failed to connect socket to ‘/var/run/libvirt/virtqemud-sock-ro’: No such file or directory
(gnome-boxes:8292): Boxes-CRITICAL **: 12:10:19.076: boxes_vm_importer_get_source_media: assertion ‘self != NULL’ failed
zsh: segmentation fault (core dumped) gnome-boxes

Citation

3-I have created and another user session: gnome-boxes is running very well

so I have no idea what to do.
I am reading this forum but I am lost .
sorry about that

any idea to share ?

I have found the solution here:

I typded in the terminal:
virsh
Bienvenue dans virsh, le terminal de virtualisation interactif.

virsh # list --all
ID Nom État

  • archlinux fermé
  • archlinux-2 fermé
  • debian11 fermé
  • debian11-2 fermé
  • debian11-3 fermé
  • debian11-4 fermé
  • debiantestin fermé
  • debiantestin-2 fermé
  • fedora36-wor fermé
  • ubuntu22.04 fermé

virsh # undefine debiantestin-2
Domain ‘debiantestin-2’ has been undefined

virsh # list --all
ID Nom État

  • archlinux fermé
  • archlinux-2 fermé
  • debian11 fermé
  • debian11-2 fermé
  • debian11-3 fermé
  • debian11-4 fermé
  • debiantestin fermé
  • fedora36-wor fermé
  • ubuntu22.04 fermé

(Delete the VM using command: virsh undefine VM_Name) : debiantestin-2 was the clone vm :wink: to delete

SOLVED

A few tips for helping those coming after.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.