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

Crashes on Run OSX 10.15.4 #3317

Open
asdiamond opened this issue Apr 25, 2020 · 1 comment
Open

Crashes on Run OSX 10.15.4 #3317

asdiamond opened this issue Apr 25, 2020 · 1 comment
Labels
macos MacOS-related issues

Comments

@asdiamond
Copy link

asdiamond commented Apr 25, 2020

Running the application from launchpad results in nothing happening on the screen because the application exists with an error.

Running the bundle manually on the command line gives the following error:
./Virtaal: line 17: ./../../Contents/MacOS/python: Bad CPU type in executable

Running the runvirtaal.py script in the bundle directory gives the following python stack trace:

Traceback (most recent call last):
  File "runvirtaal.py", line 150, in <module>
    from virtaal.main import Virtaal
  File "/Applications/Virtaal.app/Contents/Resources/lib/python2.7/site-packages/virtaal/main.py", line 28, in <module>
    import gobject
  File "/Applications/Virtaal.app/Contents/Resources/lib/python2.7/site-packages/gobject/__init__.py", line 26, in <module>
    from glib import spawn_async, idle_add, timeout_add, timeout_add_seconds, \
  File "/Applications/Virtaal.app/Contents/Resources/lib/python2.7/site-packages/glib/__init__.py", line 22, in <module>
    from glib._glib import *
ImportError: dlopen(/Applications/Virtaal.app/Contents/Resources/lib/python2.7/site-packages/glib/_glib.so, 2): no suitable image found.  Did find:
	/Applications/Virtaal.app/Contents/Resources/lib/python2.7/site-packages/glib/_glib.so: mach-o, but wrong architecture
	/Applications/Virtaal.app/Contents/Resources/lib/python2.7/site-packages/glib/_glib.so: mach-o, but wrong architecture

I have a 2017 MacBook "Pro", no touchbar option if it helps.

@rffontenelle rffontenelle added the macos MacOS-related issues label Sep 30, 2020
@bavarianbytes
Copy link

Same here. Any news on that?

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

No branches or pull requests

3 participants