pygame-ce icon indicating copy to clipboard operation
pygame-ce copied to clipboard

pygame-ce is broken on Android EM_AARCH64

Open yolowex opened this issue 2 years ago • 3 comments
trafficstars

"/data/data/com.yolo.breakout.pro/files/app/_python_bundle/site-packages/pygame/base.so" is for EM_X86_64 (62) instead of EM_AARCH64 (183)

I get this whenever I try to use pygame_ce instead of pygame in the buildozer.spec as a requirement for my project. discord:Drakorcarnis#1229 confirmed they had the same issue.

however FinFET said he can use pygame-ce with no problem through buildozer.

The apk is successfully generated and installed, however, while trying to run the app, I get this.

If you needed any more information just ask for it.

yolowex avatar May 22 '23 06:05 yolowex

pygame-ce.txt pygame.txt buildozer.spec.txt

Here is the output of the following command : buildozer -v android debug using the same buildozer.spec in the same folder. The .buildozer folder has been deleted between the two builds. The only difference is the pygame distribution in the requirements : pygame in one case, pygame-ce in another case. With pygame the app runs great on the phone, while with pygame-ce it crashes (base.so is for EM_X86_64 instead of EM_AARCH64)

What happens from line 61716 in pygame-ce.txt seems suspicious. Any opinion on this ?

cbdj avatar May 26 '23 22:05 cbdj

did you use any recipes @cbdj ?? i'm trying pygame-ce its giving me the same problem. When i try to use pygame as a requirement it says along the lines of it cannot find longintrepr.h and cannot even make an apk . Can you guide me on how can i build an app? Thank you

alymango1 avatar Mar 10 '24 06:03 alymango1

did you use any recipes @cbdj ?? i'm trying pygame-ce its giving me the same problem. When i try to use pygame as a requirement it says along the lines of it cannot find longintrepr.h and cannot even make an apk . Can you guide me on how can i build an app? Thank you

I had to use custom recipes with pygame-ce. Look at https://github.com/cbdj/Potato-Bird/tree/master/recipes

cbdj avatar Mar 10 '24 07:03 cbdj