yggdrasil-network / yggdrasil-android

Reference implementation for connecting to the Yggdrasil Network from Android devices
MIT License
120 stars 19 forks source link

Crash on android 8 #14

Closed fingolfin0 closed 2 years ago

fingolfin0 commented 3 years ago

It crashes when I tapping "Enable Yggdrasil". OS: Andoird 8 AOKP ROM. Version: I tryed 001, 005 and 006 releases. Options: I tried various combinations of options in "Peers" section.

Addition: obsolete version from f-droid is not crash.

cmd410 commented 2 years ago

Double this issue. Crashes on android 8.1.0. Tried versions 005-007. No crash when no peers added, but it kinda makes it useless.

Saiv46 commented 2 years ago

Bump, crashes on Android 11 (LineageOS 18.1)

neilalexander commented 2 years ago

Can you please get some crash logs from adb or similar?

Saiv46 commented 2 years ago

How to get logs via Wi-Fi:

./adb pair IP:PORT CODE 
./adb connect IP:PORT
./adb logcat
Saiv46 commented 2 years ago
04-25 19:11:43.902 17961 17961 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
04-25 19:11:43.902 17961 17961 F DEBUG   : LineageOS Version: '18.1-20220314-NIGHTLY-s3ve3gxx'
04-25 19:11:43.902 17961 17961 F DEBUG   : Build fingerprint: 'samsung/s3ve3gxx/s3ve3g:4.4.2/KOT49H/I9301IXXUANL1:user/release-keys'
04-25 19:11:43.903 17961 17961 F DEBUG   : Revision: '0'
04-25 19:11:43.903 17961 17961 F DEBUG   : ABI: 'arm'
04-25 19:11:43.904 17961 17961 F DEBUG   : Timestamp: 2022-04-25 19:11:43+0800
04-25 19:11:43.904 17961 17961 F DEBUG   : pid: 17673, tid: 17673, name: .android.chrome  >>> com.android.chrome <<<
04-26 18:50:54.442 23035 23035 E AndroidRuntime: Process: eu.neilalexander.yggdrasil, PID: 23035
04-26 18:50:54.442 23035 23035 E AndroidRuntime: java.lang.RuntimeException: Unable to start service eu.neilalexander.yggdrasil.PacketTunnelProvider@c0dc7c9 with Intent { act=eu.neilalexander.yggdrasil.PacketTunnelProvider.START cmp=eu.neilalexander.yggdrasil/.PacketTunnelProvider }: go.Universe$proxyerror: listen udp6 [::]:9001: protocol not available
Saiv46 commented 2 years ago

Created yggdrasil-network/crispa-android#72 since it affects that too