openvpn_flutter icon indicating copy to clipboard operation
openvpn_flutter copied to clipboard

Instantly: OpenVPN process exited

Open realbitt opened this issue 2 years ago • 11 comments

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

realbitt avatar Feb 05 '23 18:02 realbitt

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

TheRangerStar avatar Mar 02 '23 09:03 TheRangerStar

same problem

zhahouming avatar Mar 02 '23 16:03 zhahouming

I`ve resolved this problem by changing minSdkVersion into 21

zhahouming avatar Mar 04 '23 12:03 zhahouming

I did these changes but not working yet.

realbitt avatar Mar 09 '23 07:03 realbitt

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.

TheRangerStar avatar Mar 13 '23 02:03 TheRangerStar

same

bugrevealingbme avatar Aug 10 '23 21:08 bugrevealingbme

same

canibal1 avatar Sep 19 '23 11:09 canibal1

is there a solution for this?

vrtkarim avatar Feb 17 '24 10:02 vrtkarim

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

almightyYantao avatar Aug 20 '24 08:08 almightyYantao

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

NewSalman avatar Sep 14 '24 09:09 NewSalman