aunetx / blur-my-shell

Extension that adds a blur look to different parts of the GNOME Shell, including the top panel, dash and overview
https://extensions.gnome.org/extension/3193/blur-my-shell/
GNU General Public License v3.0
1.58k stars 87 forks source link

Invalid null pointer instance #485

Closed AM-ash-OR-AM-I closed 8 months ago

AM-ash-OR-AM-I commented 1 year ago

Bug

While switching workspace with blur my shell on it works as expected but i get following logs in journalctl -f is there something wrong with it?

Oct 29 10:45:19 fedora gnome-shell[2186]: invalid (NULL) pointer instance
Oct 29 10:45:19 fedora gnome-shell[2186]: g_signal_handler_disconnect: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Oct 29 10:45:19 fedora gnome-shell[2186]: invalid (NULL) pointer instance
Oct 29 10:45:19 fedora gnome-shell[2186]: g_signal_handler_disconnect: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

Hardware Information:

Software Information:

BlurMyShell Version:

aunetx commented 1 year ago

Do you use noise/colour effects?

If so, yes, there is something wrong with it due to my poor implementation, but to be honest I could not find a better way to do it... I guess this will need to stay as it until the cogl pipeline bug is fixed in gnome-shell/mutter, as this is due to a hack I did in order not to eat all the ram on your machine :)

asegarra commented 10 months ago

I'm getting this as well, I unchecked 'Color and noise effects' but still get these errors. In my case just entering overview also gets these messages.

AM-ash-OR-AM-I commented 10 months ago

Thanks @aunetx for the response, I tried disabling and enabling noise and colour effects toggle but it doesn't seem to have any impact on issue, also @asegarra I can confirm the same issue while entering overview. That said it doesn't seem to have any noticeable impact on performance.

jgdub commented 10 months ago

Yep getting the same on mine. No issue with with stability but there is a lot of noise in the journal when troubleshooting other items.

v54

OS: Arch Linux x86_64 Host: Latitude 7400 Kernel: 6.7.2-arch1-1 DE: GNOME 45.3 WM: Mutter WM Theme: Orchis-Dark-Compact Theme: Orchis-Dark-Compact [GTK2/3] Icons: Tela-circle-blue-dark [GTK2/3] CPU: Intel i5-8365U (8) @ 4.100GHz GPU: Intel WhiskeyLake-U GT2 [UHD Graphics 620] Memory: 4793MiB / 31785MiB

Jan 29 21:33:49 arch-01 gnome-shell[1826]: invalid (NULL) pointer instance
Jan 29 21:33:49 arch-01 gnome-shell[1826]: g_signal_handler_disconnect: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Jan 29 21:33:49 arch-01 gnome-shell[1826]: invalid (NULL) pointer instance
Jan 29 21:33:49 arch-01 gnome-shell[1826]: g_signal_handler_disconnect: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Jan 29 21:33:50 arch-01 gnome-shell[1826]: invalid (NULL) pointer instance
Jan 29 21:33:50 arch-01 gnome-shell[1826]: g_signal_handler_disconnect: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Jan 29 21:33:50 arch-01 gnome-shell[1826]: invalid (NULL) pointer instance
Jan 29 21:33:50 arch-01 gnome-shell[1826]: g_signal_handler_disconnect: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
aunetx commented 8 months ago

Hello, #546 should fix this (or at least it fixed this for me)! Please reopen the issue if it still appears after the PR is merged