Im not sure which addon is popping this into bugsack on login, but I'd like to know how to fix it
[2008/04/23 11:42:59-1147-x1]: FuBarPlugin-2.0\FuBarPlugin-2.0.lua:23: FuBarPlugin-2.0 requires AceOO-2.0.
FuBarPlugin-2.0\FuBarPlugin-2.0.lua:23: in main chunk
---
Any idea which one of the mods has an outdated libs folder?
It seems you're missing a library somewhere. I would try grabbing an Ace updater (WAU or jWowUpdater for example) and doing whichever of the following suits you better:
Option 1: Set your updater to "embedded libraries" / "with externals" mode, then instruct the updater to reinstall all addons.
Option 2: Set your updater to "disembedded libraries" / "without/no externals" mode, plus "automatically download dependencies" mode, then instruct the updater to reinstall all addons.
Option 1 will cause all libraries each addon needs to be packaged together with that addon when it is installed. Option 2, on the other hand, will install a standalone copy of every library used by any of your addons to be shared amongst them.
A more direct approach would be to search your AddOns folder to find out which addons have a FuBarPlugin-2.0.lua embedded. One of those will be the one with the missing AceOO-2.0 library.
It seems you're missing a library somewhere. I would try grabbing an Ace updater (WAU or jWowUpdater for example) and doing whichever of the following suits you better:
Option 1: Set your updater to "embedded libraries" / "with externals" mode, then instruct the updater to reinstall all addons.
Option 2: Set your updater to "disembedded libraries" / "without/no externals" mode, plus "automatically download dependencies" mode, then instruct the updater to reinstall all addons.
Option 1 will cause all libraries each addon needs to be packaged together with that addon when it is installed. Option 2, on the other hand, will install a standalone copy of every library used by any of your addons to be shared amongst them.
A more direct approach would be to search your AddOns folder to find out which addons have a FuBarPlugin-2.0.lua embedded. One of those will be the one with the missing AceOO-2.0 library.
Been getting that to, and after some digging around i have narrowd it down to one of the 10 "ace" addons i have that are not available through WAU.
It means that one of your addons has the libraries loading order wrong.
That addon is trying to load AceComm before loading AceEvent.
And its not Ace2. :)
Having Ace2 standalone "fixes" it because Ace2 loads them in the correct order before other addons do, so installing Ace2 isn't really a fix, more than a workaround.
It means that one of your addons has the libraries loading order wrong.
That addon is trying to load AceComm before loading AceEvent.
And its not Ace2. :)
Having Ace2 standalone "fixes" it because Ace2 loads them in the correct order before other addons do, so installing Ace2 isn't really a fix, more than a workaround.
I have standalone (have always had),in my test no addons were active/loading, only those specific libs so theres no addon to mess up the load order.
And the error desen't pop untill "Ace2" is checked and alowed to load...
I standard "errorsearch" didn't help in this case since the error popps with NO addons loaded, only libs. So i don't see how it can be an "addon" loading the libs wrong when there are none loading anything at all (unless they load stuff without being turned on in the addon menu)...
Nothing seems to break from this, but it a bit annoying to get an error popping every time u log in...
Slightly offtopic here but is it advisable to run with embedded or disembedded dependancies with regards to speed and reliability of addons?
Unless ur comfortable with tracking errors and fixing stuff u should stay withe embeded since they always have all they need.
Disembeded gives more accurate numbers for memory usage and simmilar.
Think disembeded gives slightly better loadspeed.
And a few bytes smalled addonfolder.
There are prolly a lot of other differences but those are some of em.
It's hard to understand that someone who knows how to spell words like "comfortable", "accurate", "slightly" and "differences" uses abbrevations like "u", "ur" and "prolly".
This is a forum, you can take your time when writing a post. Please do so.
It's hard to understand that someone who knows how to spell words like "comfortable", "accurate", "slightly" and "differences" uses abbrevations like "u", "ur" and "prolly".
This is a forum, you can take your time when writing a post. Please do so.
Yeah I know but very old very bad habbits are sometimes hard to break, especially when half asleep or in a hurry.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
[2008/04/23 11:42:59-1147-x1]: FuBarPlugin-2.0\FuBarPlugin-2.0.lua:23: FuBarPlugin-2.0 requires AceOO-2.0.
FuBarPlugin-2.0\FuBarPlugin-2.0.lua:23: in main chunk
---
Any idea which one of the mods has an outdated libs folder?
Option 1: Set your updater to "embedded libraries" / "with externals" mode, then instruct the updater to reinstall all addons.
Option 2: Set your updater to "disembedded libraries" / "without/no externals" mode, plus "automatically download dependencies" mode, then instruct the updater to reinstall all addons.
Option 1 will cause all libraries each addon needs to be packaged together with that addon when it is installed. Option 2, on the other hand, will install a standalone copy of every library used by any of your addons to be shared amongst them.
A more direct approach would be to search your AddOns folder to find out which addons have a FuBarPlugin-2.0.lua embedded. One of those will be the one with the missing AceOO-2.0 library.
Been getting that to, and after some digging around i have narrowd it down to one of the 10 "ace" addons i have that are not available through WAU.
So now its time for some fine "digging"
heh, if it only was that easy i wouldn't even be here.
Have Ace2 up and running since a bunch of my addons use it, but somewhere its messed up.
Even reinstalled it and made sure that i have all of the libs mentioned.
There all there, there all loaded and somewhere an error gets tossed from.
Okay, seems like the error
Originates from some sort of crash between Ace2 and AceOO.
I tested by loading AceOO alone with the dependancies it requested (using nothing but addon controlpanel)
When enabling AceOO and reloading it activates the following libs:
if i activate Ace2 and reload i get the error.
If i dissable all other stuff and load only Ace2 (killing lib: Dewdrop don't seem to wanna happen at all, it gets loaded again) i get no error.
That addon is trying to load AceComm before loading AceEvent.
And its not Ace2. :)
Having Ace2 standalone "fixes" it because Ace2 loads them in the correct order before other addons do, so installing Ace2 isn't really a fix, more than a workaround.
I have standalone (have always had),in my test no addons were active/loading, only those specific libs so theres no addon to mess up the load order.
And the error desen't pop untill "Ace2" is checked and alowed to load...
I standard "errorsearch" didn't help in this case since the error popps with NO addons loaded, only libs. So i don't see how it can be an "addon" loading the libs wrong when there are none loading anything at all (unless they load stuff without being turned on in the addon menu)...
Nothing seems to break from this, but it a bit annoying to get an error popping every time u log in...
Unless ur comfortable with tracking errors and fixing stuff u should stay withe embeded since they always have all they need.
Disembeded gives more accurate numbers for memory usage and simmilar.
Think disembeded gives slightly better loadspeed.
And a few bytes smalled addonfolder.
There are prolly a lot of other differences but those are some of em.
This is a forum, you can take your time when writing a post. Please do so.
Yeah I know but very old very bad habbits are sometimes hard to break, especially when half asleep or in a hurry.