[Exaile] ne se lance plus après personnalisations (Résolu)

Mise à jour / Création /debug de paquetages
Avatar de l’utilisateur
mélodie
Maître du Kyudo
Messages : 2784
Inscription : lun. 30 oct. 2006, 02:06
Localisation : Pyrénées

[Exaile] ne se lance plus après personnalisations (Résolu)

Message par mélodie »

Bonjour,

Exaile (exaile-0.3.2.2-3 installé depuis AUR) fonctionnait, puis j'ai tenté de faire une modification impliquant une fonction présentée comme expérimentale. Puis appuyé sur le bouton "Restart".

Depuis Exaile est cassé et ne se lance plus. Ce n'est pas trop grave, je peux en utiliser un autre, mais ça m'intrigue : je l'ai désinstallé, ôté les fichiers de configuration du chemin, réinstallé et il ne se lance pas quand même.

Voici ce que je trouve dans gdb:

Code : Tout sélectionner

$ gdb exaile
GNU gdb (GDB) 7.4.1
Copyright (C) 2012 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-unknown-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
"/usr/bin/exaile": not in executable format: File format not recognized
(gdb) run
Starting program:  
No executable file specified.
Use the "file" or "exec-file" command.
(gdb) run /usr/bin/exaile 
Starting program:  /usr/bin/exaile
No executable file specified.
Use the "file" or "exec-file" command.
(gdb) exec-file /usr/bin/exaile 
"/usr/bin/exaile": not in executable format: File format not recognized
(gdb) 
Contrairement à ce que dit gdb le fichier est exécutable:
$ ls -l /usr/bin/exaile
-rwxr-xr-x 1 root root 358 14 juil. 13:40 /usr/bin/exaile

Il contient ceci:

Code : Tout sélectionner

#!/bin/sh

# Exaile launcher script (automatically generated)

EXAILE_PREFIX=/usr

if test -z "$XDG_DATA_DIRS"; then
	XDG_DATA_DIRS="/usr/local/share/:/usr/share/"
fi
XDG_DATA_DIRS="$EXAILE_PREFIX/share/:$XDG_DATA_DIRS"
export XDG_DATA_DIRS
exec python2 $EXAILE_PREFIX/lib/exaile/exaile.py --datadir=$EXAILE_PREFIX/share/exaile/data --startgui "$@"
exit $?

Que me suggèreriez-vous pour essayer de trouver la source du problème ?
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17576
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [Exaile] ne se lance plus après personnalisations

Message par benjarobin »

Tout d'abord gdb ce n'est que pour les exécutables, un script n'est pas un exécutable binaire !
De plus je ne vois pas ce que gdb peut apporter.
As tu bien supprimé tous les fichiers de configuration de ton home ? As tu lancé une seule fois celui-ci en root ?
Que donne la sortie du programme en ligne de commande (depuis une console)
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Avatar de l’utilisateur
mélodie
Maître du Kyudo
Messages : 2784
Inscription : lun. 30 oct. 2006, 02:06
Localisation : Pyrénées

Re: [Exaile] ne se lance plus après personnalisations

Message par mélodie »

Salut,
Non il restait des fichiers sous ~/.local/* et le paquet fait. J'ai tout supprimé cette fois.

J'ai fini le nettoyage et là je viens de le réinstaller : il se lance !

Code : Tout sélectionner

$ exaile 

** (process:15546): WARNING **: Trying to register gtype 'GMountMountFlags' as enum when in fact it is of type 'GFlags'

** (process:15546): WARNING **: Trying to register gtype 'GDriveStartFlags' as enum when in fact it is of type 'GFlags'

** (process:15546): WARNING **: Trying to register gtype 'GSocketMsgFlags' as enum when in fact it is of type 'GFlags'
INFO    : Loading Exaile 0.3.2.2...
INFO    : Loading settings...
** Message: pygobject_register_sinkfunc is deprecated (GstObject)
INFO    : Loading plugins...
Traceback (most recent call last):
  File "/usr/lib/exaile/xl/plugins.py", line 123, in enable_plugin
    if not plugin: raise Exception("Error loading plugin")
Exception: Error loading plugin
WARNING : Unable to enable plugin lyricswiki
INFO    : Loading collection...
INFO    : Loading devices...
INFO    : Loading interface...
WARNING : Failed to connect to HAL, autodetection of devices will be disabled.
INFO    : Loading main window...
INFO    : Connecting main window events...
INFO    : Loading panels...
INFO    : Connecting panel events...
INFO    : Done loading main window...

Merci bien !
Répondre