I've written an addon that is working fine when it is alone (with bugsack for sanity) but once I load the rest of my addons, it ends up breaking PitBull.
My addon's directory is APB. These errors occur on load, and I can reproduce them every time. My addon is not using LibDogTags.
I get three errors:
[2007/12/12 20:07:11-452-x1]: LibDogTag-2.0\LibDogTag-2.0.lua:3065: bad argument #1 to 'table_concat' (table contains non-strings)
LibDogTag-2.0\LibDogTag-2.0.lua:3065: in function `sortStringList'
LibDogTag-2.0\LibDogTag-2.0.lua:3094: in main chunk
---
[2007/12/12 20:07:15-452-x1]: PitBull-2.0r56827\PitBull.lua:2227: attempt to call method 'SetColorConstantTable' (a nil value)
LibRock-1.0-45931 (APB):2694: in function <...nterface\AddOns\APB\libs\LibRock-1.0\LibRock-1.0.lua:2676>
---
[2007/12/12 20:07:19-452-x1]: PitBull-2.0r56827\PitBull.lua:3491: attempt to call method 'UpdateAllForFrame' (a nil value)
---
You're addon may be creating extra unintended globals (that you probably ment to make local but accidently missed) and LibDogTag-2.0 or PitBull may be accessing those globals when it ment to access locals but the local was accidently forgoten. Thats the most likely reason if your addon doesn't use LibDogTag-2.0 or mess with PitBull.
My addon's directory is APB. These errors occur on load, and I can reproduce them every time. My addon is not using LibDogTags.
I get three errors: