-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Kivy with SDL2 bootstrap crashes on pausing if app doesn't support pause mode #978
Comments
Does your installation have this line (0db9af7)? |
Yes, I used later p4a from 16 december. |
App crashes after calling it back, not when I use |
I got it working. Looks like it's kivy bug, neither then p4a. ok, in my case back button works fine, here's code where it handles:
More interesting about handling
Only different thing from handling back button is missed calling It doesn't seem like final fix, I'll try to dig deeper later. Probably |
@germn I didn't know why the crashing was happening, so this is very useful to know, thanks. |
I'm having this problem too, any progress on this bug? (BTW, the term is crash, haha.) |
@mixmastamyk hello, there is PR that fixes problem: While this PR fixes problem, it's not merged in Kivy yet: there's few things that need to be done before merging in master. If you want to use PR right now, you'll need to clone Kivy master, merge this branch and use this local cloned Kivy to build app (you can use local Kivy by redefining |
I think this doesn't happen any more with sdl2.0.9. |
How to reproduce:
I used recent kivy/p4a masters. I also used intent_filters option, nothing more specific.
Can anyone confirm it's not only just me?
The text was updated successfully, but these errors were encountered: