You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever the home button is pressed or the screen is switched off, report for the app crash appears and according to the logs, python for android ends:
12-10 20:47:23.996 6150 6150 I python : [INFO ] [WindowSDL ] App doesn't support pause mode, stop.
12-10 20:47:23.997 6150 6150 I python : INFO:kivy:[WindowSDL ] App doesn't support pause mode, stop.
12-10 20:47:23.998 6150 6150 I python : [INFO ] [Base ] Leaving application in progress...
12-10 20:47:23.998 6150 6150 I python : INFO:kivy:[Base ] Leaving application in progress...
12-10 20:47:24.201 6150 6171 I python : Python for android ended.
The back button does not mention App doesn't support pause mode, stop., but ends right away.
This occurs whilst using the crystax ndk and sdl2 as the bootstrap. I am unable to run the android ndk or pygame to test as a comparison because both bring about errors that have no mention on the internet. Since using the crystax ndk and sdl2 are the only ways I can successfully create an apk.
The text was updated successfully, but these errors were encountered:
Having said that there is something really wrong with SDL2, as I've been able to check with python3:
See kivy/kivy#6075.
I understand this is a critical bug as it is basic functionality in the default configuration.
Versions
Description
Apk created using
p4a
, command used:Whenever the home button is pressed or the screen is switched off, report for the app crash appears and according to the logs, python for android ends:
The back button does not mention
App doesn't support pause mode, stop.
, but ends right away.Code and Logs
This occurs whilst using the crystax ndk and
sdl2
as the bootstrap. I am unable to run the android ndk orpygame
to test as a comparison because both bring about errors that have no mention on the internet. Since using the crystax ndk andsdl2
are the only ways I can successfully create an apk.The text was updated successfully, but these errors were encountered: