This project is abandoned and its default file will likely not work with the most recent version of World of Warcraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.
A library to provide a means create a FuBar-compatible plugin.
I started getting these yesterday and thought that I must have screwed my WoW up somehow. After a full reformat (which was needed due to some other issues on my machine) I reinstalled WoW (w/ 2 expansions) and all of my normal addons, and ever since I am getting the following errors. I'm not sure if they're related all to FubarPlugin-2.0, but I do know that that is causing some of the issue.
Date: 2009-01-04 17:10:10
ID: 1
Error occured in: Global
Count: 1 & 6
Message: ..\AddOns\ClearFont2\Core.lua line 19:
AceAddon: AceOO-2.0: Library "FuBarPlugin-2.0" does not exist.
Debug:
[C]: ?
[C]: error()
Ace2\AceLibrary\AceLibrary.lua:122:
Ace2\AceLibrary\AceLibrary.lua:75
(tail call): ?
(tail call): ?
Ace2\AceAddon-2.0\AceAddon-2.0.lua:1030: new()
ClearFont2\Core.lua:19: in main chunk
Been having similar issues with PreformanceFu & MoneyFu. These three addons are the only ones seemingly effected by the errors, but they all have to do with AceAddon-2.0 and I have a feeling they have to do with FubarPlugin-2.0 as well.
Hopefully someone can give me some inishgt, or update this thing soon. :(
...terface\AddOns\FuBar_PerformanceFu\PerformanceFu.lua:5: AceAddon: AceOO-2.0: Library "FuBarPlugin-2.0" does not exist.
計數:1
調用棧:
[C]: ?
[C]: in function `error'
...ace\AddOns\!!!AceLibs\Ace2\AceLibrary\AceLibrary.lua:122: in function <Interface\AddOns\FuBar\FuBar.lua:824>
Interface\AddOns\FuBar\FuBar.lua:959: in function `LoadPlugin'
Interface\AddOns\FuBar\FuBar.lua:1094: in function `object_method'
...bs\LibRock-1.0\LibRockTimer-1.0\LibRockTimer-1.0.lua:289: in function
I looked through the API changes and didn't see anything with the minimapFrame in it. Here is the code lines that seem to be bombing out:
FuBarPlugin.RegisterTablet(self)
if self:IsMinimapAttached() and not self:IsTooltipDetached() and self.minimapFrame then
Tablet:Refresh(self.minimapFrame)
else
Tablet:Refresh(self.frame)
end
Thanks for any help.
Someone decided to change the following two lines:
local MAJOR_VERSION = "FuBarPlugin-2.0"
local MINIMAPCONTAINER_MAJOR_VERSION = "FuBarPlugin-MinimapContainer-2.0"
to:
local MAJOR_VERSION = "FuBarPlugin-2.1"
local MINIMAPCONTAINER_MAJOR_VERSION = "FuBarPlugin-MinimapContainer-2.1"
with disastrous result...
Interface\AddOns\beql\extra\beqlfu.lua:8: AceAddon: AceOO-2.0: Library "FuBarPlugin-2.0" does not exist. 計數:1
調用棧: [C]: ? [C]: in function `error' ...ace\AddOns\!!!AceLibs\Ace2\AceLibrary\AceLibrary.lua:122: in function
...terface\AddOns\FuBar_PerformanceFu\PerformanceFu.lua:5: AceAddon: AceOO-2.0: Library "FuBarPlugin-2.0" does not exist. 計數:1
調用棧: [C]: ? [C]: in function `error' ...ace\AddOns\!!!AceLibs\Ace2\AceLibrary\AceLibrary.lua:122: in function <Interface\AddOns\FuBar\FuBar.lua:824> Interface\AddOns\FuBar\FuBar.lua:959: in function `LoadPlugin' Interface\AddOns\FuBar\FuBar.lua:1094: in function `object_method' ...bs\LibRock-1.0\LibRockTimer-1.0\LibRockTimer-1.0.lua:289: in function
good
What did I do wrong? The svn properties in r5 are the same as they are in r4.
shouldn't the repository name be this? (as it was auto generated in the .pkgmeta for my project)
svn://svn.wowace.com/wow/fu-bar-plugin-2-0/mainline/trunk
rather than
svn://svn.wowace.com/wow/fubarplugin-2-0/mainline/trunk
don't know, spent much of the day trying to decode all the changes so I can gain access to my projects on SVN again and my head is spinning for now...