Infinite Loading - v0.2.0 Android Release #207

Open
opened 2019-08-21 16:13:20 +00:00 by Wheest · 0 comments

With the apk on the release page, on a relatively Samsung S7 device, the app remains on the initial loading screen, with the scrolling bar.

You can see the some of my output from logcat here, where it seems to be a Qt issue.

08-21 17:52:43.700  8757  8757 W System.err: 	at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:93)
08-21 17:52:43.700  8757  8757 W System.err: 	at java.lang.ClassLoader.loadClass(ClassLoader.java:379)
08-21 17:52:43.701  8757  8757 W System.err: 	at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
08-21 17:52:43.701  8757  8757 W System.err: 	at org.qtproject.qt5.android.QtServiceDelegate.loadApplication(QtServiceDelegate.java:125)
08-21 17:52:43.702  8757  8757 W System.err: 	at java.lang.reflect.Method.invoke(Native Method)
08-21 17:52:43.702  8757  8757 W System.err: 	at org.qtproject.qt5.android.bindings.QtLoader.loadApplication(QtLoader.java:242)
08-21 17:52:43.703  8757  8757 W System.err: 	at org.qtproject.qt5.android.bindings.QtLoader.startApp(QtLoader.java:697)
08-21 17:52:43.703  8757  8757 W System.err: 	at org.qtproject.qt5.android.bindings.QtServiceLoader.onCreate(QtServiceLoader.java:60)
08-21 17:52:43.704  8757  8757 W System.err: 	at org.qtproject.qt5.android.bindings.QtService.onCreateHook(QtService.java:54)
08-21 17:52:43.704  8757  8757 W System.err: 	at org.qtproject.qt5.android.bindings.QtService.onCreate(QtService.java:60)
08-21 17:52:43.705  8757  8757 W System.err: 	at android.app.ActivityThread.handleCreateService(ActivityThread.java:3544)
08-21 17:52:43.705  8757  8757 W System.err: 	at android.app.ActivityThread.-wrap4(Unknown Source:0)
08-21 17:52:43.706  8757  8757 W System.err: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1786)
08-21 17:52:43.706  8757  8757 W System.err: 	at android.os.Handler.dispatchMessage(Handler.java:105)
08-21 17:52:43.707  8757  8757 W System.err: 	at android.os.Looper.loop(Looper.java:164)
08-21 17:52:43.707  8757  8757 W System.err: 	at android.app.ActivityThread.main(ActivityThread.java:6944)
08-21 17:52:43.708  8757  8757 W System.err: 	at java.lang.reflect.Method.invoke(Native Method)
08-21 17:52:43.708  8757  8757 W System.err: 	at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:327)
08-21 17:52:43.709  8757  8757 W System.err: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1374)
08-21 17:52:43.722  8757  8776 I Qt JAVA : Can't find '/data/app/ca.openprivacy.cwtch.ui-HNNT1udxIwy9Y71sJgqTWQ==/lib/arm/lib.so'
08-21 17:52:43.737  8757  8776 I QtCore  : Start
08-21 17:52:43.741  8757  8776 W linker  : "/data/app/ca.openprivacy.cwtch.ui-HNNT1udxIwy9Y71sJgqTWQ==/lib/arm/libQt5Gui.so" has unsupported flags DT_FLAGS_1=0x80
08-21 17:52:43.761  8757  8776 W linker  : "/data/app/ca.openprivacy.cwtch.ui-HNNT1udxIwy9Y71sJgqTWQ==/lib/arm/libQt5Network.so" has unsupported flags DT_FLAGS_1=0x80
08-21 17:52:43.770  8757  8776 W linker  : "/data/app/ca.openprivacy.cwtch.ui-HNNT1udxIwy9Y71sJgqTWQ==/lib/arm/libQt5Qml.so" has unsupported flags DT_FLAGS_1=0x80
08-21 17:52:43.790  8757  8776 W linker  : "/data/app/ca.openprivacy.cwtch.ui-HNNT1udxIwy9Y71sJgqTWQ==/lib/arm/libQt5AndroidExtras.so" has unsupported flags DT_FLAGS_1=0x80
08-21 17:52:43.794  8757  8776 W linker  : "/data/app/ca.openprivacy.cwtch.ui-HNNT1udxIwy9Y71sJgqTWQ==/lib/arm/libQt5Widgets.so" has unsupported flags DT_FLAGS_1=0x80
08-21 17:52:43.838  8757  8776 W linker  : "/data/app/ca.openprivacy.cwtch.ui-HNNT1udxIwy9Y71sJgqTWQ==/lib/arm/libQt5Svg.so" has unsupported flags DT_FLAGS_1=0x80
08-21 17:52:43.846  8757  8776 W linker  : "/data/app/ca.openprivacy.cwtch.ui-HNNT1udxIwy9Y71sJgqTWQ==/lib/arm/libQt5Quick.so" has unsupported flags DT_FLAGS_1=0x80
08-21 17:52:43.890  8757  8776 W linker  : "/data/app/ca.openprivacy.cwtch.ui-HNNT1udxIwy9Y71sJgqTWQ==/lib/arm/libQt5QuickTemplates2.so" has unsupported flags DT_FLAGS_1=0x80
08-21 17:52:43.912  8757  8776 W linker  : "/data/app/ca.openprivacy.cwtch.ui-HNNT1udxIwy9Y71sJgqTWQ==/lib/arm/libQt5QuickParticles.so" has unsupported flags DT_FLAGS_1=0x80
08-21 17:52:43.921  8757  8776 W linker  : "/data/app/ca.openprivacy.cwtch.ui-HNNT1udxIwy9Y71sJgqTWQ==/lib/arm/libQt5QuickControls2.so" has unsupported flags DT_FLAGS_1=0x80
08-21 17:52:43.930  8757  8776 W linker  : "/data/app/ca.openprivacy.cwtch.ui-HNNT1udxIwy9Y71sJgqTWQ==/lib/arm/libQt5QuickWidgets.so" has unsupported flags DT_FLAGS_1=0x80
08-21 17:52:43.936  8757  8776 W linker  : "/data/app/ca.openprivacy.cwtch.ui-HNNT1udxIwy9Y71sJgqTWQ==/lib/arm/libQt5RemoteObjects.so" has unsupported flags DT_FLAGS_1=0x80
08-21 17:52:43.944  8757  8776 W linker  : "/data/data/ca.openprivacy.cwtch.ui/qt-reserved-files/plugins/platforms/android/libqtforandroid.so" has unsupported flags DT_FLAGS_1=0x80
08-21 17:52:43.954  8757  8776 I Qt      : qt started
08-21 17:52:43.957  8757  8776 W linker  : "/data/data/ca.openprivacy.cwtch.ui/qt-reserved-files/plugins/bearer/libqandroidbearer.so" has unsupported flags DT_FLAGS_1=0x80
08-21 17:52:43.959  8757  8776 I Qt JAVA : Can't find '/data/data/ca.openprivacy.cwtch.ui/qt-reserved-files/plugins/mediaservice/libqtmedia_android.so'
08-21 17:52:43.959  8757  8776 I Qt JAVA : Can't find '/data/data/ca.openprivacy.cwtch.ui/qt-reserved-files/lib/libQt5MultimediaQuick.so'
08-21 17:52:43.960  8757  8776 I Qt JAVA : Can't find '/data/data/ca.openprivacy.cwtch.ui/qt-reserved-files/lib/libQt5QuickParticles.so'
08-21 17:52:43.994  8757  8776 E libsigchain: Warning: Unexpected sigaction action found 0xc432d8f0
08-21 17:52:44.023  8757  8780 E GoLog   : 2019/08/21 15:52:44 ui/main.go [INFO] I am the service
08-21 17:52:44.023  8757  8780 E GoLog   : 2019/08/21 15:52:44 ui/main.go [INFO] Starting a cwtch app...
08-21 17:52:44.024  8757  8780 E GoLog   : 2019/08/21 15:52:44 ui/main.go [INFO] Making QAndroidService...
08-21 17:52:44.040  8757  8779 E GoLog   : 2019/08/21 15:52:44 connectivity/torProvider.go [INFO] tor version:
08-21 17:52:44.045  8757  8779 E GoLog   : 2019/08/21 15:52:44 ui/main.go [INFO] Cwtch Service starting app.Exec
With the `apk` on the release page, on a relatively Samsung S7 device, the app remains on the initial loading screen, with the scrolling bar. You can see the some of my output from logcat here, where it seems to be a Qt issue. ``` 08-21 17:52:43.700 8757 8757 W System.err: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:93) 08-21 17:52:43.700 8757 8757 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:379) 08-21 17:52:43.701 8757 8757 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:312) 08-21 17:52:43.701 8757 8757 W System.err: at org.qtproject.qt5.android.QtServiceDelegate.loadApplication(QtServiceDelegate.java:125) 08-21 17:52:43.702 8757 8757 W System.err: at java.lang.reflect.Method.invoke(Native Method) 08-21 17:52:43.702 8757 8757 W System.err: at org.qtproject.qt5.android.bindings.QtLoader.loadApplication(QtLoader.java:242) 08-21 17:52:43.703 8757 8757 W System.err: at org.qtproject.qt5.android.bindings.QtLoader.startApp(QtLoader.java:697) 08-21 17:52:43.703 8757 8757 W System.err: at org.qtproject.qt5.android.bindings.QtServiceLoader.onCreate(QtServiceLoader.java:60) 08-21 17:52:43.704 8757 8757 W System.err: at org.qtproject.qt5.android.bindings.QtService.onCreateHook(QtService.java:54) 08-21 17:52:43.704 8757 8757 W System.err: at org.qtproject.qt5.android.bindings.QtService.onCreate(QtService.java:60) 08-21 17:52:43.705 8757 8757 W System.err: at android.app.ActivityThread.handleCreateService(ActivityThread.java:3544) 08-21 17:52:43.705 8757 8757 W System.err: at android.app.ActivityThread.-wrap4(Unknown Source:0) 08-21 17:52:43.706 8757 8757 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1786) 08-21 17:52:43.706 8757 8757 W System.err: at android.os.Handler.dispatchMessage(Handler.java:105) 08-21 17:52:43.707 8757 8757 W System.err: at android.os.Looper.loop(Looper.java:164) 08-21 17:52:43.707 8757 8757 W System.err: at android.app.ActivityThread.main(ActivityThread.java:6944) 08-21 17:52:43.708 8757 8757 W System.err: at java.lang.reflect.Method.invoke(Native Method) 08-21 17:52:43.708 8757 8757 W System.err: at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:327) 08-21 17:52:43.709 8757 8757 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1374) 08-21 17:52:43.722 8757 8776 I Qt JAVA : Can't find '/data/app/ca.openprivacy.cwtch.ui-HNNT1udxIwy9Y71sJgqTWQ==/lib/arm/lib.so' 08-21 17:52:43.737 8757 8776 I QtCore : Start 08-21 17:52:43.741 8757 8776 W linker : "/data/app/ca.openprivacy.cwtch.ui-HNNT1udxIwy9Y71sJgqTWQ==/lib/arm/libQt5Gui.so" has unsupported flags DT_FLAGS_1=0x80 08-21 17:52:43.761 8757 8776 W linker : "/data/app/ca.openprivacy.cwtch.ui-HNNT1udxIwy9Y71sJgqTWQ==/lib/arm/libQt5Network.so" has unsupported flags DT_FLAGS_1=0x80 08-21 17:52:43.770 8757 8776 W linker : "/data/app/ca.openprivacy.cwtch.ui-HNNT1udxIwy9Y71sJgqTWQ==/lib/arm/libQt5Qml.so" has unsupported flags DT_FLAGS_1=0x80 08-21 17:52:43.790 8757 8776 W linker : "/data/app/ca.openprivacy.cwtch.ui-HNNT1udxIwy9Y71sJgqTWQ==/lib/arm/libQt5AndroidExtras.so" has unsupported flags DT_FLAGS_1=0x80 08-21 17:52:43.794 8757 8776 W linker : "/data/app/ca.openprivacy.cwtch.ui-HNNT1udxIwy9Y71sJgqTWQ==/lib/arm/libQt5Widgets.so" has unsupported flags DT_FLAGS_1=0x80 08-21 17:52:43.838 8757 8776 W linker : "/data/app/ca.openprivacy.cwtch.ui-HNNT1udxIwy9Y71sJgqTWQ==/lib/arm/libQt5Svg.so" has unsupported flags DT_FLAGS_1=0x80 08-21 17:52:43.846 8757 8776 W linker : "/data/app/ca.openprivacy.cwtch.ui-HNNT1udxIwy9Y71sJgqTWQ==/lib/arm/libQt5Quick.so" has unsupported flags DT_FLAGS_1=0x80 08-21 17:52:43.890 8757 8776 W linker : "/data/app/ca.openprivacy.cwtch.ui-HNNT1udxIwy9Y71sJgqTWQ==/lib/arm/libQt5QuickTemplates2.so" has unsupported flags DT_FLAGS_1=0x80 08-21 17:52:43.912 8757 8776 W linker : "/data/app/ca.openprivacy.cwtch.ui-HNNT1udxIwy9Y71sJgqTWQ==/lib/arm/libQt5QuickParticles.so" has unsupported flags DT_FLAGS_1=0x80 08-21 17:52:43.921 8757 8776 W linker : "/data/app/ca.openprivacy.cwtch.ui-HNNT1udxIwy9Y71sJgqTWQ==/lib/arm/libQt5QuickControls2.so" has unsupported flags DT_FLAGS_1=0x80 08-21 17:52:43.930 8757 8776 W linker : "/data/app/ca.openprivacy.cwtch.ui-HNNT1udxIwy9Y71sJgqTWQ==/lib/arm/libQt5QuickWidgets.so" has unsupported flags DT_FLAGS_1=0x80 08-21 17:52:43.936 8757 8776 W linker : "/data/app/ca.openprivacy.cwtch.ui-HNNT1udxIwy9Y71sJgqTWQ==/lib/arm/libQt5RemoteObjects.so" has unsupported flags DT_FLAGS_1=0x80 08-21 17:52:43.944 8757 8776 W linker : "/data/data/ca.openprivacy.cwtch.ui/qt-reserved-files/plugins/platforms/android/libqtforandroid.so" has unsupported flags DT_FLAGS_1=0x80 08-21 17:52:43.954 8757 8776 I Qt : qt started 08-21 17:52:43.957 8757 8776 W linker : "/data/data/ca.openprivacy.cwtch.ui/qt-reserved-files/plugins/bearer/libqandroidbearer.so" has unsupported flags DT_FLAGS_1=0x80 08-21 17:52:43.959 8757 8776 I Qt JAVA : Can't find '/data/data/ca.openprivacy.cwtch.ui/qt-reserved-files/plugins/mediaservice/libqtmedia_android.so' 08-21 17:52:43.959 8757 8776 I Qt JAVA : Can't find '/data/data/ca.openprivacy.cwtch.ui/qt-reserved-files/lib/libQt5MultimediaQuick.so' 08-21 17:52:43.960 8757 8776 I Qt JAVA : Can't find '/data/data/ca.openprivacy.cwtch.ui/qt-reserved-files/lib/libQt5QuickParticles.so' 08-21 17:52:43.994 8757 8776 E libsigchain: Warning: Unexpected sigaction action found 0xc432d8f0 08-21 17:52:44.023 8757 8780 E GoLog : 2019/08/21 15:52:44 ui/main.go [INFO] I am the service 08-21 17:52:44.023 8757 8780 E GoLog : 2019/08/21 15:52:44 ui/main.go [INFO] Starting a cwtch app... 08-21 17:52:44.024 8757 8780 E GoLog : 2019/08/21 15:52:44 ui/main.go [INFO] Making QAndroidService... 08-21 17:52:44.040 8757 8779 E GoLog : 2019/08/21 15:52:44 connectivity/torProvider.go [INFO] tor version: 08-21 17:52:44.045 8757 8779 E GoLog : 2019/08/21 15:52:44 ui/main.go [INFO] Cwtch Service starting app.Exec ```
This repo is archived. You cannot comment on issues.
No Milestone
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cwtch.im/ui#207
No description provided.