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!

Could not find vendor: '' blacklisting!

wired420

Active Member
Joined
Mar 13, 2010
Messages
684
Ok. So I've never really asked for support before but now I'm confused.

So any time my bot tries to sell, or use a flight path or use a trainer. I get:

Code:
Could not find vendor: '' blacklisting!

Says nothing other than this line in the log about it then it starts back on its way with what it was doing....

Any ideas?
 
Code:
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
   at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
   at System.ThrowHelper.ThrowArgumentOutOfRangeException()
   at System.Collections.Generic.List`1.get_Item(Int32 index)
   at Styx.Logic.FlightPaths.#BGc(Object sender, LuaEventArgs args)
System.NullReferenceException: Object reference not set to an instance of an object.
   at BlueMagic.Memory.ReadStruct[T](UInt32 dwAddress)
   at #CJ.#BJ.#MPc(UInt32 index)
   at #CJ.#BJ.#yGc(UInt32 index)
   at Styx.Logic.FlightPaths.#BGc(Object sender, LuaEventArgs args)

Ok so apparently there are some bad spots in the database in STV. Was able to grab this from a debug run. Moved my bot to another zone and hit start and it worked fine.
 
Back
Top