Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AnyDesk (com.anydesk.Anydesk 6.2.0) would not start after update #76

Closed
MindlessDreams opened this issue Jul 12, 2022 · 20 comments · Fixed by #78
Closed

AnyDesk (com.anydesk.Anydesk 6.2.0) would not start after update #76

MindlessDreams opened this issue Jul 12, 2022 · 20 comments · Fixed by #78

Comments

@MindlessDreams
Copy link

MindlessDreams commented Jul 12, 2022

Hello, after the update to 6.2 the flatpak would not start. This is the error Im getting. Kindly advise. Thank you!

flatpak run com.anydesk.Anydesk

(process:2): GLib-GObject-WARNING **: 17:20:07.552: invalid (NULL) pointer instance

(process:2): GLib-GObject-CRITICAL **: 17:20:07.552: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

(process:2): GLib-GObject-WARNING **: 17:20:07.552: invalid (NULL) pointer instance

(process:2): GLib-GObject-CRITICAL **: 17:20:07.552: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

(process:6): GLib-GObject-WARNING **: 17:20:07.615: invalid (NULL) pointer instance

(process:6): GLib-GObject-CRITICAL **: 17:20:07.615: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

(process:6): GLib-GObject-WARNING **: 17:20:07.615: invalid (NULL) pointer instance

(process:6): GLib-GObject-CRITICAL **: 17:20:07.615: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
sh: line 1: lsb_release: command not found
Gtk-Message: 17:20:07.677: Failed to load module "canberra-gtk-module"
Gtk-Message: 17:20:07.731: Failed to load module "canberra-gtk-module"

@MindlessDreams
Copy link
Author

Would not start nor under Wayland nor under X11. Base system is Fedora Silverblue 36, Gnome 42.2. It has been working flawlessly until now.

@rafaelameijeiras
Copy link

Same problem here, steamdeck in my case.

@skdmev
Copy link

skdmev commented Jul 12, 2022

Same problem, Fedora 36, Gnome 42.2

@stojshic
Copy link

stojshic commented Jul 12, 2022

Same problem. Fedora 36 with Gnome 42.2

I reverted yesterday's changes made to source, and rebuilded it, and it started up

@MindlessDreams
Copy link
Author

I installed distrobox, got an Ubuntu container and installed Anydesk deb in it - does run but hope the flatpak would work too.

@rafaelameijeiras
Copy link

is it possible to install a previous working version with flatpak comand?

@TheOne988
Copy link

Same exact error on Fedora 36 Gnome 42.2

@TheOne988
Copy link

TheOne988 commented Jul 13, 2022

is it possible to install a previous working version with flatpak comand?

Yes you can change (downgrade) the version until the issue is fixed. You can do it by these steps in the terminal:

  1. flatpak remote-info --log flathub com.anydesk.Anydesk
    This will list all available version with additional info. You will need to find the version you want to install (Date: 2022-06-27 - latest working version 6.1.1) and copy the Commit number.
  2. sudo flatpak update --commit=INSERT_COMMIT_NUMBER_HERE com.anydesk.Anydesk

In the meantime until there is a fix don't update the app. If your app gets updated automatically you can run the commands again.

Cheers

@MindlessDreams
Copy link
Author

In the meantime until there is a fix don't update the app. If your app gets updated automatically you can run the commands again.

Thank you, much appreciated!

@mikelaubscher
Copy link

Same exact error on Fedora 36 Gnome 42.2. Thank you @TheOne988 for the rollback instructions.

@rafaelameijeiras
Copy link

  1. flatpak remote-info --log flathub com.anydesk.Anydesk

@TheOne988 you are amazing!!, thanks

@bhibb
Copy link

bhibb commented Jul 13, 2022

is it possible to install a previous working version with flatpak comand?

Yes you can change (downgrade) the version until the issue is fixed. You can do it by these steps in the terminal:

1. flatpak remote-info --log flathub com.anydesk.Anydesk
   This will list all available version with additional info. You will need to find the version you want to install (Date: 2022-06-27 - latest working version 6.1.1) and copy the Commit number.

2. sudo flatpak update --commit=INSERT_COMMIT_NUMBER_HERE com.anydesk.Anydesk

In the meantime until there is a fix don't update the app. If your app gets updated automatically you can run the commands again.

Cheers

Thank you for the work around! This saved me today.

@tkriviradev
Copy link

tkriviradev commented Jul 14, 2022

Thank you for the fix.

According falthub doc. we can prevent/exclude from automatic updates with this command. --> DOCS

flatpak mask com.anydesk.Anydesk

@DevDorrejo
Copy link

have the issue, thanks.

@esa1975
Copy link

esa1975 commented Jul 17, 2022

It seems like many others are having the same issue and I am as well. I don't have anything new to add. If you need me to provide any further information please let me know. In the meantime, thank you to all those who have provided workarounds.

@GabrielLasso
Copy link

Same happening here, thanks for the workarrounds

@wjt wjt mentioned this issue Jul 18, 2022
@wjt wjt closed this as completed in #78 Jul 19, 2022
@gecko131
Copy link

Une mise à jour est publiée le 20 juillet 2022 et fonctionne parfaitement (sous Manjaro et Solus). Super boulot ! Merci :)

@Pirateguybrush
Copy link

Acknowleding there's a risk in installing software that's no longer maintained, is it possible to install this still? If so, how?

@wjt
Copy link
Member

wjt commented Jul 4, 2023

flatpak install flathub com.anydesk.Anydesk

@Pirateguybrush
Copy link

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.