Thread Tools Display Modes
08-05-10, 05:03 AM   #1
Ratu
A Wyrmkin Dreamwalker
 
Ratu's Avatar
Join Date: May 2007
Posts: 58
Exclamation Getting this LUA error.

First off I dont know if this addon is somehow assisting in this lua error or not. I am using another addon called Blitz for my daily's. I get the following lua error

Message: Interface\AddOns\Blitz\Blitz.lua:158: attempt to index local 'icon' (a nil value)
Time: 08/05/10 06:53:51
Count: 4
Stack: Interface\AddOns\Blitz\Blitz.lua:158: in function `?'
Interface\AddOns\Blitz\Blitz.lua:28: in function <Interface\AddOns\Blitz\Blitz.lua:28>

Locals: self = Blitz {
0 = <userdata>
QUEST_GREETING = <function> defined @Interface\AddOns\Blitz\Blitz.lua:94
GetSelectedReward = <function> defined @Interface\AddOns\Blitz\Blitz.lua:195
ToggleQuest = <function> defined @Interface\AddOns\Blitz\Blitz.lua:179
CheckForDailies = <function> defined @Interface\AddOns\Blitz\Blitz.lua:230
IsKeyDown = <function> defined @Interface\AddOns\Blitz\Blitz.lua:221
GOSSIP_SHOW = <function> defined @Interface\AddOns\Blitz\Blitz.lua:86
CanSkipQuest = <function> defined @Interface\AddOns\Blitz\Blitz.lua:210
QUEST_ACCEPTED = <function> defined @Interface\AddOns\Blitz\Blitz.lua:120
UpdateGossipButton = <function> defined @Interface\AddOns\Blitz\Blitz.lua:165
CanAdvanceQuest = <function> defined @Interface\AddOns\Blitz\Blitz.lua:239
SelectGossipOption = <function> defined @Interface\AddOns\Blitz\Blitz.lua:202
QUEST_PROGRESS = <function> defined @Interface\AddOns\Blitz\Blitz.lua:124
QUEST_COMPLETE = <function> defined @Interface\AddOns\Blitz\Blitz.lua:142
QUEST_DETAIL = <function> defined @Interface\AddOns\Blitz\Blitz.lua:112
RegisterRepeatableQuest = <function> defined @Interface\AddOns\Blitz\Blitz.lua:256
SetQuestReward = <function> defined @Interface\AddOns\Blitz\Blitz.lua:188
GetQuestLogInfo = <function> defined @Interface\AddOns\Blitz\Blitz.lua:244
HasQuestRequirements = <function> defined @Interface\AddOns\Blitz\Blitz.lua:283
QUEST_ITEM_UPDATE = <function> defined @Interface\AddOns\Blitz\Blitz.lua:137
}
name = "Taking Battle To The Enemy"
item = 2
icon = nil
(*temporary) = "QuestRewardItem2"
(*temporary) = nil
(*temporary) = <table> {
OPM = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:16234
AcG = "Zor'be the Bloodletter#83e9"
Sor = <table> {
}
BCS = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:22552
OnU = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:16693
GetQuestReward = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:16223
FrQ = <table> {
}
AcY = 19.546175003052
GIMIIT = <table> {
}
SBMI = 4013
UnO = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:19233
GIMII = <table> {
}
CCNM = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:16564
OC____ = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:17532
SBQD = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:11991
UnL = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:24185
Got = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:7366
ReQ = <table> {
}
HeE = <table> {
}
PSS = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:15549
GIMICT = <table> {
}
PUT = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:15570
REQ = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:17559
Lis = <table> {
}
ToH1 = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:20656
GIMC = <table> {
}
FCBI = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:13372
OMQ = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:13401
GOR = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:12392
GZA = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:18248
GLIL = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:4705
OP__3 = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:5828
CaD3 = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:12322
RQAOF = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:7325
OGIM = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:18516
IOMD = <function> defined @Interface\AddOns\Carbonite\Carbonite.lua:6962
TaN2 = <table> {
}
IOL = <function> defined @Inter

Not sure if its the other author's addon only causing this or not but after looking at the error and seeing it listing carbonite, i figured i would shoot you a message and see if there is anything on your end that you can do. Thanks so much and I love your addon.
 
08-05-10, 09:03 AM   #2
Chmee
A Molten Giant
Join Date: Dec 2006
Posts: 960
Does the error still occur if you disable Carbonite? If so, it's not a Carbonite problem.
 
08-05-10, 01:44 PM   #3
Ratu
A Wyrmkin Dreamwalker
 
Ratu's Avatar
Join Date: May 2007
Posts: 58
Originally Posted by Chmee View Post
Does the error still occur if you disable Carbonite? If so, it's not a Carbonite problem.
Sure haven't, will give it a try tomorrow and see if the error still occurs.

*Update* Ok still get LUA error however all the carbonite stuff at the bottom is not there. Then i got to thinking, of course its not going to be there if carbonite is disabled. I mean i don't know of any addon that causes lua errors when they are disabled. So no imo, carbonite is not causing the error however i would say that there is something conflicting between the two addons and was wondering if the author could take a look at it and see if its anything he/she can fix.

Last edited by Ratu : 08-06-10 at 05:03 AM.
 
08-06-10, 07:35 AM   #4
Chmee
A Molten Giant
Join Date: Dec 2006
Posts: 960
The author you should be talking to is the author of Blitz.
 
 

WoWInterface » Featured Projects » Carbonite » Carbonite Archive » Getting this LUA error.


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