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

Errur

Tormiasz

Community Developer
Joined
Jun 16, 2014
Messages
701
Reaction score
5
While running in the Mud Flats (with Quest Plugin). Nothing more needs to be added because there is nothing else.

Google Translate from my language (too lazy to translate it myself)
Code:
Name System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index in System.ThrowHelper.ThrowArgumentOutOfRangeException (ExceptionArgument argument, ExceptionResource resource) 
in Loki.Game.Utilities.ComponentInformation. ???????????????????????? ????????????????? (String) 
in Loki.Game.Utilities.ComponentInformation. ????????????????????? ???????????????????? (String) 
in Loki.Game.Utilities.ComponentInformation.get_RenderComponent () 
in Loki.Game.Objects.NetworkObject.get_Name ()

[Tick] Exception during execution: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
***in System.ThrowHelper.ThrowArgumentOutOfRangeException (ExceptionArgument argument, ExceptionResource resource)
***in Loki.Game.Utilities.ComponentInformation. ????????????????????????????????????????? (String)
***in Loki.Game.Utilities.ComponentInformation. ????????????????????????????????????????? (String)
***in Loki.Game.Utilities.ComponentInformation.get_ActorComponent ()
***in Loki.Game.Objects.NetworkObject.get_Reaction ()
***in Loki.Bot.Logic.Bots.OldGrindBot.TrackMoreMobs.?????????????????????????????????????????.?????????????????????????????????????????(Monster )
***in System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext ()
***in (IEnumerator)
***in Loki.Bot.Logic.Bots.OldGrindBot.TrackMoreMobs.Tick ()
***in Loki.Bot.TaskManager.Tick ()
***in Loki.Bot.Logic.Bots.OldGrindBot.OldGrindBot.Tick ()
***in Loki.Bot.BotManager.?????????????????????????????????????????(IBot )
 
Can't post full, but the part. Regular running around map and killing mobs, nothing else from any plugin. Looks like TrackMoreMobs task is getting some mob's Reaction. MapRunner's plugin got it aswell, but it's in try-catch to avoid exceptions so I judge that there is some internal problem with Reaction itself.

