FlareLine / SwinApp

Swinburne's second-rate student app
4 stars 0 forks source link

Fix NullReferenceException in TransportLib+<GetNextDeparture>d__0.MoveNext #26

Open Narik1 opened 6 years ago

Narik1 commented 6 years ago

This is new, not sure what it's about. Apparently, I got it on my phone 6 days ago though... weird, I don't remember using it then...

Version: SwinApp Test (1) | swinapp-android

Stacktrace

0 SwinApp TransportLib+d__0 MoveNext 1 System.Runtime.ExceptionServices ExceptionDispatchInfo Throw 2 System.Runtime.CompilerServices TaskAwaiter ThrowForNonSuccess 3 System.Runtime.CompilerServices TaskAwaiter HandleNonSuccessAndDebuggerNotification 4 System.Runtime.CompilerServices TaskAwaiter ValidateEnd 5 System.Runtime.CompilerServices TaskAwaiter`1[TResult] GetResult 6 SwinApp.Library TransportCardViewModel+d__17 MoveNext 7 System.Runtime.ExceptionServices ExceptionDispatchInfo Throw 8 System.Runtime.CompilerServices TaskAwaiter ThrowForNonSuccess 9 System.Runtime.CompilerServices TaskAwaiter HandleNonSuccessAndDebuggerNotification 10 System.Runtime.CompilerServices TaskAwaiter ValidateEnd 11 System.Runtime.CompilerServices TaskAwaiter GetResult 12 SwinApp.Components.UI CardTransport+d__2 MoveNext 13 System.Runtime.ExceptionServices ExceptionDispatchInfo Throw 14 System.Runtime.CompilerServices AsyncMethodBuilderCore+<>c b__6_0 15 Android.App SyncContext+<>c__DisplayClass2_0 b__0 16 Java.Lang Thread+RunnableImplementor Run 17 Java.Lang IRunnableInvoker n_Run 18 mono.java.lang RunnableImplementor n_run 19 mono.java.lang RunnableImplementor run 20 android.os Handler handleCallback 21 android.os Handler dispatchMessage 22 android.os Looper loop 23 android.app ActivityThread main 24 java.lang.reflect Method invoke 25 com.android.internal.os ZygoteInit$MethodAndArgsCaller run 26 com.android.internal.os ZygoteInit main Java.Lang.Thread 2 

Reason

android.runtime.JavaProxyThrowable: System.NullReferenceException: Object reference not set to an instance of an object

Link to HockeyApp