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!

"DbOffset is Zero."

Recons

New Member
Joined
Apr 5, 2014
Messages
26
Another day, another bug.

Any idea what I do about this?

Code:
DbOffset is Zero.
   at ..[](UInt64 , HeroType )
   at Buddy.Swtor.Objects.TorObject.GetField[T](DomFieldIds field, HeroType forcedType)
   at Buddy.Swtor.Objects.TorCharacter.get_Health()
   at Buddy.Swtor.Objects.TorCharacter.get_IsDead()
   at Buddy.CommonBot.Logic.BrainBehavior.(Object )
   at Buddy.BehaviorTree.Decorator.CanRun(Object context)
   at Buddy.BehaviorTree.Decorator..()
   at Buddy.BehaviorTree.Composite.Tick(Object context)
   at Buddy.BehaviorTree.PrioritySelector..()
   at Buddy.BehaviorTree.Composite.Tick(Object context)
   at Buddy.BehaviorTree.Decorator..()
   at Buddy.BehaviorTree.Composite.Tick(Object context)
   at Buddy.BehaviorTree.PrioritySelector..()
   at Buddy.BehaviorTree.Composite.Tick(Object context)
   at Buddy.CommonBot.BotMain.()
 
Sadly nothing, if it keeps spamming this, stop bot and start bot.
If that doesnt work close bot and restart bot.
If that doesnt work restart pc.

And yeah i know, it can spam these messages ALOT.
 
It's caused by SWTOR's infamous Hero Engine moving stuff around in memory and thus the bot getting "out of sync" as it were. The only way to resolve this is to have BW re-figure where everything in memory is out, which, unfortunately requires a restart of the bot.
 
It's caused by SWTOR's infamous Hero Engine moving stuff around in memory and thus the bot getting "out of sync" as it were. The only way to resolve this is to have BW re-figure where everything in memory is out, which, unfortunately requires a restart of the bot.
Except that restarting the bot did not help, which is due to how the author of the bot has written it.
Not even restarting game + bot helped, had to reboot.
 
Back
Top