Annoying bug in Nautilus

Hi, my desktop in Gnome.

Files(Nautilus) crashes after opening several times

Output of nautilus:

GSConnect: No translation file found for domain
**
ERROR:../nautilus/src/nautilus-file.c:610:nautilus_file_new_from_filename: assertion failed: (filename[0] != '\0')
Bail out! ERROR:../nautilus/src/nautilus-file.c:610:nautilus_file_new_from_filename: assertion failed: (filename[0] != '\0')
zsh: IOT instruction (core dumped)  nautilus

Output of G_DEBUG=“all” NAUTILUS_DEBUG=“All” nautilus

GSConnect: No translation file found for domain
**
ERROR:../nautilus/src/nautilus-file.c:610:nautilus_file_new_from_filename: assertion failed: (filename[0] != '\0')
Bail out! ERROR:../nautilus/src/nautilus-file.c:610:nautilus_file_new_from_filename: assertion failed: (filename[0] != '\0')
zsh: IOT instruction (core dumped)  G_DEBUG="all" NAUTILUS_DEBUG="All" nautilus

Regards.

1 Like

It should not be crashing in any case, but I’m left wondering what this might mean:

updated

I had the same problem. I was able to find this ticket in GNOME’s Gitlab:
https://gitlab.gnome.org/GNOME/nautilus/-/issues/2687

The solution was to copy something in the clipboard (simply write something and then copy it), and then open Nautilus. Worked for me.