-
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 crashes immediately on start, on Sony devices #1188
Comments
Here is the logcat (filter: pyonic)
|
And with filter: python
|
Thanks for the detailed report. Re: #1206 , I'd obviously like to fix it, but I don't know what's wrong and it doesn't happen on any of my devices. I'm not sure how to look into it. It might be useful to post the full logcat (without the python filter), even though there's a lot of it. |
Here you go:
|
So it looks like two libraries can not be found: "libpython2.7.so" |
When I look in the folder "net.inclem.pyonicinterpreter3-1\lib\arm" |
The failing to find libpython2.7 and 3.5 is okay, but it does look like 3.6 may be missing from the loaded list at https://github.com/kivy/python-for-android/blob/master/pythonforandroid/bootstraps/sdl2/build/src/main/java/org/kivy/android/PythonUtil.java#L47 . You could try adding |
I added the python3.6m in file PythonUtil and recompiled. It seems to crash here: Whole syslog: 12-24 11:57:33.622 3635-18313/? I/ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10100000 pkg=net.inclem.pyonicinterpreter3 cmp=net.inclem.pyonicinterpreter3/org.kivy.android.PythonActivity} from uid 10050 on display 0
12-24 11:57:34.014 18476-18476/? D/clmlib: Got activities:0x0000000E
12-24 11:57:34.696 3635-18477/? D/ActivityManager: New dropbox entry: net.inclem.pyonicinterpreter3, data_app_native_crash, 1a1082c3-0658-4a98-a048-5762e84e5f00
12-24 11:57:34.700 3635-3687/? I/BootReceiver: Copying /data/tombstones/tombstone_03 to DropBox (SYSTEM_TOMBSTONE) |
Could it have something to do with the used ABI? |
A friend was not able to run current Electrum 3.2.1 on Android 4.2.1 (and another phone pretty similar to it), with the same error of “could not load library libpython3.6m.so”. I have it correctly running in Android 4.3.0, 4.4.4, and 5.1 phones though.
|
Closing as stale, probobaly fixed by the many changes since then. |
Pyonic python 3 interpreter crashes immediately on start.
Probably related to kivy.
My phone is a Sony Xperia Z5 compact, Android 7.0, rooted stock rom
Is there a solution for this?
The text was updated successfully, but these errors were encountered: