stsaz / phiola

Fast audio player, recorder, converter for Windows, Linux & Android
BSD 2-Clause "Simplified" License
119 stars 7 forks source link

Problem when playing unsupported files? #33

Closed Unnepad closed 6 months ago

Unnepad commented 6 months ago

Lately, I've noticed some problems when trying to play unsupported files on GUI (like image or text files).

The normal behaviour is that it should display a notification describing the error, and play the next file if possible.

However, after installing newer versions (I think after rc23) there's some issues. On some instances, the program used to freeze and consume a lot of memory. On others, it just exits or doesn't show a notification.

CLI works fine, so it must be an issue with the GUI.

Unnepad commented 6 months ago

Captura de pantalla_20240513_121909

This is a example of a error message when using the GUI through the terminal.

stsaz commented 6 months ago

Hi!

Here's what happened:

To fix the problem:

P.S. Do you have the latest GTK3 and Wayland packages installed? We could try to report this issue to them, but I don't currently have the latest versions to test.

Unnepad commented 6 months ago

I removed gui.conf, installed 2.1-beta1 and it seems to be fixed :) It's weird, though, because I previously installed 2.1-beta1. I guess the file wasn't automatically removed.

I'm using Fedora 40 (KDE), so I'm assuming I have the latest Wayland/GTK3 packages.