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

Getting exception on nougat and android O #12

Open
krunalindrodiya opened this issue May 18, 2017 · 4 comments
Open

Getting exception on nougat and android O #12

krunalindrodiya opened this issue May 18, 2017 · 4 comments

Comments

@krunalindrodiya
Copy link

It's working fine in below nougat. But when i am going to connect in nougat and android o, it's having crash on connecting vpn. Below is crash log.
java.lang.UnsatisfiedLinkError: dlopen failed: library "libcrypto.so" not found at java.lang.Runtime.loadLibrary0(Runtime.java:1016) at java.lang.System.loadLibrary(System.java:1657) at com.openvpn.Durai.core.NativeUtils.<clinit>(NativeUtils.java:12) at com.openvpn.Durai.core.NativeUtils.jniclose(Native Method) at com.openvpn.Durai.core.OpenVpnManagementThread.protectFileDescriptor(OpenVpnManagementThread.java:179) at com.openvpn.Durai.core.OpenVpnManagementThread.processNeedCommand(OpenVpnManagementThread.java:391) at com.openvpn.Durai.core.OpenVpnManagementThread.processCommand(OpenVpnManagementThread.java:231) at com.openvpn.Durai.core.OpenVpnManagementThread.processInput(OpenVpnManagementThread.java:202) at com.openvpn.Durai.core.OpenVpnManagementThread.run(OpenVpnManagementThread.java:150) at java.lang.Thread.run(Thread.java:764)

@sirmordred
Copy link

android is not exporting native libraries anymore (started from O version)
dev is busy probably(or abandoned the project already) ı dunno, but i will fork the project and implement some improvements,fixes soon
👍

@ibrahimnasson
Copy link

@sirmordred please if you are done improving and fixing would you let me know

@mjavier99
Copy link

Hi, @sirmordred, tellme if you have solved that issue?. Thank you.

@sirmordred
Copy link

Sorry guys i haven't found time to look, but the issue can be solved by placing libcrypto.so into /system/lib (workaround) i guess

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

4 participants