-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Unable to launch on macOS #107
Comments
Yep, same here |
As a workaround I've downgraded to v2.59 and this works as expected. |
The solution for me was to use Rosetta 2 and launch the app as if it was x86_64 Open a Terminal and run the following commands First, install Rosetta : softwareupdate --install-rosetta --agree-to-license Then, launch the app (this is needed every time you launch the app, and this assumes the app is in /Application)!
|
Hey, that doesn't work for me. (:58559): GdkPixbuf-CRITICAL **: 13:40:33.911: gdk_pixbuf_get_width: assertion 'GDK_IS_PIXBUF (pixbuf)' failed (:58559): GdkPixbuf-CRITICAL **: 13:40:33.911: gdk_pixbuf_get_height: assertion 'GDK_IS_PIXBUF (pixbuf)' failed (:58559): GdkPixbuf-CRITICAL **: 13:40:33.911: gdk_pixbuf_set_option: assertion 'GDK_IS_PIXBUF (pixbuf)' failed (:58559): GdkPixbuf-CRITICAL **: 13:40:33.911: gdk_pixbuf_set_option: assertion 'GDK_IS_PIXBUF (pixbuf)' failed (:58559): GdkPixbuf-CRITICAL **: 13:40:33.912: gdk_pixbuf_get_width: assertion 'GDK_IS_PIXBUF (pixbuf)' failed (:58559): GdkPixbuf-CRITICAL **: 13:40:33.912: gdk_pixbuf_get_width: assertion 'GDK_IS_PIXBUF (pixbuf)' failed (:58559): GdkPixbuf-CRITICAL **: 13:40:33.912: gdk_pixbuf_get_height: assertion 'GDK_IS_PIXBUF (pixbuf)' failed (:58559): GdkPixbuf-CRITICAL **: 13:40:33.912: gdk_pixbuf_get_height: assertion 'GDK_IS_PIXBUF (pixbuf)' failed (:58559): GdkPixbuf-CRITICAL **: 13:40:33.912: gdk_pixbuf_scale_simple: assertion 'GDK_IS_PIXBUF (src)' failed (:58559): Gtk-WARNING **: 13:40:33.912: Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/check-symbolic.svg. (:58559): GLib-CRITICAL **: 13:40:33.912: g_propagate_error: assertion 'src != NULL' failed |
the registers rcx, rdx, r8, r9 all contain 0x0. also known as a void pointer |
Running Sonoma (14.6.1 on M1 Studio that app is not launching but showing no error. In the logs I do see the following however:
The text was updated successfully, but these errors were encountered: