60 - Skillet + ARL
What steps will reproduce the problem?
1. click on one of the recipes
What is the expected output? What do you see instead?
After click, the left frame is broken. You can't scroll anymore or do anything. the left Frame is frozen.
What version of the product are you using?
svn - rev 166
Do you have an error log of what happened?
Fehler: attempt to call method 'GetRecipeLocations' (a nil value)
AddOn: Skillet
Datei:MainFrame.lua
Zeile:1934
Fehler Nummer:10
Please provide any additional information below.
I think it is a Problem with skilled and AckisRecipeList.
See Changelog of AckisRecipeList below.
Revision: 2652
Autor: torhal
Datum: 06:19:01, Samstag, 14. November 2009
Meldung:
Re-wrote addon:addTradeAcquire() based on code backported from Collectinator.
Removed addon:GetRecipeLocations() - its functionality is now in addon:addTradeAcquire().
Added tooltip display for unknown recipes on mobs who drop them, vendors who sell them, and trainers who train them.
----
Verändert : /trunk/AckisRecipeList.lua
| User | When | Change |
|---|---|---|
| T-Base | Tue, 24 Nov 2009 05:18:49 | Create |
- 2 comments
- 2 comments
- #2
RoloX2 Wed, 02 Dec 2009 04:34:40Same problem here:
ARL Version (ie: 1.0): 1.0 ARL Revision (ie: r2200): r2696
Are you running Skillet/ATSW or any other tradeskill mods?
Skillet lilSparky's clone r166
What is the in-game error you received (DON'T INCLUDE A LIST OF ADDONS YOU ARE RUNNING, PLEASE)?
Date: 2009-11-28 22:50:55 ID: 1 Error occured in: Global Count: 1 Message: ..\AddOns\Skillet\UI\MainFrame.lua line 1934: attempt to call method 'GetRecipeLocations' (a nil value) Debug: (tail call): ? [C]: GetRecipeLocations() Skillet\UI\MainFrame.lua:1934 UpdateDetailsWindow() Skillet\UI\MainFrame.lua:844 Skillet\UI\MainFrame.lua:798 (tail call): ? ...\LilSparkysWorkshop\frameSupport\skillet_support.lua:168 UpdateTradeSkillWindow() Skillet\UI\MainFrame.lua:2616 ScrollToSkillIndex() Skillet\Skillet.lua:1117 SetSelectedSkill() Skillet\UI\MainFrame.lua:2531 SkillButton_OnClick() [string "*:OnClick"]:2: [string "*:OnClick"]:1 [C]: ?
What did you do with ARL to cause the error/problem?
Opened tradeskill window, clicked on an item
Are you running with libraries embedded or disembeded?
Unknown
How critical is fixing this defect?
Vital, renders tradeskill window inop; had to revert to ARL 1.0 r2634
Please provide any additional information below:
r2634 works perfectly
- #1
T-Base Tue, 24 Nov 2009 16:52:14Possible Solution:
replace: extra_text =AckisRecipeList:GetRecipeLocations(skill.id)
with: extra_text = recipeData["Locations"]
I doesn't know if it realy right, but there are no exeption anymore.