-
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
java.lang.UnsatisfiedLinkError: No implementation found for void org.libsdl.app.SDLActivity.nativeQuit() (tried Java_org_libsdl_app_SDLActivity_nativeQuit and Java_org_libsdl_app_SDLActivity_nativeQuit__) #1365
Comments
Hey @mkg20001. Same issue. Have you resolved it by any chance? I'm using Python 2, and API 27. |
No, still no luck |
I am getting crashes with this error in about 0.2% of daily sessions. I believe it might be happening when kivy app is in background and Android tries to kill it to free up the memory. It does not happen every time though and I could never reproduce it on my devices. The list of devices affected in Play store console is quite large, but it seems to be mostly related to Samsung Galaxy models and Huawei. The stacktrace from Crashlytics is very similar if not the same (probably due to different version used):
I do not have adb logs as I could not reproduce it myself. |
@inclement could this possibly be the same as the @clevermindgames @mkg20001 could you possibly retest with latest master? (please note latest master currently requires a minimum api level of at least 21, and a target api level of at least 26) |
@Jonast Yes, I think it's likely that it was the same bug. Thanks, I missed this issue. I'll close it for that reason, but it can be reopened if the bug does still occur. |
@inclement Exception java.lang.UnsatisfiedLinkError: No implementation found for java.lang.String org.libsdl.app.SDLActivity.nativeGetHint(java.lang.String) (tried Java_org_libsdl_app_SDLActivity_nativeGetHint and Java_org_libsdl_app_SDLActivity_nativeGetHint__Ljava_lang_String_2) |
Google play pre-launch testing reports that the app crashes on some devices, while it doesn't on others and I'm clueless as to why that happens.
logcat-galaxy-j1-ace.txt
logcat-galaxy-j6.txt
logcat-lg-g6.txt
logcat-mate-9.txt
logcat-moto-g4-play.txt
logcat-p8-lite.txt
logcat-pixel.txt
APKs: https://github.com/HelloZeroNet/ZeroNet-kivy/releases/tag/v0.6.3.2
The text was updated successfully, but these errors were encountered: