huokedu / sshtunnel

Automatically exported from code.google.com/p/sshtunnel
GNU General Public License v3.0
0 stars 0 forks source link

unhandled null pointer exception on JellyBean 4.1.1 on mobile networks only #136

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

Version 1.5.4

Below null pointer exception happens consistently when app started over mobile 
data. It does not happen over Wi-Fi.

Android 4.1.1. jellybean, stock rom. Tried with custom ROMS too, same.
Galaxy Nexus
T-Mobile US

E/AndroidRuntime( 3814): java.lang.RuntimeException: Unable to start activity Co
mponentInfo{org.sshtunnel/org.sshtunnel.SSHTunnel}: java.lang.NullPointerExcepti
on

E/AndroidRuntime( 3814): Caused by: java.lang.NullPointerException
E/AndroidRuntime( 3814):        at org.sshtunnel.SSHTunnel.loadNetworkList(SSHTu
nnel.java:365)
E/AndroidRuntime( 3814):        at org.sshtunnel.SSHTunnel.onCreate(SSHTunnel.ja
va:431)
E/AndroidRuntime( 3814):        at android.app.Activity.performCreate(Activity.j
ava:5008)
E/AndroidRuntime( 3814):        at android.app.Instrumentation.callActivityOnCre
ate(Instrumentation.java:1079)
E/AndroidRuntime( 3814):        at android.app.ActivityThread.performLaunchActiv
ity(ActivityThread.java:2136)
E/AndroidRuntime( 3814):        ... 11 more
W/ActivityManager(  419):   Force finishing activity org.sshtunnel/.SSHTunnel

Original issue reported on code.google.com by ccapu...@gmail.com on 26 Aug 2012 at 2:09

GoogleCodeExporter commented 9 years ago
Confirmed fixed with the 2.0.1 update and star removed. Thank you Max!!!

One grateful 4.1.2 CM10 user xx.

Original comment by ladfromb...@gmail.com on 30 Oct 2012 at 9:34

GoogleCodeExporter commented 9 years ago
Both 2.0.1 and 2.0.3 does not work in my 4.1.2 CM10 system. 2.0.1 does not 
throw the exception, but isn't tunneling anything.

Original comment by rter...@gmail.com on 1 Dec 2012 at 7:46

GoogleCodeExporter commented 9 years ago
Having the same issue. Even when started over wifi, can't get anything to 
actually tunnel.

CM10 4.1.2

Original comment by joshm...@gmail.com on 1 Dec 2012 at 7:51