nizwar / openvpn_flutter

A package that allow you to connect OpenVPN service with Flutter
https://pub.dev/packages/openvpn_flutter
GNU General Public License v3.0
84 stars 95 forks source link

Instantly: OpenVPN process exited #68

Open realbitt opened 1 year ago

realbitt commented 1 year ago

Hi,

I'm trying to use this package and i make all settings as described in package page, but not able to connect, Log:

I/OpenVPN (29440): Starting openvpn I/OpenVPN (29440): /data/app/ieSXCUBpXfGJ2M_MXaaytw==/com.example.openvpn-pb7VKu1qvg44w9-zt9elzg==/lib/arm64:/data/app/ieSXCUBpXfGJ2M_MXaaytw==/com.example.openvpn-pb7VKu1qvg44w9-zt9elzg==/lib/arm64/libovpnexec.so I/OpenVPN (29440): OpenVPN process exited I/OpenVPN (29440): Exiting

Please Help

TheRangerStar commented 1 year ago

Hi,

I'm trying to use this package and i make all settings as described in package page, but not able to connect, Log:

I/OpenVPN (29440): Starting openvpn I/OpenVPN (29440): /data/app/ieSXCUBpXfGJ2M_MXaaytw==/com.example.openvpn-pb7VKu1qvg44w9-zt9elzg==/lib/arm64:/data/app/ieSXCUBpXfGJ2M_MXaaytw==/com.example.openvpn-pb7VKu1qvg44w9-zt9elzg==/lib/arm64/libovpnexec.so I/OpenVPN (29440): OpenVPN process exited I/OpenVPN (29440): Exiting

Please Help

**

try

**: gradle.properties > android.bundle.enableUncompressedNativeLibs=false AndroidManifest > android:extractNativeLibs="true" in application tag

zhahouming commented 1 year ago

same problem

zhahouming commented 1 year ago

I`ve resolved this problem by changing minSdkVersion into 21

realbitt commented 1 year ago

I did these changes but not working yet.

TheRangerStar commented 1 year ago

is IOS?is Android? You need to try to check your configuration again: 1.Certificate 2.VPN Jurisdiction If there are still problems after these confirmations, please interrupt the debugging. If you can find the problem from the debugging stage->getOpenVPNStdin(). I have other ways to solve it, but you have to confirm the configuration I mentioned above first.

bugrevealingbme commented 1 year ago

same

canibal1 commented 1 year ago

same

vrtkarim commented 8 months ago

is there a solution for this?

almightyYantao commented 2 months ago

I`ve resolved this problem by changing minSdkVersion into 21我通过将minSdkVersion更改为21来解决了这个问题

Yes, I have the same problem. Changing it to 21 solved the problem

NewSalman commented 1 month ago

Hi, I'm trying to use this package and i make all settings as described in package page, but not able to connect, Log: I/OpenVPN (29440): Starting openvpn I/OpenVPN (29440): /data/app/ieSXCUBpXfGJ2M_MXaaytw==/com.example.openvpn-pb7VKu1qvg44w9-zt9elzg==/lib/arm64:/data/app/ieSXCUBpXfGJ2M_MXaaytw==/com.example.openvpn-pb7VKu1qvg44w9-zt9elzg==/lib/arm64/libovpnexec.so I/OpenVPN (29440): OpenVPN process exited I/OpenVPN (29440): Exiting Please Help

**

try

**: gradle.properties > android.bundle.enableUncompressedNativeLibs=false AndroidManifest > android:extractNativeLibs="true" in application tag

i have tried this, and work successfully