Decursive 2.3.0 RC5 gave me a ton of errors, fyi.
Give me a min, ill revert to RC4 which I believe is more stable.
reverted to RC4 which the dev has listed as more stable.
Testing shows RC4 to be ok, Bugsack didnt cap any errors so far.
I get 26 errors with RC4 as with RC5.
sample errors:
"DecursivePopulateListFrameClose:OnLoad\":1: attempt to index field 'LOC' (a nil value)"
"DecursivePopulateListFrameRogue:OnLoad\":1: attempt to index field 'LOC' (a nil value)"
for many frames
Even Atlas gives me an error:
Atlas-1.12.2\\Atlas.lua:542: Cannot find a library instance of \"LibDataBroker-1.1\
Maybe it's just me. *shrug*
I must say I miss AceUpdater terribly. =(
Im not getting any of those so Id have to guess something is conflicting or out of date somewhere.
Fixed my errors.
Step 1: make sure you have the latest
Step 2: Delete Ace2, Ace3, LibAnything out of your Addons folder
Step 3: Errors go away (for me).
I had some libraries at the same level as Addons. This meant that only 1 version of Ace2 (or whatever lib) was ever loaded, but this also meant that it was using something several days old (if not weeks) as I haven't been updating them with every Addon update. Deleting these "addon level" libs meant that the individual addon libraries were finally being used and all my errors went away.