[Linux-bruxelles] Steam ne se charge plus après un upgrade de Mint 18.3 vers 19.3

quatron mpa01 at scarlet.be
Jeu 16 Juil 13:01:30 CEST 2020


Info: carte graphique: NVIDIA Corporation GP107 [GeForce GTX 1050 Ti] 
avec pilote NVIDIA 440.
(Je précise qu'avec le driver GPL de X.ORG j'ai le même problème mais le 
gestionaire des pilotes ne me propose plus les pilotes propriétaires 
après (??). J'ai du le réinstallé à la main (sudo apt-get install lisudo 
ubuntu-drivers autoinstall))

Je continue mais ca ne progresse pas:
Ci-essous la dernière copie de la consolle au démarrage de steam:
(J'ai aussi tenté de ré-insallé libgl1 et j'ai vérifié les liens 
symboliques libGL.so.1 dans /usr/lib/x86-..... et /usr/lib/i386-... 
(quel bordel dans le lib maintenant: y en a partout y compris dans la 
racine et dans /var/.. comment vous y retrouvez-vous?))
Ps: Il y a un dump dans /tmp/dumps mais je ne sais pas le lire...

micpaq at Ordi-Bureau ~ $ sudo apt-get install libgl1-mesa-glx
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
libgl1-mesa-glx est déjà la version la plus récente 
(20.0.8-0ubuntu1~18.04.1).
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.

micpaq at Ordi-Bureau ~ $ steam
Running Steam on linuxmint 19.3 64-bit
STEAM_RUNTIME is enabled automatically
Pins up-to-date!
Steam client's requirements are satisfied
/home/micpaq/.steam/ubuntu12_32/steam
[2020-07-16 12:40:28] Startup - updater built Jul 10 2020 21:36:30
Installing breakpad exception handler for appid(steam)/version(1594863892)
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
SteamUpdateUI: An X Error occurred
X Error of failed request:  GLXBadContext
SteamUpdateUI: An X Error occurred
X Error of failed request:  BadValue (integer parameter out of range for 
operation)
Major opcode of failed request:  154 (GLX)
Minor opcode of failed request:  3 (X_GLXCreateContext)
Value in failed request:  0x0
Serial number of failed request:  45
xerror_handler: X failed, continuing
Major opcode of failed request:  154 (GLX)
Minor opcode of failed request:  6 (X_GLXIsDirect)
Serial number of failed request:  46
xerror_handler: X failed, continuing
Looks like steam didn't shutdown cleanly, scheduling immediate update check
Installing breakpad exception handler for appid(steam)/version(1594863892)
[2020-07-16 12:40:28] Checking for update on startup
[2020-07-16 12:40:28] Recherche de nouvelles mises à jour...
[2020-07-16 12:40:28] Downloading manifest: 
client-download.steampowered.com/client/steam_client_ubuntu12
Installing breakpad exception handler for appid(steam)/version(1594863892)
[2020-07-16 12:40:29] Download skipped: /client/steam_client_ubuntu12 
version 1594863892, installed version 1594863892
[2020-07-16 12:40:29] Nothing to do
[2020-07-16 12:40:29] Vérification de l'installation...
[2020-07-16 12:40:29] Performing checksum verification of executable files
[2020-07-16 12:40:30] Verification complete
Loaded SDL version 2.0.13-5893924
Gtk-Message: 12:40:30.698: Failed to load module "gtk-vector-screenshot"
Gtk-Message: 12:40:30.699: Failed to load module "atk-bridge"
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:  GLXBadContext
Major opcode of failed request:  154
Serial number of failed request:  49
xerror_handler: X failed, continuing
Steam: An X Error occurred
X Error of failed request:  BadValue (integer parameter out of range for 
operation)
Major opcode of failed request:  154
Value in failed request:  0x0
Serial number of failed request:  48
xerror_handler: X failed, continuing
Steam: An X Error occurred
X Error of failed request:  BadMatch (invalid parameter attributes)
Major opcode of failed request:  154
Serial number of failed request:  50
xerror_handler: X failed, continuing
assert_20200716124028_1.dmp[17101]: Uploading dump (out-of-process)
/tmp/dumps/assert_20200716124028_1.dmp
/home/micpaq/.steam/steam.sh : ligne 750 : 17077 Erreur de segmentation 
(core dumped) $STEAM_DEBUGGER "$STEAMROOT/$STEAMEXEPATH" "$@"
micpaq at Ordi-Bureau ~ $ assert_20200716124028_1.dmp[17101]: Finished 
uploading minidump (out-of-process): success = yes
assert_20200716124028_1.dmp[17101]: response: 
CrashID=bp-ec50787d-c7de-4205-9212-f7be22200716
assert_20200716124028_1.dmp[17101]: file 
''/tmp/dumps/assert_20200716124028_1.dmp'', upload yes: 
''CrashID=bp-ec50787d-c7de-4205-9212-f7be22200716''


