Description
Я понятия не имею почему они появляются. Обе ошибки типа Gtk-CRITICAL и из-за них приложение зависает/вылетает.
Первая происходит после авторизации. Возможно, GTK не может обработать загрузку списка чатов, хотя если перезапустить приложение, ошибок не будет. Сама ошибка: (uchat:37140): Gtk-CRITICAL **: 18:48:42.496: gtk_container_forall: assertion 'GTK_IS_CONTAINER (container)' failed zsh: segmentation fault ./uchat
Вторая ошибка происходит случайно после анимации уведомления. Тоже после перезапуска пропадет. Здесь я уже не знаю в чем может быть ошибка. (uchat:76275): Gtk-CRITICAL **: 12:47:57.109: gtk_container_propagate_draw: assertion 'GTK_IS_WIDGET (child)' failed
Она будет циклично выводится в консоль пока принудительно не выключить программу.
I have no idea why they appear. Both errors are like Gtk-CRITICAL and because of them the application hangs/crashes.
The first happens after authorization. It may be that GTK cannot handle loading the chat list, although if you restart the application, there will be no errors. The error itself:(uchat: 37140): Gtk-CRITICAL **: 18: 48: 42.496: gtk_container_forall: assertion 'GTK_IS_CONTAINER (container)' failed zsh: segmentation fault ./uchat
,
The second error happens by accident after the notification animation. It will also disappear after restarting. Here I no longer know what the error could be.(uchat: 76275): Gtk-CRITICAL **: 12: 47: 57.109: gtk_container_propagate_draw: assertion 'GTK_IS_WIDGET (child)' failed
It will be looped to the console until the program is forced to shut down.