-
Notifications
You must be signed in to change notification settings - Fork 35
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
v0.4.1 Crashs on macosx 10.11.5 #111
Comments
hecking for other instances of Aporia. (:5973): GLib-GObject-WARNING **: invalid cast from 'GtkMenuBar' to 'GtkWindow' (:5973): Gtk-CRITICAL **: gtk_window_add_accel_group: assertion 'GTK_IS_WINDOW (window)' failed |
Are you using the app bundle? |
I'm having an similar issue with Mac OS X 10.12.1, using app bundle Aporia_0.4.1_MacOSX downloaded from GitHub. $ cat /tmp/aporia/logs/aporia_run_13085.log (process:13100): Gtk-WARNING **: Locale not supported by C library. |
@equake Can you try this app bundle and see if it makes a difference? |
I have the same problem with 0.4.1 on macOS 10.12.3 (16D32):
Aporia 0.4.0 does start. |
Installing aporia using nimble from nim HEAD (and the dependencies using Homebrew), 0.4.1 does work. |
Hi, I have the same problem on 10.12.4 (Sierra). 0.4.1 crashes, 0.4.0 works. In case it makes a difference, I have nim and Gtk (from homebrew) installed, too. |
Thanks for letting me know. Sadly GTK is a PITA on macOS :\ I suppose I should use the DLLs from 0.4.0 anyway. |
Hei, Was going to try out v0.4.1 but resulted in a crasher similiar to this one on macOS Thanks. |
I'm afraid I'm not maintaining Aporia anymore. Sorry! |
Excerpt from log:
Waiting for instance confirmation (for 2 seconds)...
2016-07-05 11:48:55.880 Aporia-bin[5973:894526] *** WARNING: Method userSpaceScaleFactor in class NSView is deprecated on 10.7 and later. It should not be used in new applications. Use convertRectToBacking: instead.
(:5973): GLib-GObject-WARNING **: invalid cast from 'GtkMenuBar' to 'GtkWindow'
(:5973): Gtk-CRITICAL **: gtk_window_add_accel_group: assertion 'GTK_IS_WINDOW (window)' failed
Traceback (most recent call last)
aporia.nim(2574) aporia
aporia.nim(2460) initControls
SIGILL: Illegal operation.
To see full log open: /tmp/aporia/logs/aporia_run_5955.log
The text was updated successfully, but these errors were encountered: