gyunaev / spivak

A cross-platform Karaoke player
GNU General Public License v3.0
75 stars 18 forks source link

Segmentation fault avec https://github.com/gyunaev/spivak.git #45

Open planeres opened 2 months ago

planeres commented 2 months ago

Pour certain fichier .kar

~/Logiciel/spivak/spivak/src$ ./spivak DEBUG Background objects: 5 loaded DEBUG Background objects: 5 loaded Found GStreamer libraries in PATH/LD_LIBRARY_PATH DEBUG GstMediaPlayer: pipeline state changed from NULL to READY, pending PAUSED DEBUG GstMediaPlayer: received new pad 'src_0' from 'decoder' DEBUG GstMediaPlayer: Audio link succeeded (type 'audio/x-raw'). DEBUG GstMediaPlayer: pipeline state changed from READY to PAUSED, pending VOID_PENDING DEBUG GstMediaPlayer: Media state set to PAUSED, sending loaded event DEBUG GstMediaPlayer: pipeline state changed from PAUSED to PLAYING, pending VOID_PENDING DEBUG GstMediaPlayer: media playback finished naturally, emitting finished() DEBUG Audio system initialized successfully DEBUG GstMediaPlayer: pipeline state changed from PLAYING to PAUSED, pending NULL DEBUG GstMediaPlayer: pipeline state changed from PAUSED to READY, pending NULL DEBUG Queue: Adding file 0 /home/philippe/Musique/Variete/Kar/1_2_3.kar by into queue id 1: ready DEBUG KaraokeWidget::playCurrent /home/philippe/Musique/Variete/Kar/1_2_3.kar DEBUG KaraokeSong: found music file /home/philippe/Musique/Variete/Kar/1_2_3.kar and lyric file /home/philippe/Musique/Variete/Kar/1_2_3.kar DEBUG GstMediaPlayer: pipeline state changed from NULL to READY, pending PAUSED DEBUG KaraokeSong: MIDI file is being loaded via built-in MIDI sequencer Segmentation fault (core dumped)

Pour répondre à la stupidité des filtres de types de fichier qui m'empèche de transmettre le fichier kar j'ai changé le préfixe en gif donc à remettre en kar. 1_2_3

gyunaev commented 2 months ago

J'ai essayé cette filther et tout a joyé normal.

No te vois pas un message como celu-ci:

Screenshot_20240823_154418

Si le te vois, tu as besoin de le reparer avant de utilicer l'app.

Si l'app funciona avec autres chansones, mais ne functiona pas seul aves certain filcher, j'ai besoin de regarder de gdb dump. S'il vous plait, vous-commande:

gdb ./spivak r <enter>

(quand l'app imprima "segmentation fault"): bt <enter>

et me te montres l'output. Merci beaucoup!