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

Segmentation fault while building on android #15

Open
Roy-Meijer opened this issue May 10, 2024 · 2 comments
Open

Segmentation fault while building on android #15

Roy-Meijer opened this issue May 10, 2024 · 2 comments

Comments

@Roy-Meijer
Copy link

I am getting a segmentation fault while building the project:

Converting: actors/blue_coin_switch/blue_coin_switch_side.rgba16.png -> build/us_pc/actors/blue_coin_switch/blue_coin_switch_side.rgba16.inc.c
make: *** [Makefile:1555: build/us_pc/actors/blue_coin_switch/blue_coin_switch_side.rgba16.inc.c] Segmentation fault
make: *** Deleting file 'build/us_pc/actors/blue_coin_switch/blue_coin_switch_side.rgba16.inc.c'
make: *** Waiting for unfinished jobs....

I followed this guide:
https://github.com/robertkirkman/sm64ex-coop/blob/android/README_android.md

Did I miss anything?

@robertkirkman
Copy link
Owner

robertkirkman commented May 14, 2024

Hello, if you did not already, please try using the sm64ex-coop builder Termux, and if the same problem also happens when you use that, please use the command termux-info and send the result here.

That type of error does not usually happen, and suggests you might have an unusual configuration in Termux that could be reset to my recommended settings by uninstalling Termux and installing sm64ex-coop builder Termux.

If you have Android 14, use the apt-mark hold bash && yes | pkg upgrade -y command in sm64ex-coop builder Termux before you allow it to automatically run.

@robertkirkman
Copy link
Owner

robertkirkman commented May 14, 2024

If you need to keep your current Termux installation and you are confident with reading and using Bash, you could also try the standalone build script download link:

https://raw.githubusercontent.com/robertkirkman/termux-packages/master/packages/bash/bin-build-sm64ex-coop.sh

However I recommend those who are encountering problems to use the entire sm64ex-coop builder Termux app if they aren't sure what to do.

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