Twilight Guild Forum

World of Warcraft => Add-ons / Mods / Macros => Topic started by: Kothnok on October 26, 2008, 11:59:01 AM

Title: Decursive RC5 error
Post by: Kothnok on October 26, 2008, 11:59:01 AM
Decursive 2.3.0 RC5 gave me a ton of errors, fyi.
Title: Re: 3.0.2 Compatible Addons
Post by: Shadowwolf on October 26, 2008, 12:00:20 PM
Give me a min, ill revert to RC4 which I believe is more stable.
Title: Re: Decursive RC5 error
Post by: Shadowwolf on October 26, 2008, 12:03:14 PM
reverted to RC4 which the dev has listed as more stable.
Title: Re: Decursive RC5 error
Post by: Shadowwolf on October 26, 2008, 12:06:44 PM
Testing shows RC4 to be ok, Bugsack didnt cap any errors so far.
Title: Re: Decursive RC5 error
Post by: Kothnok on October 26, 2008, 01:00:27 PM
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. =(
Title: Re: Decursive RC5 error
Post by: Shadowwolf on October 26, 2008, 02:38:47 PM
Im not getting any of those so Id have to guess something is conflicting or out of date somewhere.
Title: Re: Decursive RC5 error
Post by: Kothnok on October 26, 2008, 04:24:34 PM
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.