Le 15/07/20 à 13:11, Depuydt, Patrick a écrit :
> Hello,
> 
> D'après ce que je peux voir dans le log le gros du problème est ici:
> 
> Loaded SDL version 2.0.13-5893924
> Gtk-Message: 16:59:31.260: Failed to load module "gail"
> Gtk-Message: 16:59:31.261: Failed to load module "atk-bridge"
> 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:  GLXBadContext *
> 
> 1) Pas sur que les modules GTK soient vraiment nécessaires, mais fait 
> une recherche pour voir si chez Mint ils ont séparé ces parties et que 
> tu dois installer un paquet genre gtk-mod-gail bref, je connais pas 
> Mint, donc à toi de chercher...
> 
> 2) Visiblement libGL à un prob avec la/les config(s) du framebuffer 
> (fbConfigs) est-ce que le support fb est bien compris dans Mint ?, et il 
> se plaint de pas pouvoir charger "swrast" aussi probablement installable 
> en module séparé.
> 
> 3) To problème viens clairement de libGL donc, si les fix ci-dessus ne 
> donnent rien, tu peux tenter de réinstaller tes drivers graphiques, 
> libGL, libMesa et consorts.
> 
> Après, avoir une idée de ta carte graphique pourrait nous éclairer un 
> peu plus...
> 
> Pat.
> 
> On Tue, Jul 14, 2020 at 5:08 PM quatron <mpa01 at scarlet.be 
> <mailto:mpa01 at scarlet.be>> wrote:
> 
>     Bonjour a tous,
> 
>     Linux n'a qu'un virus: les programmeurs qui font des upgrade.
> 
>     Le sujet est dans le titre.
> 
>     J'ai tout désinstallé (avec purge des fichiers) tout réinstallé avec le
>     méta paquet de apt puis en direct avec le .deb de steam  mais ça ne
>     fonctionne plus.
>     J'ai cherché sur steam: renseignements datant de Ubuntu 12 et lien
>     brisés (dépôt non signé).
> 
>     L'un de vous a peut-être une idée...
> 
>     EN lançant steam dans une console on obtient:
> 
>     micpaq at Ordi-Bureau ~ $ steam
>     Running Steam on linuxmint 19.3 64-bit
>     STEAM_RUNTIME is enabled automatically
>     Pins up-to-date!
>     Steam client's requirements are satisfied
>     /home/micpaq/.steam/ubuntu12_32/steam
>     [2020-07-14 16:59:22] Startup - updater built Jul  8 2020 23:10:46
>     Installing breakpad exception handler for
>     appid(steam)/version(1594252496)
>     libGL error: No matching fbConfigs or visuals found
>     libGL error: failed to load driver: swrast
>     SteamUpdateUI: An X Error occurred
>     X Error of failed request:  GLXBadContext
>     SteamUpdateUI: An X Error occurred
>     X Error of failed request:  BadValue (integer parameter out of range
>     for
>     operation)
>     Major opcode of failed request:  154 (GLX)
>     Minor opcode of failed request:  3 (X_GLXCreateContext)
>     Value in failed request:  0x0
>     Serial number of failed request:  45
>     xerror_handler: X failed, continuing
>     Major opcode of failed request:  154 (GLX)
>     Minor opcode of failed request:  6 (X_GLXIsDirect)
>     Serial number of failed request:  46
>     xerror_handler: X failed, continuing
>     Looks like steam didn't shutdown cleanly, scheduling immediate
>     update check
>     Installing breakpad exception handler for
>     appid(steam)/version(1594252496)
>     [2020-07-14 16:59:23] Checking for update on startup
>     [2020-07-14 16:59:23] Recherche de nouvelles mises à jour...
>     [2020-07-14 16:59:23] Downloading manifest:
>     client-download.steampowered.com/client/steam_client_ubuntu12
>     <http://client-download.steampowered.com/client/steam_client_ubuntu12>
>     Installing breakpad exception handler for
>     appid(steam)/version(1594252496)
>     [2020-07-14 16:59:23] Download skipped: /client/steam_client_ubuntu12
>     version 1594252496, installed version 1594252496
>     [2020-07-14 16:59:23] Nothing to do
>     [2020-07-14 16:59:23] Vérification de l'installation...
>     [2020-07-14 16:59:23] Performing checksum verification of executable
>     files
>     [2020-07-14 16:59:30] Verification complete
>     Loaded SDL version 2.0.13-5893924
>     Gtk-Message: 16:59:31.260: Failed to load module "gail"
>     Gtk-Message: 16:59:31.261: Failed to load module "atk-bridge"
>     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:  GLXBadContext
>     Major opcode of failed request:  154
>     Serial number of failed request:  49
>     xerror_handler: X failed, continuing
>     Steam: An X Error occurred
>     X Error of failed request:  BadValue (integer parameter out of range
>     for
>     operation)
>     Major opcode of failed request:  154
>     Value in failed request:  0x0
>     Serial number of failed request:  48
>     xerror_handler: X failed, continuing
>     Steam: An X Error occurred
>     X Error of failed request:  BadMatch (invalid parameter attributes)
>     Major opcode of failed request:  154
>     Serial number of failed request:  50
>     xerror_handler: X failed, continuing
>     assert_20200714165922_1.dmp[9549]: Uploading dump (out-of-process)
>     /tmp/dumps/assert_20200714165922_1.dmp
>     /home/micpaq/.steam/steam.sh : ligne 750 :  9525 Erreur de segmentation
>     (core dumped) $STEAM_DEBUGGER "$STEAMROOT/$STEAMEXEPATH" "$@"
>     micpaq at Ordi-Bureau ~ $ assert_20200714165922_1.dmp[9549]: Finished
>     uploading minidump (out-of-process): success = yes
>     assert_20200714165922_1.dmp[9549]: response:
>     CrashID=bp-c23a9ae6-7830-4029-ad0c-203732200714
>     assert_20200714165922_1.dmp[9549]: file
>     ''/tmp/dumps/assert_20200714165922_1.dmp'', upload yes:
>     ''CrashID=bp-c23a9ae6-7830-4029-ad0c-203732200714''
>     micpaq at Ordi-Bureau ~ $
> 
>     merci pour toute aide
>     --
>     Michel
>     _______________________________________________
>     Linux-bruxelles :
>     Èchanger, partager, s'informer par mails sur toute action,
>     proposition accordée avec: http://www.bxlug.be/?Nos-statuts
> 
>     ! 64 kb autorisés par mail, tout fichier inclus !
> 
>     Linux-bruxelles at lists.bxlug.be <mailto:Linux-bruxelles at lists.bxlug.be>
>     https://chahut.domainepublic.net/cgi-bin/mailman/listinfo/linux-bruxelles
> 
> 
> _______________________________________________
> Linux-bruxelles :
> Èchanger, partager, s'informer par mails sur toute action, proposition accordée avec: http://www.bxlug.be/?Nos-statuts
> 
> ! 64 kb autorisés par mail, tout fichier inclus !
> 
> Linux-bruxelles at lists.bxlug.be
> https://chahut.domainepublic.net/cgi-bin/mailman/listinfo/linux-bruxelles
> 


Plus d'informations sur la liste de diffusion Linux-bruxelles