logo Debian Debian Debian-France Debian-Facile Debian-fr.org Forum-Debian.fr Debian ? Communautés logo inclusivité

Debian-facile

Bienvenue sur Debian-Facile, site d'aide pour les nouveaux utilisateurs de Debian.

Vous n'êtes pas identifié(e).

#1 27-05-2019 12:55:10

Cew67
Membre
Distrib. : Debian Testing 10.0
Noyau : Linux 4.9.0-7-amd64
(G)UI : KDE / KWin
Inscription : 27-05-2019

[RÉSOLU] Chromium ne se lance pas

Bonjour,

J'ai installé Chromium tout en suivant ce tuto (https://debian-facile.org/viewtopic.php?id=17053) pour installer flash.
J'ai du peut être me tromper quelque part car les extensions ne marchaient plus et aucune ne pouvait être installées.
Dans le but de remédier à ce problème j'ai tenté de désinstaller Chromium et de le réinstaller, ça n'a pas marché non plus.

Pour finir j'ai essyaé de désinstaller Chromium tout en supprimant les dossiers avec son nom.
/home/user/.cache/chromium
/etc/chromium
/etc/chromium.d
/usr/bin/chromium
/usr/lib/chromium
/usr/share/applications/chromium
/usr/share/chromium

En essayant de le réinstaller, cette fois c'est pire, je n'arrive plus a le lancer.


Quand je tape Chromium dans un terminal (En utilisateur normal et en root) voilà l'erreur indiqué :

:~$ chromium
[0527/104938.374822:FATAL:v8_initializer.cc(326)] Check failed: natives_file.IsValid().
#0 0x5641b034bb89 <unknown>
#1 0x5641b0296856 <unknown>
#2 0x5641b02af00c <unknown>
#3 0x5641b297f95a <unknown>
#4 0x5641b297fa0a <unknown>
#5 0x5641afe016ad <unknown>
#6 0x5641afe0a01d <unknown>
#7 0x5641afdff085 <unknown>
#8 0x5641ad8c70cd ChromeMain
#9 0x7f80e5a5909b __libc_start_main
#10 0x5641ad8c6f2a _start
Abandon
 




Si je tente chromium --debug

: ~$ chromium --debug
# Env:
#     LD_LIBRARY_PATH=
#                PATH=/bin:/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/local/go/bin
#            GTK_PATH=
#      CHROMIUM_FLAGS= --show-component-extension-options --enable-gpu-rasterization --no-default-browser-check --disable-pings --media-router=0 --enable-remote-extensions --load-extension=
/usr/bin/gdb /usr/lib/chromium/chromium -x /tmp/chromiumargs.j48vcS
GNU gdb (Debian 8.2.1-2) 8.2.1
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/lib/chromium/chromium...(no debugging symbols found)...done.
(gdb)
 



Quelqu'un aurait une solution ?

Merci

Dernière modification par Cew67 (28-05-2019 18:48:59)

Hors ligne

#2 27-05-2019 15:59:36

LaFouine
Membre
Distrib. : Debian testing
Noyau : 4.19.0-4-amd64
(G)UI : Xfce
Inscription : 10-04-2017

Re : [RÉSOLU] Chromium ne se lance pas

Problème de path (chemin d’accès) après les informations son faibles tu peux utiliser strace (paquet du même nom il me semble) pour avoir plus d'information .

Que donne un

aptitude search chromium

ou apt-get tongue


Debian testing, nvidia 980 gtx sli, cm asurock 16 gb ram cpu i7 4,2 ghz

Hors ligne

#3 27-05-2019 16:42:52

Cew67
Membre
Distrib. : Debian Testing 10.0
Noyau : Linux 4.9.0-7-amd64
(G)UI : KDE / KWin
Inscription : 27-05-2019

Re : [RÉSOLU] Chromium ne se lance pas

Pour strace, j'ai utilisé la commande :

strace -o debug chromium
[0527/172542.690080:FATAL:v8_initializer.cc(326)] Check failed: natives_file.IsValid().
Abandon
 


Comme le rapport est long (Plus de 1918 lignes) j'ai préféré l'insérer sur un autre site : https://www.cjoint.com/data/IEBpEFUSQLm_debug.txt


Pour Aptitude :

aptitude search chromium
i   chromium                                                   - web browser                                                          
p   chromium:i386                                              - web browser                                                          
p   chromium-bsu                                               - fast paced, arcade-style, scrolling space shooter                    
p   chromium-bsu:i386                                          - fast paced, arcade-style, scrolling space shooter                    
p   chromium-bsu-data                                          - data pack for the Chromium B.S.U. game                              
v   chromium-bsu-data:i386                                     -                                                                      
i A chromium-common                                            - web browser - common resources used by the chromium packages        
p   chromium-common:i386                                       - web browser - common resources used by the chromium packages        
p   chromium-driver                                            - web browser - WebDriver support                                      
p   chromium-driver:i386                                       - web browser - WebDriver support                                      
p   chromium-l10n                                              - web browser - language packs                                        
p   chromium-lwn4chrome                                        - Chromium extension for making LWN.net slightly easier to read        
i A chromium-sandbox                                           - web browser - setuid security sandbox for chromium                  
p   chromium-sandbox:i386                                      - web browser - setuid security sandbox for chromium                  
p   chromium-shell                                             - web browser - minimal shell                                          
p   chromium-shell:i386                                        - web browser - minimal shell                                          
p   chromium-tt-rss-notifier                                   - Chromium extension providing toolbar button for TT-RSS installations
p   chromium-ublock-origin                                     - general-purpose lightweight ads, malware, trackers blocker (Chromium)
p   node-electron-to-chromium                                  - Provides a list of electron-to-chromium version mappings



