Well, given that the error comes from FuBarPlugin-2.0, that rather narrows down the range of possible problem sources to addons that use FuBarPlugin-2.0. ;)
Log on, rightclick the FuBar icon to bring up the options popup. The "Throttle at excessive amount" toggle isn't working properly. Its on by default. Click it off, it turns off properly. But click it again to turn it back on it doesn't go on. It also produces an error at this time:
"!BugGrabber-2.2\\BugGrabber.lua:501: attempt to call method 'GetScript' (a nil value)\nDewdrop-2.0-56529 (DewdropLib):721: in function <...erface\\AddOns\\DewdropLib\\Dewdrop-2.0\\Dewdrop-2.0.lua:660>"
Close the Dewdrop menu, open it again and "Throttle at excessive amount" becomes checked again. Repeat the above and the same error repeats, as well as the checkmark not coming back on until you reopen the Dewdrop menu.
As well, even though the error occurs and appears in both the FuBar mouseover tooltip as well as in the sack, the text number that shows in FuBar remains "0". However, if you check and uncheck both "Show text" & "Show icon" from the "Menu" Dewdrop option, you then get "1" properly showing as well as the icon turning red (without any further errors occurring).
The immediate prior revisions of BugGrabber/BugSack had none of these problems.
hey, I'm getting the following when I login on most of my toons. No other errors come up. Any way to track it down?
[2008/04/22 09:55:38-2375-x1]: <string>:"*:OnEvent":2: bad argument #1 to 'pairs' (table expected, got nil)
<string>:"*:OnEvent":2: in function <[string "*:OnEvent"]:1>
Every time I Shift-Click on the Fubar icon to reload the UI, I'd like to send a simple message to my party that I'm reloading the UI. Just need someone to point me to that Reload part :)
Edit: Found it!
WOOT :)
if IsShiftKeyDown() then
SendChatMessage("Reloading UI, I'm on the loading screen right now", "party")
ReloadUI()
I tried updating !BugGrabber and BugSack a little bit in a branch but hit a brick wall on deciding if I wanted !BugGrabber to use CallbackHandler-1.0 directly or use AceEvent-3.0. Currently BugSack uses bucket events from AceEvent-2.0 but AceBucket-3.0 only works on messages from AceEvent-3.0 and not CallbackHander-1.0 directly. I wouldn't really recommend looking at my branch or using it though since I kinda put it on hold in the middle of doing things and was even going to revert some of the changes I did.
But it's the opposite of "I am not lost, I don't need to ask directions"... it's like "I don't know if I'm lost, let me stop and ask now before I find out". :P
If you don't have an SVN client, you can point your web browser to that URL and manually save all of the files. Be sure to preserve the directory structure.
Ok.
Gah, that means to find the error, I gotta go through the drill..... I hate the drill. (ya, disabling addons till I find the beast)
Log on, rightclick the FuBar icon to bring up the options popup. The "Throttle at excessive amount" toggle isn't working properly. Its on by default. Click it off, it turns off properly. But click it again to turn it back on it doesn't go on. It also produces an error at this time:
"!BugGrabber-2.2\\BugGrabber.lua:501: attempt to call method 'GetScript' (a nil value)\nDewdrop-2.0-56529 (DewdropLib):721: in function <...erface\\AddOns\\DewdropLib\\Dewdrop-2.0\\Dewdrop-2.0.lua:660>"
Close the Dewdrop menu, open it again and "Throttle at excessive amount" becomes checked again. Repeat the above and the same error repeats, as well as the checkmark not coming back on until you reopen the Dewdrop menu.
As well, even though the error occurs and appears in both the FuBar mouseover tooltip as well as in the sack, the text number that shows in FuBar remains "0". However, if you check and uncheck both "Show text" & "Show icon" from the "Menu" Dewdrop option, you then get "1" properly showing as well as the icon turning red (without any further errors occurring).
The immediate prior revisions of BugGrabber/BugSack had none of these problems.
[2008/04/22 09:55:38-2375-x1]: <string>:"*:OnEvent":2: bad argument #1 to 'pairs' (table expected, got nil)
<string>:"*:OnEvent":2: in function <[string "*:OnEvent"]:1>
Edit: Found it!
WOOT :)
Bugsack won't work unless you get a bunch of libraries that you have to pull out from the SVN branches for wotlk.
Fred, you keep asking questions that make me want to respond, "Why don't you just try it and find out?" Stop it! :P
The only branch version you need for BugSack in WotLK is the Ace2 branch; Dewdrop, Tablet, and FuBarPlugin-2.0 seem to be working just fine.
If you have an SVN client, you can checkout from:
http://svn.wowace.com/wowace/branches/Ace2/WotLK/
If you don't have an SVN client, you can point your web browser to that URL and manually save all of the files. Be sure to preserve the directory structure.
With an updated Ace2 I'm using BugGrabber and BugSack in the beta :)
Same here, no problems whatsoever.
SWEEEEEEEET!!! Thanks