-
Notifications
You must be signed in to change notification settings - Fork 88
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
Segfault when building on Mac with M1 #43
Comments
@TGFbSMAD please reply to this issue with additional details. What does the script try to do immediately before the segfault? |
Using the agbcc from https://github.com/pizza2004/agbcc |
It seems you're using a different, third-party fork of agbcc. Could you verify please that the same issue occurs on this fork as well? |
Using the pret abcc leads to another error which has been fixed by pizza2004’s fork. |
So... still no fix for M1? :( |
We would need for one of the devs to obtain an M1 Mac before work can begin on this. As such, there is no timeline to fix this. |
Do you know if there was any new about this? |
This actually might have been resolved, according to a post made by pfero in the Discord:
|
I am still having the same issue, How can I ensure I am installing everything under rosetta? |
Following these steps and installing libpng under rosetta fixed it for me https://indiespark.top/software/run-command-line-apple-silicon/ |
There's confirmation that the changes in the above PR (#52) resolve this issue. |
Additional confirmation that the referenced PR (#52) resolves this issue; just came here with it and found this solution. Seems like it's not merged into main yet |
Segfault seems to be specific to Macs with M1
Tried to ./build.sh on three differents macs running Big Sur 11.4, had no success with the M1 one (segfault 11)
Originally posted by @TGFbSMAD in #38 (comment)
The text was updated successfully, but these errors were encountered: