Skip to content
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

[Android] dlopen failed: cannot locate symbol "__eqtf2" #204

Open
hipersayanX opened this issue Jul 17, 2024 · 0 comments
Open

[Android] dlopen failed: cannot locate symbol "__eqtf2" #204

hipersayanX opened this issue Jul 17, 2024 · 0 comments

Comments

@hipersayanX
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant