Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 3.08 KB | None | 0 0
  1. Updating repair cost for current equipped items. New value: [2g39s79c]
  2. Changed POI to: Type: Hotspot, Loc: <3419.384, 6380.473, 17.1193>
  3. Moving to Type: Hotspot, Loc: <3419.384, 6380.473, 17.1193>
  4. Exception was thrown in BotBase.Root.Tick
  5. Buddy.Coroutines.CoroutineUnhandledException: Exception was thrown by coroutine ---> System.InvalidOperationException: Sequence contains no matching element
  6.    at System.Linq.Enumerable.First[TSource](IEnumerable`1 source, Func`2 predicate)
  7.    at Styx.CommonBot.FlightPaths.(WoWPoint , WoWPoint , XmlFlightNode& , XmlFlightNode& )
  8.    at Styx.CommonBot.FlightPaths.ShouldTakeFlightpath(WoWPoint start, WoWPoint end, Single travelSpeed)
  9.    at Styx.Pathing.MeshNavigator.MoveTo(WoWPoint location)
  10.    at CommonBehaviors.Actions.NavigationAction.Run(Object context)
  11.    at CommonBehaviors.Actions.ActionMoveToPoi.Run(Object context)
  12.    at Styx.TreeSharp.Action.RunAction(Object context)
  13.    at Styx.TreeSharp.Action..()
  14.    at Styx.TreeSharp.Composite.Tick(Object context)
  15.    at Styx.CommonBot.Coroutines.CoroutineCompositeExtensions..()
  16. --- End of stack trace from previous location where exception was thrown ---
  17.    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  18.    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  19.    at Bots.Grind.LevelBot..()
  20. --- End of stack trace from previous location where exception was thrown ---
  21.    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  22.    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  23.    at Bots.Grind.LevelBot..()
  24. --- End of stack trace from previous location where exception was thrown ---
  25.    at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  26.    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  27.    at CommonBehaviors.Actions.ActionRunCoroutine....()
  28.    --- End of inner exception stack trace ---
  29.    at Buddy.Coroutines.Coroutine.(Boolean )
  30.    at Buddy.Coroutines.Coroutine.(Boolean )
  31.    at Buddy.Coroutines.Coroutine.Resume()
  32.    at CommonBehaviors.Actions.ActionRunCoroutine.Run(Object context)
  33.    at Styx.TreeSharp.Action.RunAction(Object context)
  34.    at Styx.TreeSharp.Action..()
  35.    at Styx.TreeSharp.Composite.Tick(Object context)
  36.    at Styx.TreeSharp.PrioritySelector..()
  37.    at Styx.TreeSharp.Composite.Tick(Object context)
  38.    at Styx.TreeSharp.PrioritySelector..()
  39.    at Styx.TreeSharp.Composite.Tick(Object context)
  40.    at Styx.Common.HookExecutor.Run(Object context)
  41.    at Styx.TreeSharp.Action.RunAction(Object context)
  42.    at Styx.TreeSharp.Action..()
  43.    at Styx.TreeSharp.Composite.Tick(Object context)
  44.    at Styx.TreeSharp.PrioritySelector..()
  45.    at Styx.TreeSharp.Composite.Tick(Object context)
  46.    at Styx.CommonBot.TreeRoot.()
  47.    at Styx.CommonBot.TreeRoot.(Action , String , Boolean )
  48. Clearing POI - Reason Exception in Root.Tick
  49. Changed POI to: Type: Hotspot, Loc: <3419.384, 6380.473, 17.1193>
  50. Moving to Type: Hotspot, Loc: <3419.384, 6380.473, 17.1193>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement