-
Notifications
You must be signed in to change notification settings - Fork 2k
Description
I'm on current master (a924f9 24th Jan), trying to rebuild the launcher with more packages.
Starting an app from the launcher gives the following error in log. It never reaches my app's code, this happens during import.
01-27 07:21:04.271 7301 7409 I python : [INFO ] [Logger ] Record log in /storage/emulated/0/kivy/songprez/.kivy/logs/kivy_17-01-27_3.txt
01-27 07:21:04.271 7301 7409 I python : [INFO ] [Kivy ] v1.9.2-dev0
01-27 07:21:04.272 7301 7409 I python : [INFO ] [Python ] v2.7.2 (default, Jan 27 2017, 06:36:47)
01-27 07:21:04.272 7301 7409 I python : [GCC 4.8]
01-27 07:21:04.812 7301 7409 I python : Traceback (most recent call last):
01-27 07:21:04.812 7301 7409 I python : File "/storage/emulated/0/kivy/songprez/main.py", line 9, in
01-27 07:21:04.813 7301 7409 I python : install_twisted_reactor()
01-27 07:21:04.813 7301 7409 I python : File "/home/ngoonee/.local/share/python-for-android/dists/songprezlauncher/private/lib/python2.7/site-packages/kivy/support.py", line 188, in install_twisted_reactor
01-27 07:21:04.814 7301 7409 I python : File "/home/ngoonee/.local/share/python-for-android/dists/songprezlauncher/private/lib/python2.7/site-packages/kivy/base.py", line 29, in
01-27 07:21:04.815 7301 7409 I python : File "/home/ngoonee/.local/share/python-for-android/dists/songprezlauncher/private/lib/python2.7/site-packages/kivy/clock.py", line 362, in
01-27 07:21:04.816 7301 7409 I python : ImportError: dlopen failed: file offset for the library "/data/user/0/org.kivy.customlauncher/files/app/lib/python2.7/site-packages/kivy/_clock.so" >= file size: 0 >= 0
01-27 07:21:04.849 7301 7409 I python : Python for android ended.