You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error message is shown when loading libzimg.so in Android.
07-16 18:52:46.819 2240 2256 E AndroidRuntime: FATAL EXCEPTION: qtMainLoopThread
07-16 18:52:46.819 2240 2256 E AndroidRuntime: Process: io.github.webcamoid.Webcamoid, PID: 2240
07-16 18:52:46.819 2240 2256 E AndroidRuntime: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "__eqtf2" referenced by "/data/app/io.github.webcamoid.Webcamoid-1/lib/arm64/libzimg.so"...
07-16 18:52:46.819 2240 2256 E AndroidRuntime: at java.lang.Runtime.load0(Runtime.java:897)
07-16 18:52:46.819 2240 2256 E AndroidRuntime: at java.lang.System.load(System.java:1505)
07-16 18:52:46.819 2240 2256 E AndroidRuntime: at org.qtproject.qt.android.QtNative$2.run(QtNative.java:235)
07-16 18:52:46.819 2240 2256 E AndroidRuntime: at org.qtproject.qt.android.QtThread$2.run(QtThread.java:51)
07-16 18:52:46.819 2240 2256 E AndroidRuntime: at org.qtproject.qt.android.QtThread$1.run(QtThread.java:25)
07-16 18:52:46.819 2240 2256 E AndroidRuntime: at java.lang.Thread.run(Thread.java:761)
Is there a way of fixing that?
The text was updated successfully, but these errors were encountered:
This error message is shown when loading libzimg.so in Android.
Is there a way of fixing that?
The text was updated successfully, but these errors were encountered: