Thread Tools Display Modes
08-31-12, 10:54 AM   #1
Tari-en
A Fallenroot Satyr
Join Date: May 2009
Posts: 22
nButtons

Need help! :<

Message: Interface\AddOns\nButtons\nButtons.lua:158: attempt to index global 'AftermathhUI' (a nil value)
Time: 08/31/12 18:53:42
Count: 1
Stack: Interface\AddOns\nButtons\nButtons.lua:158: in function <Interface\AddOns\nButtons\nButtons.lua:8>
[C]: in function `LoadAddOn'
Interface\FrameXML\UIParent.lua:299: in function `UIParentLoadAddOn'
Interface\FrameXML\UIParent.lua:326: in function `GuildBankFrame_LoadUI'
Interface\FrameXML\UIParent.lua:1118: in function <Interface\FrameXML\UIParent.lua:657>

Locals: self = <unnamed> {
0 = <userdata>
}
event = "ADDON_LOADED"
AddOn = "Blizzard_GuildBankUI"
(for index) = 1
(for limit) = 8
(for step) = 1
i = 1
(*temporary) = nil
(*temporary) = 7
(*temporary) = 1
(*temporary) = 7
(*temporary) = <unnamed> {
0 = <userdata>
Shadow = <table> {
}
Border = <table> {
}
HasBorder = true
}
(*temporary) = <function> defined @Interface\AddOns\!Beautycase\!Beautycase.lua:28
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = 1
(*temporary) = <unnamed> {
0 = <userdata>
Shadow = <table> {
}
Border = <table> {
}
HasBorder = true
}
(*temporary) = 12
(*temporary) = 0.25
(*temporary) = "attempt to index global 'AftermathhUI' (a nil value)"
_G = <table> {
ContainerFrame5Item7 = ContainerFrame5Item7 {
}
MultiCastActionButton6Cooldown = MultiCastActionButton6Cooldown {
}
MerchantItem9ItemButtonStock = MerchantItem9ItemButtonStock {
}
GetTrainerServiceTypeFilter = <function> defined =[C]:-1
UNIT_NAMES_COMBATLOG_TOOLTIP = "Color unit names."
UNIT_NAMEPLATES_TYPE_TOOLTIP_3 = "This method avoids overlapping nameplates by spreading them out horizontally and vertically."
SetTrainerServiceTypeFilter = <function> defined =[C]:-1
EventTraceFrameButton7HideButton = EventTraceFrameButton7HideButton {
}
SPELL_FAILED_CUSTOM_ERROR_71 = "This partygoer wants to dance with you."
CompactUnitFrameProfilesGeneralOptionsFrameHealthTextDropdownButtonNormalTexture = CompactUnitFrameProfilesGeneralOptionsFrameHealthTextDropdownButtonNormalTexture {
}
BlizzardArtTex3b = BlizzardArtTex3b {
}
TutorialFrameLeft19 = TutorialFrameLeft19 {
}
MultiCastActionButton2Cooldown = MultiCastActionButton2Cooldown {
}
ERR_TRADE_EQUIPPED_BAG = "You can't trade equipped bags."
PVP_RANK_6_1 = "Corporal"
BOOKTYPE_PROFESSION = "professions"
AudioOptionsVoicePanelOutputDeviceDropDownButtonHighlightTexture = AudioOptionsVoicePanelOutputDeviceDropDownButtonHighlightTexture {
}
InterfaceOptionsDisplayPanelShowAggroPercentageText = InterfaceOptionsDisplayPanelShowAggroPercentageText {
}
VideoOptionsFrameCategoryFrameButton17ToggleHighlightTexture = VideoOptionsFrameCategoryFrameButton17ToggleHighlightTexture {
}
MerchantItem3AltCurrencyFrameItem1Text = MerchantItem3AltCurrencyFrameItem1Text {
}
OPTION_TOOLTIP_ACTION_BUTTON_USE_KEY_DOWN = "Action button keybinds will respond on key down, rather than on key up."
BINDING_NAME_NAMEPLATES = "Show Enemy Name Plates"
CHAT_HEADER_SUFFIX = ": "
IsReferAFriendLinked = <function> defined =[C]:-1
MAIL_LETTER_TOOLTIP = "Click to make a permanent
copy of this letter."
QuestDetailBotLeftCorner = QuestDetailBotLeftCorner {
}
ItemTextFrameInsetInsetTopRightCorner = ItemTextFrameInsetInsetTopRightCorner {
}
CALENDAR_RAID_RESET_DESCRIPTION = "%1$s resets at %2$s."
CHAT_CONFIG_OTHER_COMBAT = <table> {
}
CONSOLIDATED_BUFFS_PER_ROW = 4
TutorialFrameRight19 = TutorialFrameRight19 {
}
MoneyFrame_OnEvent = <function> defined @Interface\FrameXML\MoneyFrame.lua:233
BN_UNABLE_TO_RESOLVE_NAME = "Unable to whisper '%s'. Battle.net may be unavailable."
WatchFrameItem_OnEvent = <function> defined @Interface\FrameXML\WatchFrame.lua:1367
InterfaceOptionsCombatTextPanelFCTDropDown_OnClick = <function> defined @Interface\FrameXML\InterfaceOptionsPanels.lua:1419
LFGTeleport = <function> defined =[C]:-1
INT_SPELL_DURATION_HOURS = "%d |4hour:hrs;"
ToggleEncounterJournal = <function> defined @Interface\FrameXML\UIParent.lua:61
  Reply With Quote
08-31-12, 12:15 PM   #2
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
Do you have AftermathUI installed and/or enabled?
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote
08-31-12, 12:27 PM   #3
Tari-en
A Fallenroot Satyr
Join Date: May 2009
Posts: 22
Nope, only nButtons
  Reply With Quote
08-31-12, 12:37 PM   #4
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
Well, that error is because nButtons is looking for AftermathhUI.

Change that line (158) from this:
Code:
if AftermathhUI.plugins.skinblizzard == true then
to this:
Code:
if AftermathhUI and AftermathhUI.plugins.skinblizzard == true then
I'm not sure how that would go unnoticed for 8.5 months, though...
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote
08-31-12, 12:54 PM   #5
Tari-en
A Fallenroot Satyr
Join Date: May 2009
Posts: 22
Another two error -.-

Message: Interface\AddOns\nButtons\nButtons.lua:36: 'for' limit must be a number
Time: 08/31/12 20:52:02
Count: 1
Stack: Interface\AddOns\nButtons\nButtons.lua:36: in function <Interface\AddOns\nButtons\nButtons.lua:8>
/fixed

but i have no idea with this here:
Message: Interface\AddOns\!Beautycase\!Beautycase.lua:35: attempt to index local 'self' (a nil value)
Time: 08/31/12 20:52:32
Count: 1

Last edited by Tari-en : 08-31-12 at 01:04 PM.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » nButtons


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off