72 - Outfitter.lua line 3819: bad argument #1 to 'pairs' (table expected, got nil)
What steps will reproduce the problem?
1. Happend during raid, no special action as far as i can remember.
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using?
Do you have an error log of what happened?
Date: 2009-10-04 20:25:57
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\Outfitter\Outfitter.lua line 3819:
bad argument #1 to 'pairs' (table expected, got nil)
Debug:
[C]: ?
[C]: pairs()
Outfitter\Outfitter.lua:3819 GetCompiledOutfit()
Outfitter\OutfitterEquipment.lua:666 RestoreSavedStack()
Outfitter\OutfitterEquipment.lua:646 Initialize()
Outfitter\Outfitter.lua:5057 Function()
Outfitter\MCSchedulerLib.lua:278 OnUpdate2()
Outfitter\MCSchedulerLib.lua:198 OnUpdate()
Outfitter\MCSchedulerLib.lua:311
Outfitter\MCSchedulerLib.lua:311
AddOns:
Swatter, v5.6.4424 (KangaII)
Outfitter, v4.8
(ck=658)
Please provide any additional information below.
| User | When | Change |
|---|---|---|
| Mundocani | Sun, 25 Oct 2009 23:28:54 | Changed status from Accepted to Fixed |
| Mundocani | Mon, 05 Oct 2009 23:38:22 | Changed status from New to Accepted |
| Highlander1694 | Sun, 04 Oct 2009 18:28:55 | Create |
- 6 comments
- 6 comments
Facts
- Last updated on
- 25 Oct 2009
- Reported on
- 04 Oct 2009
- Status
- Fixed - Developer made requested changes. QA should verify.
- Type
- Defect - A shortcoming, fault, or imperfection
- Priority
- Medium - Normal priority.
- #6
Mundocani Sun, 25 Oct 2009 23:28:46Fixed in 4.9b3
- #5
Mundocani Wed, 21 Oct 2009 01:52:21This error happens when Blizzard's Equipment Manager fails to load your outfits from the server. It seems to primarily happen when you get disconnected from the server. If you open the Blizzard Equipment Manager you will see that it has no outfits in it -- where'd they go? Well, nowhere. Log out and back in and they show up again.
I'm working on a fix, but the fix will make things worse in a way because it will allow Outfitter to keep running, which will then allow it to synch with the EM, which will have no outfits, so Outfitter will dutifully remove those outfits from its list.
Next time you log in they'll be back and Outfitter will re-add them to its list, but they'll be missing any attached scripts or other local settings you made in Outfitter (hide/show helm, title display, remembering what optimization you used to build the outfit).
I'm trying to figure out a way to have Outfitter keep the EM outfit settings around in the background in case the outfit shows up again in the future.
- #4
jcgamo88 Tue, 20 Oct 2009 03:32:29THis happens to me quite often! Cold logins, reloads, etc.
- #3
Highlander1694 Thu, 15 Oct 2009 16:15:09This happens on a fresh login as well.
- #2
taral Wed, 07 Oct 2009 03:15:11Happened to me when loading/reloading while in an instance. Stepped outside and it was fine after a reload.
- #1
Mundocani Mon, 05 Oct 2009 23:39:13Looks like you had just done a reload UI or re-logged before this happened