Advertisement
Guest User

Untitled

a guest
Jul 24th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1.  
  2. Unhandled Exception: System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
  3. Parameter name: index
  4. at Google.Protobuf.Collections.RepeatedField`1.get_Item(Int32 index)
  5. at POGOLib.Net.RpcClient.GetMapObjects()
  6. at POGOLib.Net.RpcClient.Heartbeat()
  7. at POGOLib.Net.PoClient.<StartHeartbeats>b__45_0()
  8. at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
  9. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  10. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  11. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  12. at System.Threading.ThreadHelper.ThreadStart()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement