Advertisement
Guest User

Untitled

a guest
Aug 26th, 2016
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. [19:39:46] Make sure Lat & Lng are right. Exit Program if not! Lat: 39.8617199340182 Lng: -75.3036916534555 Alt: 28
  2. [19:39:46] System.NullReferenceException: Object reference not set to an instance of an object.
  3. at PoGo.PokeMobBot.Logic.Inventory.<GetPokemons>d__28.MoveNext() in C:\Sync\Projects\PokeMobBot_2.0.3ish_src_user-2016-08-18\PoGo.PokeMobBot.Logic\Inventory.cs:line 438
  4. --- End of stack trace from previous location where exception was thrown ---
  5. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  6. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  7. at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
  8. at PoGo.PokeMobBot.Logic.Inventory.<GetHighestsCp>d__18.MoveNext() in C:\Sync\Projects\PokeMobBot_2.0.3ish_src_user-2016-08-18\PoGo.PokeMobBot.Logic\Inventory.cs:line 250
  9. --- End of stack trace from previous location where exception was thrown ---
  10. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  11. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  12. at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
  13. at PoGo.PokeMobBot.Logic.Tasks.DisplayPokemonStatsTask.<Execute>d__2.MoveNext() in C:\Sync\Projects\PokeMobBot_2.0.3ish_src_user-2016-08-18\PoGo.PokeMobBot.Logic\Tasks\DisplayPokemonStatsTask.cs:line 28
  14. --- End of stack trace from previous location where exception was thrown ---
  15. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  16. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  17. at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
  18. at PoGo.PokeMobBot.Logic.State.InfoState.<Execute>d__0.MoveNext() in C:\Sync\Projects\PokeMobBot_2.0.3ish_src_user-2016-08-18\PoGo.PokeMobBot.Logic\State\InfoState.cs:line 23
  19. --- End of stack trace from previous location where exception was thrown ---
  20. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  21. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  22. at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
  23. at PoGo.PokeMobBot.Logic.State.StateMachine.<Start>d__3.MoveNext() in C:\Sync\Projects\PokeMobBot_2.0.3ish_src_user-2016-08-18\PoGo.PokeMobBot.Logic\State\StateMachine.cs:line 37
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement