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
82 stars 92 forks source link

OpenVPN process exited #67

Open Borzalic opened 1 year ago

Borzalic commented 1 year ago

Hello,

I am getting the following error when starting VPN connection. I pull and paste the config as a string in the database, there was no problem before. If anyone has a solution and shares it, I'd appreciate it.

I/OpenVPN (12604): Starting openvpn I/OpenVPN (12604): /data/app/~~wMWyDwUAPLyiZBVGVbpK9A==/com.blueocean.vpn-ZBLKKEShAqmceMMLa_Ru6A==/lib/arm64:/data/app/~~wMWyDwUAPLyiZBVGVbpK9A==/com.blueocean.vpn-ZBLKKEShAqmceMMLa_Ru6A==/lib/arm64/libovpnexec.so I/TetheringManager(12604): registerTetheringEventCallback:com.blueocean.vpn I/flutter (12604): {connected_on: null, duration: 00:00:00, byte_in: 0, byte_out: 0, packets_in: 0, packets_out: 0} W/m.blueocean.vp(12604): Accessing hidden method Ljava/io/FileDescriptor;->getInt$()I (greylist,core-platform-api, reflection, allowed) 23 I/flutter (12604): {connected_on: null, duration: 00:00:00, byte_in: 0, byte_out: 0, packets_in: 0, packets_out: 0} I/OpenVPN (12604): OpenVPN process exited I/OpenVPN (12604): Exiting

Borzalic commented 1 year ago

Update;

It stays on waiting for server reply continuously. I pull the OVPN configurations from vpngate.

D/openvpn (12327): Loading openvpn native library $id$ compiled on Jun 23 2020 13:36:40
I/OpenVPN (12327): Starting openvpn
I/OpenVPN (12327): /data/app/~~C5to--zHa7jK_5cAtZ04pQ==/com.blueocean.vpn-Hswbp3rVmiBIvXOAbKwuCg==/lib/arm64:/data/app/~~C5to--zHa7jZ04_5cAt/ .blueocean.vpn-Hswbp3rVmiBIvXOAbKwuCg==/lib/arm64/libovpnexec.so
I/TetheringManager(12327): registerTetheringEventCallback:com.blueocean.vpn
W/m.blueocean.vp(12327): Accessing hidden method Ljava/io/FileDescriptor;->getInt$()I (greylist,core-platform-api, reflection, allowed)
20
I/flutter (12327): {connected_on: null, duration: 00:00:00, byte_in: 0, byte_out: 0, packets_in: 0, packets_out: 0}
TheRangerStar commented 1 year ago

Update;

It stays on waiting for server reply continuously. I pull the OVPN configurations from vpngate.

D/openvpn (12327): Loading openvpn native library $id$ compiled on Jun 23 2020 13:36:40
I/OpenVPN (12327): Starting openvpn
I/OpenVPN (12327): /data/app/~~C5to--zHa7jK_5cAtZ04pQ==/com.blueocean.vpn-Hswbp3rVmiBIvXOAbKwuCg==/lib/arm64:/data/app/~~C5to--zHa7jZ04_5cAt/ .blueocean.vpn-Hswbp3rVmiBIvXOAbKwuCg==/lib/arm64/libovpnexec.so
I/TetheringManager(12327): registerTetheringEventCallback:com.blueocean.vpn
W/m.blueocean.vp(12327): Accessing hidden method Ljava/io/FileDescriptor;->getInt$()I (greylist,core-platform-api, reflection, allowed)
20
I/flutter (12327): {connected_on: null, duration: 00:00:00, byte_in: 0, byte_out: 0, packets_in: 0, packets_out: 0}

it is iOS mistake or android? if is IOS, I should know answer about it

bugrevealingbme commented 1 year ago

Android, same