Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Two unexpected and unexplained GTK errors #4

Open
PAXANDDOS opened this issue Jan 29, 2021 · 0 comments
Open

Two unexpected and unexplained GTK errors #4

PAXANDDOS opened this issue Jan 29, 2021 · 0 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed invalid This doesn't seem right

Comments

@PAXANDDOS
Copy link
Owner

Я понятия не имею почему они появляются. Обе ошибки типа 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.

@PAXANDDOS PAXANDDOS added bug Something isn't working help wanted Extra attention is needed invalid This doesn't seem right labels Jan 29, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working help wanted Extra attention is needed invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants