What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

NavServer.cs:line 246 NavServer.cs:line 193

lxt12345

New Member
Joined
Oct 29, 2013
Messages
51
2017-01-02 01:20:42,925 [Pulsator Thread] DEBUG Grind - Moving to current hotspot...
2017-01-02 01:20:42,971 [Pulsator Thread] DEBUG Navigator - Connecting to navigation server...
2017-01-02 01:20:43,736 [12] DEBUG Connection - [99752656-22fa-4469-9761-4dadaba31766] Now beginning to receive data.
2017-01-02 01:20:44,734 [5] INFO NavigationClient - Authorized with the navigation server!
2017-01-02 01:20:44,734 [12] DEBUG Navigator - Connected!
2017-01-02 01:20:44,750 [5] DEBUG Navigator - Nav info sent to the server, we're all initialized!
2017-01-02 01:20:44,828 [Pulsator Thread] INFO Navigator - Attempting to generate path to X:-22545.22 Y:-950.3379 Z:-28482.61 from X:-22028.63 Y:-977.494 Z:-28273.61
2017-01-02 01:20:45,155 [4] ERROR NavigationClient - System.IndexOutOfRangeException: Index was outside the bounds of the array.
at System.Collections.Generic.Dictionary`2.Insert(TKe y key, TValue value, Boolean add)
at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
at WildstarNavServer.Server.LocalFileMeshLoader.LoadT ileMap(NavigationalMap map) in Z:\Wildstar\branches\PTR\WildstarNavServer\Navigat ion\LocalFileMeshLoader.cs:line 97
at WildstarNavServer.Server.NavigationalMap.Initializ eMesh(OffMeshConnections offMeshConnections, Int32 mapId, Int32 maxPolys, Int32 maxTiles, Int32 maxObstacles, Int32 maxNodes) in Z:\Wildstar\branches\PTR\WildstarNavServer\Navigat ion\NavigationalMap.cs:line 239
at WildstarNavServer.Server.NavServer.<HandleSetNavIn fo>d__30.MoveNext() in Z:\Wildstar\branches\PTR\WildstarNavServer\Server\ NavServer.cs:line 193
2017-01-02 01:20:45,218 [5] ERROR NavigationClient - System.NullReferenceException: Object reference not set to an instance of an object.
at WildstarNavServer.Server.NavigationalMap.EnsureTil eLoaded(Vector3 position) in Z:\Wildstar\branches\PTR\WildstarNavServer\Navigat ion\NavigationalMap.cs:line 423
at WildstarNavServer.Server.NavigationalMap.GenerateP ath(Vector3 start, Vector3 end, QueryFilter filter, Int32 maxPolys, Boolean allowPartials) in Z:\Wildstar\branches\PTR\WildstarNavServer\Navigat ion\NavigationalMap.cs:line 484
at WildstarNavServer.Server.NavServer.<HandlePathRequ est>d__31.MoveNext() in Z:\Wildstar\branches\PTR\WildstarNavServer\Server\ NavServer.cs:line 246
2017-01-02 01:20:49,882 [Pulsator Thread] ERROR Navigator - Did not receive valid pathfind response in the last 5 seconds.
2017-01-02 01:20:49,945 [Pulsator Thread] DEBUG Grind - Moving to current hotspot...
2017-01-02 01:20:49,960 [Pulsator Thread] INFO Navigator - Attempting to generate path to X:-22545.22 Y:-950.3379 Z:-28482.61 from X:-22028.63 Y:-977.494 Z:-28273.61
2017-01-02 01:20:50,366 [4] ERROR NavigationClient - System.NullReferenceException: Object reference not set to an instance of an object.
at WildstarNavServer.Server.NavigationalMap.EnsureTil eLoaded(Vector3 position) in Z:\Wildstar\branches\PTR\WildstarNavServer\Navigat ion\NavigationalMap.cs:line 423
at WildstarNavServer.Server.NavigationalMap.GenerateP ath(Vector3 start, Vector3 end, QueryFilter filter, Int32 maxPolys, Boolean allowPartials) in Z:\Wildstar\branches\PTR\WildstarNavServer\Navigat ion\NavigationalMap.cs:line 484
at WildstarNavServer.Server.NavServer.<HandlePathRequ est>d__31.MoveNext() in Z:\Wildstar\branches\PTR\WildstarNavServer\Server\ NavServer.cs:line 246
 
Back
Top