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

DB is broken

2ch

New Member
Joined
Apr 10, 2014
Messages
28
Reaction score
0
Idk why, all is will fine, but now DB spam this errors:
Code:
2014-04-14 09:50:55,101 [Main Bot Thread] ERROR BotMain (null) - Exception when terminating bot thread. 
System.InvalidOperationException: Последовательность не содержит элементов
   в System.Linq.Enumerable.Average(IEnumerable`1 source)
   в System.Linq.Enumerable.Average[TSource](IEnumerable`1 source, Func`2 selector)
   в Trinity.Trinity.TargetCheck(Object ret) в c:\Users\User\Desktop\DB\Plugins\Trinity\Combat\TargetCheck.cs:строка 37
   в Trinity.Trinity.<ReplaceTreeHooks>b__152(Object ctx) в c:\Users\User\Desktop\DB\Plugins\Trinity\Helpers\BotManager.cs:строка 23
   в Zeta.TreeSharp.Decorator.CanRun(Object context)
   в Zeta.TreeSharp.Decorator..()
   в Zeta.TreeSharp.Composite.Tick(Object context)
   в Zeta.TreeSharp.PrioritySelector..()
   в Zeta.TreeSharp.Composite.Tick(Object context)
   в Zeta.Common.HookExecutor.Run(Object context)
   в Zeta.TreeSharp.Action.RunAction(Object context)
   в Zeta.TreeSharp.Action..()
   в Zeta.TreeSharp.Composite.Tick(Object context)
   в Zeta.TreeSharp.PrioritySelector..()
   в Zeta.TreeSharp.Composite.Tick(Object context)
   в Zeta.Bot.BotMain.()

I'm try delete settings folder, reinstall fresh BETA, use trinity .18, .19 and .20, updating QuestTools etc, all will be fine, it started suddenly and nothing helps...
 

Attachments

Last edited:
I found problem again. lol. it's bug in trinity.
line 37 in TargetCheck.cs:
Code:
                if (DateTime.UtcNow.Subtract(Trinity.LastDeathTime).TotalSeconds < 30 && ZetaDia.Me.Inventory.Equipped.Average(i => i.DurabilityPercent) < 0.05 && !ZetaDia.IsInTown)

I'm use this profile without any equip and trinity can't check durability and spam this shit. So i buy some items from vendors and now all is fine.

This bug also in latest .20 trinity.
 
report it under Trinity thread plz
 
Back
Top