View Single Post
06-05-09, 05:01 PM   #7
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
For those of you who are experiencing this problem...

Can you please edit [ Interface > AddOns > nUI > Bars > nUI_Button.lua ] and go to line 300 where you see the following code and add the line that's in blue... then log in and when you get the error message, look to see what the last line was that was printed and tell me what it says the "id" equals?

Code:
 
               action   = ActionButton_CalculateAction( self );
                type, id = GetActionInfo( action );

                print( "id = ["..(id or "nil").."]" );

                if id 
                and id > 0
                and nUI.lastSpell
                and type == BOOKTYPE_SPELL 
                and id <= nUI.lastSpell
                then
Once you've found out what the last ID was that threw the error, you can remove the blue line again so it doesn't spam your chat frame anymore.
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/