ellie-commons / byte

A Music Player designed for elementary OS
https://github.com/alainm23/byte
GNU General Public License v3.0
160 stars 16 forks source link

segmentation fault at start #29

Closed okin closed 5 years ago

okin commented 5 years ago

Since updating to 0.1.3 the player segfaults when I try to start it. Sometimes I see the player window for a short amount of time.

The shell output is the following:

** (com.github.alainm23.byte:2007): CRITICAL **: 18:20:07.292: widgets_alert_view_construct: assertion 'description != NULL' failed

(com.github.alainm23.byte:2007): GLib-GObject-CRITICAL **: 18:20:07.292: g_object_ref_sink: assertion 'G_IS_OBJECT (object)' failed

(com.github.alainm23.byte:2007): Gtk-CRITICAL **: 18:20:07.300: gtk_stack_add_named: assertion 'GTK_IS_WIDGET (child)' failed
[1]    2007 segmentation fault  com.github.alainm23.byte

Is there anything I can do to help debug this?

alainm23 commented 5 years ago

You can delete your database manually located in: /home/<user>/.local/share/com.github.alainm23.byte/

okin commented 5 years ago

This does the trick. Thank you!