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

v0.4.1 Crashs on macosx 10.11.5 #111

Open
guijun opened this issue Jul 5, 2016 · 10 comments
Open

v0.4.1 Crashs on macosx 10.11.5 #111

guijun opened this issue Jul 5, 2016 · 10 comments

Comments

@guijun
Copy link

guijun commented Jul 5, 2016

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

@guijun
Copy link
Author

guijun commented Jul 5, 2016

hecking for other instances of Aporia.
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.

@dom96
Copy link
Owner

dom96 commented Jul 5, 2016

Are you using the app bundle?

@equake
Copy link

equake commented Jan 20, 2017

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
Checking for other instances of Aporia.
Waiting for instance confirmation (for 2 seconds)...

(process:13100): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
Traceback (most recent call last)
aporia.nim(2568) aporia
gtk2.nim(17097) nim_init
SIGILL: Illegal operation.

@dom96
Copy link
Owner

dom96 commented Jan 21, 2017

@equake Can you try this app bundle and see if it makes a difference?

@brechtm
Copy link

brechtm commented Mar 17, 2017

I have the same problem with 0.4.1 on macOS 10.12.3 (16D32):

Checking for other instances of Aporia.
Waiting for instance confirmation (for 2 seconds)...
No response. Proceeding with startup.

(process:5353): Gtk-WARNING **: Locale not supported by C library.
	Using the fallback 'C' locale.
2017-03-17 11:19:57.220 Aporia-bin[5353:939777] *** WARNING: Method userSpaceScaleFactor in class NSView is deprecated on 10.7 and later. It should not be used in new applications. Use convertRectToBacking: instead. 

(<unknown>:5353): GLib-GObject-WARNING **: invalid cast from 'GtkMenuBar' to 'GtkWindow'

(<unknown>:5353): 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.

Aporia 0.4.0 does start.

@brechtm
Copy link

brechtm commented Mar 17, 2017

Installing aporia using nimble from nim HEAD (and the dependencies using Homebrew), 0.4.1 does work.

@jdmansour
Copy link

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.

@dom96
Copy link
Owner

dom96 commented Apr 27, 2017

Thanks for letting me know. Sadly GTK is a PITA on macOS :\

I suppose I should use the DLLs from 0.4.0 anyway.

@aalemayhu
Copy link

Hei,

Was going to try out v0.4.1 but resulted in a crasher similiar to this one on macOS 10.14 (18A391). Wanted to try out v0.4.2 but there was no macOS zip. Is there any progress on this? Would love to try out Aporia. Below is the screenshot of the crasher.

Thanks.

screenshot 2018-10-31 00 49 48

@dom96
Copy link
Owner

dom96 commented Oct 31, 2018

I'm afraid I'm not maintaining Aporia anymore. Sorry!

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

No branches or pull requests

6 participants