VS Code Quits/Crashes

Anyone else having issues with VS Code just closing?

I already removed and installed to see if it would fix but it hasn’t.

Not seeing it myself, and I have VS Code open about 95% of the time my computer is logged, although I haven’t used the computer much since Friday morning.

$ snap --version
snap    2.45.2
snapd   2.45.2
series  16
ubuntu  20.04
kernel  5.4.0-42-generic

code snap

latest/stable:    91899dce 2020-07-27 (39) 148MB classic

Thanks for the reply.

I’m running Manjaro

This is the output I get when I run ‘code --status’, any help resolving this will truly be appriciated.

code --status   6.12.2 
Gtk-Message: 12:50:49.956: Failed to load module “canberra-gtk-module”
(code:9964): Gtk-WARNING **: 12:50:49.966: Theme parsing error: gtk.css:68:35: The style property GtkButton:child-displacement-x is deprecated and shouldn’t be used anymore. It will be removed in a future version

(code:9964): Gtk-WARNING **: 12:50:49.966: Theme parsing error: gtk.css:69:35: The style property GtkButton:child-displacement-y is deprecated and shouldn’t be used anymore. It will be removed in a future version
(code:9964): Gtk-WARNING **: 12:50:49.966: Theme parsing error: gtk.css:73:46: The style property GtkScrolledWindow:scrollbars-within-bevel is deprecated and shouldn’t be used anymore. It will be removed in a future version
(code:9964): GdkPixbuf-WARNING **: 12:50:49.969: Cannot open pixbuf loader module file ‘/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache’: No such file or directory

This likely means that your installation is broken.
Try running the command
gdk-pixbuf-query-loaders > /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache
to make things work again for the time being.
Gtk-Message: 12:50:49.982: Failed to load module “colorreload-gtk-module”
Version: Code 1.47.3 (91899dcef7b8110878ea59626991a18c8a6a1b3e, 2020-07-23T15:51:39.791Z)
OS Version: Linux x64 4.19.133-1-MANJARO
CPUs: Intel® Core™ i7-8550U CPU @ 1.80GHz (8 x 1935)
Memory (System): 15.42GB (9.60GB free)
Load (avg): 2, 1, 1
VM: 0%
Screen Reader: no
Process Argv: snap --no-sandbox

There are some similar cases when you search this forum for “gdk-pixbuf-query-loaders”. Some of the threads have workarounds people have tried.

Thanks elcste,

Your link took me to this link https://forum.snapcraft.io/t/arch-linux-no-longer-runs-snaps/11304/4?u=mg1981

and it fixed it for me.

1 Like