openvpn_flutter icon indicating copy to clipboard operation
openvpn_flutter copied to clipboard

OpenVPN process exited

Open Borzalic opened this issue 1 year ago • 3 comments

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 avatar Jan 25 '23 17:01 Borzalic

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}

Borzalic avatar Jan 26 '23 09:01 Borzalic

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

TheRangerStar avatar Mar 07 '23 03:03 TheRangerStar

Android, same

bugrevealingbme avatar Aug 10 '23 21:08 bugrevealingbme