2016-02-11 11:30:27,719 [30] INFO CustomLogger (null) - [AreaStateCache] The location 729 [Sage's Robe] is being removed because the WorldItem does not exist.
2016-02-11 11:30:27,886 [30] DEBUG CustomLogger (null) - [LootItemTask] The current item to loot is [729] Sage's Robe at {824, 545}. We have been on this task for 00:00:01.0677171 and have been attempting to interact for 00:00:00.5157821.
2016-02-11 11:30:27,918 [30] INFO CustomLogger (null) - [RemoveItemLocation] The location 729 [Sage's Robe] is being removed.
2016-02-11 11:30:28,650 [30] INFO CustomLogger (null) - [LatencyTracker] HighestLatency: 182
2016-02-11 11:30:28,918 [30] DEBUG CustomLogger (null) - [LootItemTask] The current item to loot is [727] Scroll of Wisdom at {829, 508}. We have been on this task for 00:00:00.4038021 and have been attempting to interact for 00:00:00.
2016-02-11 11:30:28,951 [30] DEBUG CustomLogger (null) - [FinishCurrentAction] Waited 0 ms for the action to finish Move.
2016-02-11 11:30:29,003 [30] DEBUG CustomLogger (null) - [FinishCurrentAction] Waited 52 ms for the action to finish Move.
2016-02-11 11:30:29,036 [30] DEBUG CustomLogger (null) - [FinishCurrentAction] Waited 85 ms for the action to finish Move.
2016-02-11 11:30:29,068 [30] DEBUG CustomLogger (null) - [FinishCurrentAction] Waited 117 ms for the action to finish Move.
2016-02-11 11:30:29,103 [30] DEBUG CustomLogger (null) - [FinishCurrentAction] Waited 152 ms for the action to finish Move.
2016-02-11 11:30:29,135 [30] DEBUG CustomLogger (null) - [FinishCurrentAction] Waited 184 ms for the action to finish Move.
2016-02-11 11:30:29,169 [30] DEBUG CustomLogger (null) - [FinishCurrentAction] Waited 217 ms for the action to finish Move.
2016-02-11 11:30:29,201 [30] DEBUG CustomLogger (null) - [FinishCurrentAction] Waited 250 ms for the action to finish Move.
2016-02-11 11:30:29,252 [30] DEBUG CustomLogger (null) - [FinishCurrentAction] Waited 301 ms for the action to finish Move.
2016-02-11 11:30:29,301 [30] DEBUG CustomLogger (null) - [FinishCurrentAction] Waited 350 ms for the action to finish Move.
2016-02-11 11:30:29,319 [30] DEBUG CustomLogger (null) - [LootItemTask] Now attempting to interact with the item. This is the #1 attempt.
2016-02-11 11:30:29,319 [30] DEBUG CustomLogger (null) - [InteractWith] Now attempting to highlight 727.
2016-02-11 11:30:29,367 [30] DEBUG CustomLogger (null) - Adding location ["The Submerged Passage"][124] = {716, 352} for area [0xDDA38658]
2016-02-11 11:30:29,468 [30] DEBUG CustomLogger (null) - [InteractWith] Now attempting to interact with 727.
2016-02-11 11:30:29,668 [30] INFO CustomLogger (null) - [AreaStateCache] The location 727 [Scroll of Wisdom] is being removed because the WorldItem does not exist.
2016-02-11 11:30:29,883 [30] INFO CustomLogger (null) - [RemoveItemLocation] The location 727 [Scroll of Wisdom] is being removed.
2016-02-11 11:30:29,968 [30] DEBUG CustomLogger (null) - [ExploreTask] Now exploring to the location {713, 345} (198) [75.56054 %].
2016-02-11 11:30:30,334 [30] ERROR CustomLogger (null) - Name
System.ArgumentOutOfRangeException: Indeks by?spoza zakresu. Musi mie?arto? nieujemn?i mniejsz?ni?rozmiar kolekcji.
Nazwa parametru: index
w System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
w Loki.Game.Utilities.ComponentInformation.?????????????????????????????????????????(String )
w Loki.Game.Utilities.ComponentInformation.?????????????????????????????????????????(String )
w Loki.Game.Utilities.ComponentInformation.get_RenderComponent()
w Loki.Game.Objects.NetworkObject.get_Name()
2016-02-11 11:30:30,470 [30] ERROR CustomLogger (null) - [Tick] Exception during execution:
System.ArgumentOutOfRangeException: Indeks by?spoza zakresu. Musi mie?arto? nieujemn?i mniejsz?ni?rozmiar kolekcji.
Nazwa parametru: index
w System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
w Loki.Game.Utilities.ComponentInformation.?????????????????????????????????????????(String )
w Loki.Game.Utilities.ComponentInformation.?????????????????????????????????????????(String )
w Loki.Game.Utilities.ComponentInformation.get_ActorComponent()
w Loki.Game.Objects.NetworkObject.get_Reaction()
w Loki.Bot.Logic.Bots.OldGrindBot.TrackMoreMobs.?????????????????????????????????????????.?????????????????????????????????????????(Monster )
w System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
w (IEnumerator )
w Loki.Bot.Logic.Bots.OldGrindBot.TrackMoreMobs.Tick()
w Loki.Bot.TaskManager.Tick()
w Loki.Bot.Logic.Bots.OldGrindBot.OldGrindBot.Tick()
w Loki.Bot.BotManager.?????????????????????????????????????????(IBot )
2016-02-11 11:30:30,684 [30] INFO CustomLogger (null) - [LatencyTracker] AverageLatency: 163
2016-02-11 11:30:30,685 [30] ERROR CustomLogger (null) - [Tick] Exception during execution:
System.ArgumentOutOfRangeException: Indeks by?spoza zakresu. Musi mie?arto? nieujemn?i mniejsz?ni?rozmiar kolekcji.
Nazwa parametru: index
w System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
w Loki.Game.Utilities.ComponentInformation.?????????????????????????????????????????(String )
w Loki.Game.Utilities.ComponentInformation.?????????????????????????????????????????(String )
w Loki.Game.Utilities.ComponentInformation.get_ActorComponent()
w Loki.Game.Objects.NetworkObject.get_Reaction()
w Loki.Bot.Logic.Bots.OldGrindBot.TrackMoreMobs.?????????????????????????????????????????.?????????????????????????????????????????(Monster )
w System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
w (IEnumerator )
w Loki.Bot.Logic.Bots.OldGrindBot.TrackMoreMobs.Tick()
w Loki.Bot.TaskManager.Tick()
w Loki.Bot.Logic.Bots.OldGrindBot.OldGrindBot.Tick()
w Loki.Bot.BotManager.?????????????????????????????????????????(IBot )
2016-02-11 11:30:31,967 [30] INFO CustomLogger (null) - [HandleGlyphWall] The Strange Glyph Wall has been found around {602, 355}.
2016-02-11 11:30:31,969 [30] ERROR CustomLogger (null) - [Tick] Exception during execution:
System.ArgumentOutOfRangeException: Indeks by?spoza zakresu. Musi mie?arto? nieujemn?i mniejsz?ni?rozmiar kolekcji.
Nazwa parametru: index
w System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
w Loki.Game.Utilities.ComponentInformation.?????????????????????????????????????????(String )
w Loki.Game.Utilities.ComponentInformation.?????????????????????????????????????????(String )
w Loki.Game.Utilities.ComponentInformation.get_ActorComponent()
w Loki.Game.Objects.NetworkObject.get_Reaction()
w Loki.Bot.Logic.Bots.OldGrindBot.TrackMoreMobs.?????????????????????????????????????????.?????????????????????????????????????????(Monster )
w System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
w (IEnumerator )
w Loki.Bot.Logic.Bots.OldGrindBot.TrackMoreMobs.Tick()
w Loki.Bot.TaskManager.Tick()
w Loki.Bot.Logic.Bots.OldGrindBot.OldGrindBot.Tick()
w Loki.Bot.BotManager.?????????????????????????????????????????(IBot )
2016-02-11 11:30:32,986 [30] ERROR CustomLogger (null) - [Tick] Exception during execution:
System.ArgumentOutOfRangeException: Indeks by?spoza zakresu. Musi mie?arto? nieujemn?i mniejsz?ni?rozmiar kolekcji.
Nazwa parametru: index
w System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
w Loki.Game.Utilities.ComponentInformation.?????????????????????????????????????????(String )
w Loki.Game.Utilities.ComponentInformation.?????????????????????????????????????????(String )
w Loki.Game.Utilities.ComponentInformation.get_ActorComponent()
w Loki.Game.Objects.NetworkObject.get_Reaction()
w Loki.Bot.Logic.Bots.OldGrindBot.TrackMoreMobs.?????????????????????????????????????????.?????????????????????????????????????????(Monster )
w System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
w (IEnumerator )
w Loki.Bot.Logic.Bots.OldGrindBot.TrackMoreMobs.Tick()
w Loki.Bot.TaskManager.Tick()
w Loki.Bot.Logic.Bots.OldGrindBot.OldGrindBot.Tick()
w Loki.Bot.BotManager.?????????????????????????????????????????(IBot )
 
Can't post full, but the part. Regular running around map and killing mobs, nothing else from any plugin. Looks like TrackMoreMobs task is getting some mob's Reaction. MapRunner's plugin got it aswell, but it's in try-catch to avoid exceptions so I judge that there is some internal problem with Reaction itself.

2016-02-11 11:30:27,719 [30] INFO CustomLogger (null) - [AreaStateCache] The location 729 [Sage's Robe] is being removed because the WorldItem does not exist.
2016-02-11 11:30:27,886 [30] DEBUG CustomLogger (null) - [LootItemTask] The current item to loot is [729] Sage's Robe at {824, 545}. We have been on this task for 00:00:01.0677171 and have been attempting to interact for 00:00:00.5157821.
2016-02-11 11:30:27,918 [30] INFO CustomLogger (null) - [RemoveItemLocation] The location 729 [Sage's Robe] is being removed.
2016-02-11 11:30:28,650 [30] INFO CustomLogger (null) - [LatencyTracker] HighestLatency: 182
2016-02-11 11:30:28,918 [30] DEBUG CustomLogger (null) - [LootItemTask] The current item to loot is [727] Scroll of Wisdom at {829, 508}. We have been on this task for 00:00:00.4038021 and have been attempting to interact for 00:00:00.
2016-02-11 11:30:28,951 [30] DEBUG CustomLogger (null) - [FinishCurrentAction] Waited 0 ms for the action to finish Move.
2016-02-11 11:30:29,003 [30] DEBUG CustomLogger (null) - [FinishCurrentAction] Waited 52 ms for the action to finish Move.
2016-02-11 11:30:29,036 [30] DEBUG CustomLogger (null) - [FinishCurrentAction] Waited 85 ms for the action to finish Move.
2016-02-11 11:30:29,068 [30] DEBUG CustomLogger (null) - [FinishCurrentAction] Waited 117 ms for the action to finish Move.
2016-02-11 11:30:29,103 [30] DEBUG CustomLogger (null) - [FinishCurrentAction] Waited 152 ms for the action to finish Move.
2016-02-11 11:30:29,135 [30] DEBUG CustomLogger (null) - [FinishCurrentAction] Waited 184 ms for the action to finish Move.
2016-02-11 11:30:29,169 [30] DEBUG CustomLogger (null) - [FinishCurrentAction] Waited 217 ms for the action to finish Move.
2016-02-11 11:30:29,201 [30] DEBUG CustomLogger (null) - [FinishCurrentAction] Waited 250 ms for the action to finish Move.
2016-02-11 11:30:29,252 [30] DEBUG CustomLogger (null) - [FinishCurrentAction] Waited 301 ms for the action to finish Move.
2016-02-11 11:30:29,301 [30] DEBUG CustomLogger (null) - [FinishCurrentAction] Waited 350 ms for the action to finish Move.
2016-02-11 11:30:29,319 [30] DEBUG CustomLogger (null) - [LootItemTask] Now attempting to interact with the item. This is the #1 attempt.
2016-02-11 11:30:29,319 [30] DEBUG CustomLogger (null) - [InteractWith] Now attempting to highlight 727.
2016-02-11 11:30:29,367 [30] DEBUG CustomLogger (null) - Adding location ["The Submerged Passage"][124] = {716, 352} for area [0xDDA38658]
2016-02-11 11:30:29,468 [30] DEBUG CustomLogger (null) - [InteractWith] Now attempting to interact with 727.
2016-02-11 11:30:29,668 [30] INFO CustomLogger (null) - [AreaStateCache] The location 727 [Scroll of Wisdom] is being removed because the WorldItem does not exist.
2016-02-11 11:30:29,883 [30] INFO CustomLogger (null) - [RemoveItemLocation] The location 727 [Scroll of Wisdom] is being removed.
2016-02-11 11:30:29,968 [30] DEBUG CustomLogger (null) - [ExploreTask] Now exploring to the location {713, 345} (198) [75.56054 %].
2016-02-11 11:30:30,334 [30] ERROR CustomLogger (null) - Name
System.ArgumentOutOfRangeException: Indeks by?spoza zakresu. Musi mie?arto? nieujemn?i mniejsz?ni?rozmiar kolekcji.
Nazwa parametru: index
w System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
w Loki.Game.Utilities.ComponentInformation.?????????????????????????????????????????(String )
w Loki.Game.Utilities.ComponentInformation.?????????????????????????????????????????(String )
w Loki.Game.Utilities.ComponentInformation.get_RenderComponent()
w Loki.Game.Objects.NetworkObject.get_Name()
2016-02-11 11:30:30,470 [30] ERROR CustomLogger (null) - [Tick] Exception during execution:
System.ArgumentOutOfRangeException: Indeks by?spoza zakresu. Musi mie?arto? nieujemn?i mniejsz?ni?rozmiar kolekcji.
Nazwa parametru: index
w System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
w Loki.Game.Utilities.ComponentInformation.?????????????????????????????????????????(String )
w Loki.Game.Utilities.ComponentInformation.?????????????????????????????????????????(String )
w Loki.Game.Utilities.ComponentInformation.get_ActorComponent()
w Loki.Game.Objects.NetworkObject.get_Reaction()
w Loki.Bot.Logic.Bots.OldGrindBot.TrackMoreMobs.?????????????????????????????????????????.?????????????????????????????????????????(Monster )
w System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
w (IEnumerator )
w Loki.Bot.Logic.Bots.OldGrindBot.TrackMoreMobs.Tick()
w Loki.Bot.TaskManager.Tick()
w Loki.Bot.Logic.Bots.OldGrindBot.OldGrindBot.Tick()
w Loki.Bot.BotManager.?????????????????????????????????????????(IBot )
2016-02-11 11:30:30,684 [30] INFO CustomLogger (null) - [LatencyTracker] AverageLatency: 163
2016-02-11 11:30:30,685 [30] ERROR CustomLogger (null) - [Tick] Exception during execution:
System.ArgumentOutOfRangeException: Indeks by?spoza zakresu. Musi mie?arto? nieujemn?i mniejsz?ni?rozmiar kolekcji.
Nazwa parametru: index
w System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
w Loki.Game.Utilities.ComponentInformation.?????????????????????????????????????????(String )
w Loki.Game.Utilities.ComponentInformation.?????????????????????????????????????????(String )
w Loki.Game.Utilities.ComponentInformation.get_ActorComponent()
w Loki.Game.Objects.NetworkObject.get_Reaction()
w Loki.Bot.Logic.Bots.OldGrindBot.TrackMoreMobs.?????????????????????????????????????????.?????????????????????????????????????????(Monster )
w System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
w (IEnumerator )
w Loki.Bot.Logic.Bots.OldGrindBot.TrackMoreMobs.Tick()
w Loki.Bot.TaskManager.Tick()
w Loki.Bot.Logic.Bots.OldGrindBot.OldGrindBot.Tick()
w Loki.Bot.BotManager.?????????????????????????????????????????(IBot )
2016-02-11 11:30:31,967 [30] INFO CustomLogger (null) - [HandleGlyphWall] The Strange Glyph Wall has been found around {602, 355}.
2016-02-11 11:30:31,969 [30] ERROR CustomLogger (null) - [Tick] Exception during execution:
System.ArgumentOutOfRangeException: Indeks by?spoza zakresu. Musi mie?arto? nieujemn?i mniejsz?ni?rozmiar kolekcji.
Nazwa parametru: index
w System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
w Loki.Game.Utilities.ComponentInformation.?????????????????????????????????????????(String )
w Loki.Game.Utilities.ComponentInformation.?????????????????????????????????????????(String )
w Loki.Game.Utilities.ComponentInformation.get_ActorComponent()
w Loki.Game.Objects.NetworkObject.get_Reaction()
w Loki.Bot.Logic.Bots.OldGrindBot.TrackMoreMobs.?????????????????????????????????????????.?????????????????????????????????????????(Monster )
w System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
w (IEnumerator )
w Loki.Bot.Logic.Bots.OldGrindBot.TrackMoreMobs.Tick()
w Loki.Bot.TaskManager.Tick()
w Loki.Bot.Logic.Bots.OldGrindBot.OldGrindBot.Tick()
w Loki.Bot.BotManager.?????????????????????????????????????????(IBot )
2016-02-11 11:30:32,986 [30] ERROR CustomLogger (null) - [Tick] Exception during execution:
System.ArgumentOutOfRangeException: Indeks by?spoza zakresu. Musi mie?arto? nieujemn?i mniejsz?ni?rozmiar kolekcji.
Nazwa parametru: index
w System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
w Loki.Game.Utilities.ComponentInformation.?????????????????????????????????????????(String )
w Loki.Game.Utilities.ComponentInformation.?????????????????????????????????????????(String )
w Loki.Game.Utilities.ComponentInformation.get_ActorComponent()
w Loki.Game.Objects.NetworkObject.get_Reaction()
w Loki.Bot.Logic.Bots.OldGrindBot.TrackMoreMobs.?????????????????????????????????????????.?????????????????????????????????????????(Monster )
w System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
w (IEnumerator )
w Loki.Bot.Logic.Bots.OldGrindBot.TrackMoreMobs.Tick()
w Loki.Bot.TaskManager.Tick()
w Loki.Bot.Logic.Bots.OldGrindBot.OldGrindBot.Tick()
w Loki.Bot.BotManager.?????????????????????????????????????????(IBot )
Ok, I see. I get this once in a while too, Close PoE and restart it. It's a PoE issue.
 
Can't post full, but the part. Regular running around map and killing mobs, nothing else from any plugin. Looks like TrackMoreMobs task is getting some mob's Reaction. MapRunner's plugin got it aswell, but it's in try-catch to avoid exceptions so I judge that there is some internal problem with Reaction itself.

The implementation of Reaction is fine. The exception is coming from memory being invalid in the client for the object in which the Reaction is being checked on. This is usually a client issue, or something else interfering with the game/bot. If it were an API issue, no ones bots would be working at all because Reaction is used a lot of places. :)
 
Back
Top