Pour apt-cache search :

:~$ apt-cache search chromium
webext-browserpass - web extension for the password manager pass
buku - Powerful command-line bookmark manager
chrome-gnome-shell - GNOME Shell extensions integration for web browsers
chromium - web browser
chromium-common - web browser - common resources used by the chromium packages
chromium-driver - web browser - WebDriver support
chromium-l10n - web browser - language packs
chromium-sandbox - web browser - setuid security sandbox for chromium
chromium-shell - web browser - minimal shell
chromium-bsu - fast paced, arcade-style, scrolling space shooter
chromium-bsu-data - data pack for the Chromium B.S.U. game
webext-https-everywhere - Extension to force the use of HTTPS on many sites
chromium-lwn4chrome - Chromium extension for making LWN.net slightly easier to read
emacs-mozc - Mozc for Emacs
emacs-mozc-bin - Helper module for emacs-mozc
ibus-mozc - Mozc engine for IBus - Client of the Mozc input method
mozc-data - Mozc input method - data files
mozc-server - Server of the Mozc input method
mozc-utils-gui - GUI utilities of the Mozc input method
uim-mozc - Mozc engine for uim - Client of the Mozc input method
ninja-build - small build system closest in spirit to Make
node-electron-to-chromium - Provides a list of electron-to-chromium version mappings
plasma-browser-integration - Chromium integration for Plasma
python-pyqt5.qtwebengine - Python 2 bindings for Qt5's WebEngine module
python-pyqt5.qtwebengine-dbg - Python 2 bindings for Qt5'
s WebEngine module (debug extensions)
python3-pyqt5.qtwebengine - Python 3 bindings for Qt5's WebEngine module
python3-pyqt5.qtwebengine-dbg - Python 3 bindings for Qt5'
s WebEngine module (debug extensions)
python-libnacl - Python 2 bindings for libsodium based on ctypes
python3-libnacl - Python 3 bindings for libsodium based on ctypes
python-pyftpdlib - Python FTP server library (Python 2)
python-pyftpdlib-doc - documentation for Python FTP server library
python3-pyftpdlib - Python FTP server library (Python 3)
chromium-tt-rss-notifier - Chromium extension providing toolbar button for TT-RSS installations
chromium-ublock-origin - general-purpose lightweight ads, malware, trackers blocker (Chromium)
cgpt - GPT manipulation tool with support for Chromium OS extensions
browser-plugin-freshplayer-pepperflash - PPAPI-host NPAPI-plugin adapter for pepperflash
pepperflashplugin-nonfree - Pepper Flash Player - browser plugin
flash-player-ppapi - Adobe Flash Player PPAPI 26.0
 

Hors ligne

#4 28-05-2019 09:17:02

LaFouine
Membre
Distrib. : Debian testing
Noyau : 4.19.0-4-amd64
(G)UI : Xfce
Inscription : 10-04-2017

Re : [RÉSOLU] Chromium ne se lance pas

D'après strace il y a des problème d'accès aux fichier, donc il faut vérifier que les droit d'écriture et lecture son bien possible: tu peux t'aider de strace  et grep pour voir ce qu'il demande.

strace paramètre | grep "Aucun fichier ou dossier de ce type"



tu peux aussi tenter une ré-installation mai sa ne résoudra pas les problème de droit.

le paquet chromium-l10n peux s’avérer utile je pense de même que chromium-common mai j'en n'en suis pas certain


Debian testing, nvidia 980 gtx sli, cm asurock 16 gb ram cpu i7 4,2 ghz

Hors ligne

#5 28-05-2019 09:24:04

tophechris94
Membre
Lieu : val de marne ( 94)
Distrib. : debian unstable
Noyau : 5.10.0-8-686-pae
(G)UI : openbox
Inscription : 08-07-2016
Site Web

Re : [RÉSOLU] Chromium ne se lance pas

Salut a tous , essaie d installer iron c est comme chromium le lien => https://www.srware.net/forum/viewtopic.php?f=18&t=21239

sparkylinux-ver-fluxbox-icewm=> https://mega.nz/file/jJ8hiJBD#rhy5o3GzC … RFSeokkwFo
je viens en paix , pas taper sur la tete .

Hors ligne

#6 28-05-2019 13:24:32

Cew67
Membre
Distrib. : Debian Testing 10.0
Noyau : Linux 4.9.0-7-amd64
(G)UI : KDE / KWin
Inscription : 27-05-2019

Re : [RÉSOLU] Chromium ne se lance pas

Salut,

Iron ne m'a pas l'air d'être très à jour (la dernière version date de 2018), mais merci quand même pour la suggestion.

J'ai essayé d'installer chromium-l10n et chromium-common mais ça ne marche pas non plus.

Pour strace et grep je ne comprends pas très bien, quelle commande dois je lancer ? (J'ai lu la documentation mais j'ai du mal à voir ce que je dois faire)

***********************************************************************************************

Édit :


Je suis allé sur le tchat de debian (En Anglais) pour trouver une solution.
(Site : webchat.freenode.net #debian)

Ils m'ont indiqué une solution qui a marché :

apt-get install debsums



debsums chromium-common
apt-get --reinstall install chromium-common
debsums chromium-sandbox
apt-get --reinstall install chromium-sandbox



apt-get install chromium



Il y avait en effet des problèmes de fichier manquant (Repéré grâce a la commande debsums)
mais il ne fallait pas réinstaller chromium mais deux autres paquets en l'occurrence
(Chromium-common chromium-sandbox)

Merci pour votre aide.

Dernière modification par Cew67 (28-05-2019 18:51:17)

Hors ligne

Pied de page des forums