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

Geany 1.38 fails on MacOS Big Sur M1 Chip #29

Closed
Anterotesis opened this issue Oct 12, 2021 · 4 comments
Closed

Geany 1.38 fails on MacOS Big Sur M1 Chip #29

Anterotesis opened this issue Oct 12, 2021 · 4 comments

Comments

@Anterotesis
Copy link

Starting Geany 1.38 on MacOS Big Sur, on a Macbook with an M1 chip results in the message:
"Service exited with abnormal code: 1"
Works as normal on Intel Mac running Catalina.

@Anterotesis
Copy link
Author

Geany 1.37 works as normal on MacOS Big Sur, Macbook M1 chip.

(Apologies: pressed comment too soon.)

@elextr elextr transferred this issue from geany/geany Oct 12, 2021
@techee
Copy link
Member

techee commented Oct 12, 2021

Even though right now I don't have access to an M1 mac (had to return my development transition kit to Apple), I have a suspect - I think with the latest XCode the launcher gets compiled both for Intel and ARM but the rest of the binaries is Intel-only so the launcher is started as an ARM process but then loading the code from dylibs fails as they are Intel.

I tried to disable ARM code generation for the launcher and uploaded a new installer for you to test - would you give the following file a try?

https://download.geany.org/snapshots/geany-1.38_osx-2.dmg

@Anterotesis
Copy link
Author

It works! Thanks very much.

@techee
Copy link
Member

techee commented Oct 12, 2021

Good to hear. I just moved this new binary to the download directory here

https://download.geany.org/geany-1.38_osx-2.dmg

@techee techee closed this as completed Oct 12, 2021
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

2 participants