9

I have installed anydesk application from this url. However, when I tried to remote to my friend computer, my anydesk was closed immediately.

So to track this issue, I tried to start it with sudo anydesk, in terminal it show message:

(anydesk:21940): Gtk-CRITICAL **: 17:06:01.099: IA__gtk_widget_set_tooltip_markup: assertion 'GTK_IS_WIDGET (widget)' failed

(anydesk:21940): Gtk-CRITICAL **: 17:06:01.102: IA__gtk_widget_set_tooltip_markup: assertion 'GTK_IS_WIDGET (widget)' failed

(anydesk:21940): Gtk-CRITICAL **: 17:06:01.106: IA__gtk_signal_connect_full: assertion 'GTK_IS_OBJECT (object)' failed

When I remote to my friend computer, and he accepted connection, in terminal show this message:

(anydesk:21940): Gtk-CRITICAL **: 17:06:01.099: IA__gtk_widget_set_tooltip_markup: assertion 'GTK_IS_WIDGET (widget)' failed

(anydesk:21940): Gtk-CRITICAL **: 17:06:01.102: IA__gtk_widget_set_tooltip_markup: assertion 'GTK_IS_WIDGET (widget)' failed

(anydesk:21940): Gtk-CRITICAL **: 17:06:01.106: IA__gtk_signal_connect_full: assertion 'GTK_IS_OBJECT (object)' failed
terminate called after throwing an instance of 'base::invalid_argument_exception_t'

And my anydesk was closed. I have no clue what cause this error, I tried to re-install it several times already, but still the same.

DK Bose
  • 42,548
  • 23
  • 127
  • 221

3 Answers3

3

I have faced the same issue with the same error as you while restarting Anydesk.

The fix is very simple. Just follow the below steps:

  1. Go to your home directory ~.
  2. Press Ctrl+H to show all hidden files.
  3. You will find a .anydesk folder. Just delete that folder, remove your Anydesk and reinstall it.
0

Try:

export MESA_LOADER_DRIVER_OVERRIDE=i965;anydesk
0

Got same issue, didn't solve by removing .anydesk folder, solved by disabling the global menu (the thing that moves window menu into a panel)

  • I am encountering the same issue right now, and removing .anydesk followed by a reinstall doesn't work. Where can I find this option? – Maxime Beau Feb 16 '22 at 15:51
  • @MaximeBeau this isn't an Anydesk option but a desktop manager feature, try looking here: https://askubuntu.com/questions/10481/how-do-i-enable-or-disable-the-global-application-menu – Zhigalin - Reinstate CMs Feb 17 '22 at 16:05