Steam doesn’t load anymore. To see what was the problem, I opened a terminal and typed steam
. I got this:
Loaded SDL version 2.0.15-6484190
Gtk-Message: 18:06:27.386: Failed to load module "overlay-scrollbar"
Gtk-Message: 18:06:27.388: Failed to load module "appmenu-gtk-module"
(steam:10167): Gtk-WARNING **: 18:06:27.393: Impossible de trouver le moteur de thème dans module_path : « pixmap »
(This message is repeated many times.)
(steam:10167): Gtk-WARNING **: 18:06:27.400: Impossible de trouver le moteur de thème dans module_path : « adwaita »
Gtk-Message: 18:06:27.401: Failed to load module "canberra-gtk-module"
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
Steam: An X Error occurred
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 151
Serial number of failed request: 50
xerror_handler: X failed, continuing
assert_20210505180626_1.dmp[10254]: Uploading dump (out-of-process)
/tmp/dumps/assert_20210505180626_1.dmp
/home/guillaume/.local/share/Steam/steam.sh : ligne 771 : 10167 Erreur de segmentation $STEAM_DEBUGGER "$STEAMROOT/$STEAMEXEPATH" "$@"
I tried to (re)install the missing modules with:
sudo apt install --reinstall canberra-gtk-module
sudo apt install --reinstall appmenu-gtk2-module appmenu-gtk3-module
sudo apt install --reinstall overlay-scrollbar
and some variations of these but it didn’t change a thing. I also downloaded from the official site and reinstalled steam_latest.deb
, but nothing changed.
I totaly uninstalled Steam (https://askubuntu.com/a/217875/269948) and reinstalled it with steam_latest.deb
, but to no avail.
Could someone tell me what I must do to make steam work?
sudo apt install --reinstall ubuntu-desktop
– ChanganAuto May 05 '21 at 19:58sudo apt install --reinstall ubuntu-desktop
didn’t work. – guillaume8375 May 06 '21 at 15:45