library "eglSubDriverAndroid.so" not found - but it is in the Filesystem | QML Errors: Unable to assign [undefined] to int
-
Hi,
try to convert a app that was build for UB 16.04 (not by me)
to UB 20.04. I am a noob! sorry ![28.10.24 06:51] library "eglSubDriverAndroid.so" not found [28.10.24 06:51] Creating a QMirClientScreen now [28.10.24 06:51] file:///opt/click.ubuntu.com/indicator.upower.ernesst/0.3/qml/Main.qml:516:15: QML Label: Cannot anchor to an item that isn't a parent or sibling. [28.10.24 06:51] file:///opt/click.ubuntu.com/indicator.upower.ernesst/0.3/qml/Main.qml:516:15: QML Label: Cannot anchor to an item that isn't a parent or sibling. [28.10.24 06:51] file:///opt/click.ubuntu.com/indicator.upower.ernesst/0.3/qml/Main.qml:368:15: QML Label: Cannot anchor to an item that isn't a parent or sibling. [28.10.24 06:51] file:///opt/click.ubuntu.com/indicator.upower.ernesst/0.3/qml/Main.qml:368:15: QML Label: Cannot anchor to an item that isn't a parent or sibling. [28.10.24 06:51] file:///opt/click.ubuntu.com/indicator.upower.ernesst/0.3/qml/Main.qml:495:19: Unable to assign [undefined] to int [28.10.24 06:51] file:///opt/click.ubuntu.com/indicator.upower.ernesst/0.3/qml/Main.qml:510:19: Unable to assign [undefined] to int [28.10.24 06:51] file:///opt/click.ubuntu.com/indicator.upower.ernesst/0.3/qml/Main.qml:539:19: Unable to assign [undefined] to int [28.10.24 06:51] file:///opt/click.ubuntu.com/indicator.upower.ernesst/0.3/qml/Main.qml:554:19: Unable to assign [undefined] to int [28.10.24 06:52] QObject::startTimer: Timers cannot be started from another thread [28.10.24 06:54] qt.qpa.mirclient: Attempted to deliver an event to a non-existent window, ignoring. [28.10.24 06:54] qt.qpa.mirclient: Attempted to deliver an event to a non-existent window, ignoring. [28.10.24 06:54] qt.qpa.mirclient: Attempted to deliver an event to a non-existent window, ignoring.
$ sudo find / -name eglSubDriverAndroid.so [sudo] password for phablet: /var/lib/lxc/android/rootfs/vendor/lib64/egl/eglSubDriverAndroid.so /var/lib/lxc/android/rootfs/vendor/lib/egl/eglSubDriverAndroid.so /android/vendor/lib64/egl/eglSubDriverAndroid.so /android/vendor/lib/egl/eglSubDriverAndroid.so find: ‘/sys/kernel/slab’: Input/output error
How to fix this error with eglSubDriverAndroid.so
And how to fix the QML Errors ?
Is there a QML Ide that can fix this ?Example:
I tryed with: clickable ide qtcreator
but did not find this issues there
-
@ds2k5 AFAIK the egl library not found can be safely ignored.
-
@ikoz thanks
-
@ds2k5 An IDE will not fix it automatically for you, sometimes can be ignored, sometimes it helps you to find where is issue.
btw, why did you posted in the General forum and not App dev one ? -
-