Ever since I updated to build 2016.2948 I get the following crash when my Android device starts:
W/dalvikvm( 6094): threadid=29: thread exiting with uncaught exception (group=0x41a0a700) W/System.err( 6094): java.lang.NullPointerException W/System.err( 6094): at network.NetworkRequest$AsyncNetworkRequestRunnable.run(NetworkRequest.java:1912) W/System.err( 6094): at java.lang.Thread.run(Thread.java:841) W/FlurryAgent( 6094): Flurry session ended E/AndroidRuntime( 6094): FATAL EXCEPTION: Thread-476 E/AndroidRuntime( 6094): java.lang.NullPointerException E/AndroidRuntime( 6094): at network.NetworkRequest$AsyncNetworkRequestRunnable.run(NetworkRequest.java:1912) E/AndroidRuntime( 6094): at java.lang.Thread.run(Thread.java:841) W/ActivityManager( 2186): Force finishing activity com.jokkogames.footballunderworld.mobile/com.ansca.corona.CoronaActivity
This crash happens very often, but not every time I open the app (every 2-3 sessions).
I tried wrapping all my network.request calls with pcall, but that did not help.
I am using a Galaxy S2 device with Android 4.3.1.
I also tried the builds 2016.2949 and 2016.2961, and this reproduces with these as well.
I was previously using build 2016.2907, and that never occurred with it.
If I re-install 2016.2907 and use it to compile, the crash is gone.
Why is this happening? This is really bad having our app crash every other session, and because of the splash plugin changes I can’t continue using 2016.2907…
Please help.
Thanks