Files 12
Downloads 97,427
Favorites 1,004
View Bug Report
Error since 1.10 on Version 2.2.2
Bug #: 650
File: FilterTradeSkill
Date: 04-08-06 01:28 PM
By: Rathe
Status: Fixed
filtertradeskill.lua:302:table index is nil

Seems to be on first opening tradeskill window.

RSS 2.0 Feed for Bug CommentsNotes Sort Options
By: tardmrr - 04-10-06 02:30 AM
Can you provide any more details? What tradeskill? How many tradeskills? Are you using any other tradeskill addons. Specifically, the kind that change the headers.
By: tardmrr - 04-10-06 02:34 AM
A quick fix for the symptom but most likely not the problem. Try changing line 302 in FilterTradeSkill.lua to
Code:
if(curheader) then showState[curheader] = true end
That will prevent the error but you may get some strange behavior.
By: Rathe - 04-15-06 12:09 AM
It seems to be any trade skill... Alchemy, cooking, first aid, etc

And seems to crop up on first time to open any tradeskill after setting a filter the prior session. It seems to keep track of last filter setting and then blows up on the next session for first load of tradeskill window when not the same tradeskill... I think

Clearing all filters and reopening the tradeskill window seems to fix it for the current session.

No other tradeskill specific addons that I can think of... I do run cosmos, who knows what they do ;p
By: Rathe - 04-16-06 04:56 PM
After more testing it seems to be when you open up any tradeskill window the first time not between sessions like i thought. Another symptom is that the prior tradeskills list. For instance, when choosing show cooking tradeskill, i see my tailor entries until i toggle a filter.. then it fixes itself.

As far as other addons I have that might affect it, possiblly sortenchant or trainerskills?
By: tardmrr - 04-16-06 06:49 PM
neither of those *should* be effecting it, but SortEnchant has the potential. Are you using the Ace Dependent version of SortEnchant? I'll look into it to see if it could be the issue. Also, can you try the band-aid solution I posted here? I want to see how that effects it.
By: Rathe - 04-18-06 03:44 AM
Ok, I put the bandaid code in and have yet to see any issues from it.

Btw, not using the ACE version of sortenchant...