- Home
- Downloads
-
Addons & Mods
Featured
World of Warcraft
6,152 Mods
-
Popular Downloads
- Top World of Warcraft Addons
- Top Minecraft Bukkit Plugins
- Top Rift Addons
- Top Skyrim Mods
- Top World of Tanks Skins
- Top Terraria Maps
- Top StarCraft II Maps
- Top Runes of Magic Addons
- Top Warhammer Online Addons
- Top The Secret World Mods
- Top Age of Conan Addons
-
- Curse Client
- Premium
- News
- Giveaways
- Forums
- Store
AtlasLoot_AdvancedSearch
- 3 Likes
- World of Warcraft
- 8,554 Monthly Downloads
- Supports: 4.1
- 504,063 Total Downloads
- Updated 04/29/2011
- Created 07/20/2010
- 224 Favorites
- Project Site
- Comments
- Release Type: Release
- License: GNU General Public License version 3 (GPLv3)
- Newest File: v1.3
About AtlasLoot_AdvancedSearch
What is AtlasLootAdvancedSearch
AtlasLoot Advanced Search is a plug-in for the AtlasLoot Enhanced addon. AtlasLoot Advanced Search enhances AtlasLoot by providing additional search modes, enhancing existing search functionality, and more control over some of the common tasks in the loot browser - all via seamless integration.
Features
- Seamless integration: very small, light-weight, non-intrusive. The look-and-feel of AtlasLoot is not affected in any way.
- More Search Options: Allows you to search for loot based on additional criteria, such as equipment slot or instance/zone where it can be found.
- More Intelligent Search: Supports multiple ways of combining search terms, to further narrow down your search. Want to search for a chest piece that drops in Icecrown Citadel? Or perhaps search for all items which go into the hands, feet, or neck slots....AtlasLoot Advanced Search will make it easy.
- Easily Extendable: Easy to add new search modules if you need a search mechanism that isn't available. AtlasLoot Advanced Search was designed and written from the ground up with extensibility in mind. Adding additional functionality or changing the behavior of any of its default search modules is easily accomplished without modifying any files in AtlasLoot or AtlasLoot Advanced Search. (Basic knowledge of Lua programming recommended.)
Bug reports: http://wow.curseforge.com/addons/atlasloot_advancedsearch/create-ticket/
Forum thread: http://wow.curseforge.com/addons/atlasloot_advancedsearch/forum/
Latest News
Usage
Searching with AtlasLoot Advanced Search isn't complicated, but there are a few things to know in order to get the most out of your searches.
- To narrow down your search results, combine search terms using and or +. (e.g. Sanctified and waist, Trial of the crusader and off-hand, etc.)
- To broaden your search results, combine search terms using or or | (that's the pipe character). e.g. Hands or wrist, Icecrown Citadel or Ruby Sanctum
- To combine multiple searches into one, use parenthesis to tell the searcher which parts should be grouped together. For example, let's say you want to search for items that drop in Trial of the Crusader or Icecrown Citadel, but you only want to see items that go into your head slot. This would be considered a combination search, because you are combining multiple criteria into one search.
Because of this, entering Trial of the Crusader or Icecrown Citadel and Head into the search box isn't going to return the expected results - the searcher is now confused because you might have meant Search for all items from trial of the crusader, and also search for all head-slot items from icecrown citadel.
The correct way to type this search into the box would be: Head and (Icecrown Citadel or Trial of the Crusader). Now the searcher knows that it should look only at head items, then only show the item if it comes from Icecrown Citadel or Trial of the Crusader.
- If you ever experience a problem with AtlasLoot advanced search, such as an error message when you attempt to perform a search, you can easily disable Advanced Search without needing to log out or reload your UI. Click the arrow button next to the search box in AtlasLoot, and check or uncheck the "Enable Advanced Search" item.
There are currently four different search modes supported by AtlasLoot Advanced Search - searching by name, searching by item slot, searching by zone name, and searching by weapon type. Each mode can be turned on or off by clicking the arrow button next to the search box in the AtlasLoot window, and checking or unchecking the search mode entry. Because these searches must check a lot more data than a normal search, they will often take much longer than a normal search would. This is expected, and does not mean your game has frozen up. Some searches can take as long as 10 to 15 seconds
- Searching by name works much the same as the default AtlasLoot search. You type all or part of the name of an item into the search box, and you are shown the items that match the value you entered.
- Searching by zone name works much like searching by item name, except that it will match your input against the name of the zone where the item can be found. For dungeons, only the name of the dungeon is recognized (boss names and subzones are not supported).
- Searching by item slot works by checking the value you enter against the name of the item slot that the item is used in. If the item isn't wearable (for example, a mount), it will be ignored by the search completely. Here is a list of the item slot names that AtlasLoot Advanced Search will recognize:
- Head
- Neck
- Shoulder
- Back
- Chest
- Shirt
- Tabard
- Wrist
- Hands
- Waist
- Legs
- Feet
- Ring
- Trinket
- Off-hand (or Held in Off-hand)
- Relic
- Searching by weapon type works by matching the text you enter against the text that is displayed as the "type" for anything that goes into your hands (this includes shields, ranged-slot items, and projectiles). Here is the list of weapons types that AtlasLoot Advanced Search will recognize:
- Axe
- Bow
- Crossbow
- Dagger
- Gun
- Mace
- Polearm
- Shield
- Staff
- Sword
- Thrown
- Wand
- Fist Weapon
------------------------------------------------------------------------
r142 | orgevo | 2011-04-29 08:46:25 +0000 (Fri, 29 Apr 2011) | 1 line
Changed paths:
A /tags/v1.3a (from /trunk:141)
** tagging for beta release; wanna see if anyone else still sees any lua errors before doing the final release for 4.1
------------------------------------------------------------------------
r141 | orgevo | 2011-04-29 08:44:39 +0000 (Fri, 29 Apr 2011) | 6 lines
Changed paths:
M /trunk/AdvancedFilter.lua
M /trunk/AtlasLootFixers.lua
M /trunk/Core.lua
M /trunk/ItemQualityModule.lua
M /trunk/NameSearchModule.lua
M /trunk/SearchParser.lua
M /trunk/SearchResults.lua
M /trunk/SlotSearchModule.lua
M /trunk/WeaponTypeSearchModule.lua
M /trunk/ZoneSearchModule.lua
- fixed most of the remaining compatibility issues with the rewrite of AtlasLoot
** items are no longer appearing in the search results multiple times under the same header
** fixed a couple of lua errors that were introduced by some more recent changes to AtlasLoot's API
- all debugging log messages which are in time-sensitive areas (thus impact performance during development) are now controlled by a single variable that allows them to be turned on/off on a per-file basis, or all at once
------------------------------------------------------------------------
r139 | orgevo | 2011-04-28 16:19:50 +0000 (Thu, 28 Apr 2011) | 1 line
Changed paths:
M /trunk/Core.lua
- fixed another typo causing packaged versions of the addon to trigger lua errors that didn't show up during testing
------------------------------------------------------------------------
r138 | orgevo | 2011-04-28 16:12:43 +0000 (Thu, 28 Apr 2011) | 1 line
Changed paths:
M /trunk/Core.lua
- fixed mismatched packager tags (@debug@ / @end-do-not-package@) that causing lua error only once the addon had been packaged by curse.com
------------------------------------------------------------------------
r136 | orgevo | 2011-04-28 08:21:14 +0000 (Thu, 28 Apr 2011) | 1 line
Changed paths:
M /trunk/AtlasLootAdvancedSearch.toc
- whoops, version number was already incremented
------------------------------------------------------------------------
r135 | orgevo | 2011-04-28 08:18:26 +0000 (Thu, 28 Apr 2011) | 1 line
Changed paths:
M /trunk/AtlasLootAdvancedSearch.toc
- updated toc; no incompatibilities with 4.0.1 patch
------------------------------------------------------------------------
r134 | orgevo | 2011-03-21 17:17:42 +0000 (Mon, 21 Mar 2011) | 1 line
Changed paths:
M /trunk/AtlasLootAdvancedSearch.toc
- updated .toc with next version number
------------------------------------------------------------------------
| File Name | Release Type | Game Version | Downloads | Date |
|---|---|---|---|---|
| v1.3 | Release | 4.1 | 271,020 | 04/29/2011 |
| v1.3a-nolib | Release | 4.1 | 945 | 04/29/2011 |
| v1.2.8b-nolib | Release | 4.1 | 29 | 04/28/2011 |
| v1.2.8b | Release | 4.1 | 7,401 | 04/28/2011 |
| v1.2.8a | Beta | 4.1 | 11,176 | 04/28/2011 |
| v1.2.73 | Release | 4.0.6 | 58,133 | 03/08/2011 |
| v1.2.73-nolib | Release | 4.0.6 | 159 | 03/08/2011 |
| v1.2.72 | Release | 4.0.6 | 4,935 | 03/08/2011 |
| v1.2.72-nolib | Release | 4.0.6 | 19 | 03/08/2011 |
| v1.2.71 | Release | 4.0.6 | 112 | 03/04/2011 |
| v1.2.71-nolib | Release | 4.0.6 | 9 | 03/04/2011 |
| v1.2.7 | Release | 4.0.6 | 46 | 03/04/2011 |
| v1.2.7-nolib | Release | 4.0.6 | 14 | 03/04/2011 |
| v1.2.6-nolib | Release | 4.0.3a | 7 | 01/18/2011 |
| v1.2.6 | Release | 4.0.3a | 271 | 01/18/2011 |
| v1.2.5 | Release | 4.0.3a | 137 | 12/26/2010 |
| v1.2.5-nolib | Release | 4.0.3a | 6 | 12/26/2010 |
| v1.2-nolib | Release | 4.0.1 | 7 | 10/17/2010 |
| v1.2 | Release | 4.0.1 | 89 | 10/17/2010 |
| v1.1.95 | Release | 3.3.5 | 7,282 | 08/16/2010 |
| v1.1.95-nolib | Release | 3.3.5 | 175 | 08/16/2010 |
| v1.1.89 | Release | 3.3.5 | 90 | 08/09/2010 |
| v1.1.89-nolib | Release | 3.3.5 | 32 | 08/09/2010 |
| v1.0c | Release | 3.3.5 | 38 | 08/06/2010 |
| v1.0c-nolib | Release | 3.3.5 | 5 | 08/06/2010 |
| v1.0b | Beta | 3.3.5 | 45 | 08/06/2010 |
| v1.0b-nolib | Beta | 3.3.5 | 4 | 08/06/2010 |
| v1.0a | Beta | 3.3.5 | 14 | 08/05/2010 |
| v1.0a-nolib | Beta | 3.3.5 | 3 | 08/05/2010 |
| v1.0 | Release | 3.3.5 | 23 | 08/05/2010 |
| v1.0-nolib | Release | 3.3.5 | 36 | 08/05/2010 |
| v0.9beta | Beta | 3.3.5 | 27 | 08/01/2010 |
| v0.9beta-nolib | Beta | 3.3.5 | 7 | 08/01/2010 |
| v0.8beta | Beta | 3.3.5 | 13 | 07/30/2010 |
| v0.8beta-nolib | Beta | 3.3.5 | 3 | 07/30/2010 |
| v0.7beta-nolib | Beta | 3.3.5 | 4 | 07/26/2010 |
| v0.7beta | Beta | 3.3.5 | 18 | 07/26/2010 |
| v0.6beta | Beta | 3.3.5 | 9 | 07/24/2010 |
| v0.6beta-nolib | Beta | 3.3.5 | 4 | 07/24/2010 |
| v0.5bbeta | Beta | 3.3.5 | 15 | 07/23/2010 |
| v0.5bbeta-nolib | Beta | 3.3.5 | 15 | 07/23/2010 |
| v0.5abeta-nolib | Beta | 3.3.5 | 2 | 07/23/2010 |
| v0.5abeta | Beta | 3.3.5 | 5 | 07/23/2010 |
| v0.5beta | Beta | 3.3.5 | 29 | 07/23/2010 |
| v0.5beta-nolib | Beta | 3.3.5 | 75 | 07/23/2010 |
Addon Packs Containing This...
-
Deadpools Mod Pak
-
Deadpools Pack
-
destinyzz's Addon Pack
-
Leveling / Group/RaidHealer Pack
-
Trianni's Raid/Leveling/Tradeskill UI Combo Pack
-
helmiben047's Addon Pack
-
Deathlysick's: RDPS Raiding UI
-
Zilt base pack
-
Helljin's Addon Pack
-
raevynneflynne's Addon Pack
-
Thengel 2011
-
Karnevil Guild Basic Addons
-
Make your life easy!
-
mervisto's Addon Pack
-
ghostdead's Addon Pack
-
kevmo1977's Addon Pack
-
BLIZZARD NEED TO FIX MAC CURSE
-
Radining and lvlingAddon Pack
-
Candent User Interface - Addon Pack
-
Multi User friendly UI
-
Lest We Forget Addon Pack
-
Nostromo Pack
-
Mistwalkers Guild AddOn Pack
-
Level kit Addon Pack
-
Vultan's RogueUI
Top Downloads
-
- Deadly Boss Mods
- Combat, PvP, and Boss Encounters
- 1,578,120 Monthly Downloads
-
- Recount
- Combat
- 1,073,354 Monthly Downloads
-
- AtlasLoot Enhanced
- Map & Minimap, Professions, Arena, and Boss Encounters
- 688,848 Monthly Downloads
-
- Deadly Boss Mods - Burning Crusade and Vanilla mods
- Combat and Boss Encounters
- 548,392 Monthly Downloads
-
- Tidy Plates
- Artwork, Combat, Tank, and Unit Frames
- 466,499 Monthly Downloads

Comments
First time user. Disabled AS and everyting is fine.
Date: 2013-06-04 19:03:28
ID: 1
Error occured in: Global
Count: 1
Message: ...AdvancedSearch\Libs\Ace3\AceHook-3.0\AceHook-3.0.lua line 142:
attempt to index local 'obj' (a nil value)
Debug:
...AdvancedSearch\Libs\Ace3\AceHook-3.0\AceHook-3.0.lua:142:
...AdvancedSearch\Libs\Ace3\AceHook-3.0\AceHook-3.0.lua:118
...AdvancedSearch\Libs\Ace3\AceHook-3.0\AceHook-3.0.lua:399: RawHookScript()
AtlasLootAdvancedSearch\Core.lua:593: HookAtlasLootSearchUI()
AtlasLootAdvancedSearch\Core.lua:246:
AtlasLootAdvancedSearch\Core.lua:228
(tail call): ?
[C]: ?
[string "safecall Dispatcher[1]"]:9:
[string "safecall Dispatcher[1]"]:5
(tail call): ?
...face\AddOns\Atlas\Libs\AceAddon-3.0\AceAddon-3.0.lua:529: InitializeAddon()
...face\AddOns\Atlas\Libs\AceAddon-3.0\AceAddon-3.0.lua:644:
...face\AddOns\Atlas\Libs\AceAddon-3.0\AceAddon-3.0.lua:636
Locals:
None
AddOns:
Swatter, v5.17.5413 (NeedyNoddy)
Atlas, v1.25.00
AtlasLoot, vv7.06.00
AtlasLootCataclysm, vv7.06.00
AtlasLootClassicWoW, vv7.06.00
AtlasLootLoader, vv7.06.00
AtlasLootMistsofPandaria, vv7.06.00
AtlasLootAdvancedSearch, vv1.2.8
BlizRuntimeLib_enUS v5.3.0.50300 <us>
(ck=11b)
This is outdated and needs an update.
Error apon entering game. Hope this helps whomever debugs.
Message: Interface\AddOns\AtlasLootAdvancedSearch\Core.lua:593: Usage: RawHookScript(object, method, [handler]): You can only hook a script on a frame object Time: 12/16/12 13:22:26 Count: 1 Stack: [C]: ? ...\ArkInventory\Externals\Ace3-AceHook\AceHook-3.0.lua:143: in function <...\ArkInventory\Externals\Ace3-AceHook\AceHook-3.0.lua:118> ...\ArkInventory\Externals\Ace3-AceHook\AceHook-3.0.lua:399: in function `RawHookScript' Interface\AddOns\AtlasLootAdvancedSearch\Core.lua:593: in function `HookAtlasLootSearchUI' Interface\AddOns\AtlasLootAdvancedSearch\Core.lua:246: in function <Interface\AddOns\AtlasLootAdvancedSearch\Core.lua:228> (tail call): ? [C]: ? [string "safecall Dispatcher[1]"]:9: in function <[string "safecall Dispatcher[1]"]:5> (tail call): ? ...rkInventory\Externals\Ace3-AceAddon\AceAddon-3.0.lua:514: in function `InitializeAddon' ...rkInventory\Externals\Ace3-AceAddon\AceAddon-3.0.lua:629: in function <...rkInventory\Externals\Ace3-AceAddon\AceAddon-3.0.lua:621>
Locals: (*temporary) = "Usage: RawHookScript(object, method
Error reports via swatter. Hope this is helpful.
Date: 2012-09-15 11:00:18
ID: 1
Error occured in: Global
Count: 1
Message: ...AdvancedSearch\Libs\Ace3\AceHook-3.0\AceHook-3.0.lua line 142:
attempt to index local 'obj' (a nil value)
Debug:
(tail call): ?
...AdvancedSearch\Libs\Ace3\AceHook-3.0\AceHook-3.0.lua:142:
...AdvancedSearch\Libs\Ace3\AceHook-3.0\AceHook-3.0.lua:118
...AdvancedSearch\Libs\Ace3\AceHook-3.0\AceHook-3.0.lua:399: RawHookScript()
AtlasLootAdvancedSearch\Core.lua:593: HookAtlasLootSearchUI()
AtlasLootAdvancedSearch\Core.lua:246:
AtlasLootAdvancedSearch\Core.lua:228
(tail call): ?
[C]: ?
[string "safecall Dispatcher[1]"]:9:
[string "safecall Dispatcher[1]"]:5
(tail call): ?
...\AtlasLoot_Loader\Libs\AceAddon-3.0\AceAddon-3.0.lua:514: InitializeAddon()
...\AtlasLoot_Loader\Libs\AceAddon-3.0\AceAddon-3.0.lua:629:
...\AtlasLoot_Loader\Libs\AceAddon-3.0\AceAddon-3.0.lua:621
Locals:
None
AddOns:
Swatter, v5.14.5335 (KowariOnCrutches)
Atlas, v1.21.1
AtlasLoot, vv7.00.00
AtlasLootCataclysm, vv7.00.01
AtlasLootClassicWoW, vv7.00.01
AtlasLootLoader, vv7.00.01
AtlasLootAdvancedSearch, vv1.2.8
BlizRuntimeLib_enUS v5.0.5.50001 <us>
(ck=fa)
Date: 2012-09-15 11:00:38
ID: 2
Error occured in: Global
Count: 1
Message: ..\AddOns\AtlasLootAdvancedSearch\Core.lua line 483:
attempt to index field 'dbSearchModules' (a nil value)
Debug:
(tail call): ?
AtlasLootAdvancedSearch\Core.lua:483: InitSearchModuleDefaults()
AtlasLootAdvancedSearch\Core.lua:470: InitializeSearchModules()
AtlasLootAdvancedSearch\Core.lua:266:
AtlasLootAdvancedSearch\Core.lua:264
(tail call): ?
[C]: ?
[string "safecall Dispatcher[1]"]:9:
[string "safecall Dispatcher[1]"]:5
(tail call): ?
...\AtlasLoot_Loader\Libs\AceAddon-3.0\AceAddon-3.0.lua:543: EnableAddon()
...\AtlasLoot_Loader\Libs\AceAddon-3.0\AceAddon-3.0.lua:636:
...\AtlasLoot_Loader\Libs\AceAddon-3.0\AceAddon-3.0.lua:621
[C]: LoadAddOn()
..\FrameXML\UIParent.lua:299: UIParentLoadAddOn()
..\FrameXML\UIParent.lua:373: TimeManager_LoadUI()
..\FrameXML\UIParent.lua:690:
..\FrameXML\UIParent.lua:657
Locals:
None
AddOns:
Swatter, v5.14.5335 (KowariOnCrutches)
NPCScan, v5.0.0.3
NPCScanOverlay, v5.0.0.1
Atlas, v1.21.1
AtlasBurningCrusade, v1.21.0
AtlasClassicWoW, v1.21.0
AtlasDungeonLocs, v1.21.0
AtlasOutdoorRaids, v1.21.0
AtlasTransportation, v1.21.1
AtlasWrathoftheLichKing, v1.21.0
AtlasLoot, vv7.00.00
AtlasLootCataclysm, vv7.00.01
AtlasLootClassicWoW, vv7.00.01
AtlasLootLoader, vv7.00.01
AtlasLootAdvancedSearch, vv1.2.8
AtlasQuest, v4.8.0 BETA
AucAdvanced, v5.14.5335 (KowariOnCrutches)
AucFilterBasic, v5.14.5335 (KowariOnCrutches)
AucFilterOutlier, v5.14.5335.5335(5.14/embedded)
AucMatchUndercut, v5.14.5335.5225(5.14/embedded)
AucStatHistogram, v5.14.5335 (KowariOnCrutches)
AucStatiLevel, v5.14.5335 (KowariOnCrutches)
AucStatPurchased, v5.14.5335 (KowariOnCrutches)
AucStatSales, v5.14.5335.5335(5.14/embedded)
AucStatSimple, v5.14.5335 (KowariOnCrutches)
AucStatStdDev, v5.14.5335 (KowariOnCrutches)
AucStatWOWEcon, v5.14.5335.5335(5.14/embedded)
AucUtilAHWindowControl, v5.14.5335.5133(5.14/embedded)
AucUtilAppraiser, v5.14.5335.5335(5.14/embedded)
AucUtilAskPrice, v5.14.5335.5160(5.14/embedded)
AucUtilAutoMagic, v5.14.5335.5335(5.14/embedded)
AucUtilCompactUI, v5.14.5335.5335(5.14/embedded)
AucUtilEasyBuyout, v5.14.5335.5238(5.14/embedded)
AucUtilFixAH, v5.14.5335 (KowariOnCrutches)
AucUtilItemSuggest, v5.14.5335.5335(5.14/embedded)
AucUtilPriceLevel, v5.14.5335.5237(5.14/embedded)
AucUtilScanButton, v5.14.5335.5335(5.14/embedded)
AucUtilScanFinish, v5.14.5335.5153(5.14/embedded)
AucUtilScanProgress, v5.14.5335.4979(5.14/embedded)
AucUtilScanStart, v5.14.5335.5153(5.14/embedded)
AucUtilSearchUI, v5.14.5335.5335(5.14/embedded)
AucUtilSimpleAuction, v5.14.5335.5208(5.14/embedded)
AucUtilVendMarkup, v5.14.5335.4828(5.14/embedded)
Auctionator, v3.0.5
Babylonian, v5.1.DEV.312(/embedded)
BeanCounter, v5.14.5335 (KowariOnCrutches)
BittensSpellFlashLibrary, v3.12.1
Carbonite, v5.041
CarboniteTransfer, v1.01
Configator, v5.1.DEV.330(/embedded)
DebugLib, v5.1.DEV.312(/embedded)
LibExtraTip, v5.12.DEV.324(/embedded)
SlideBar, v5.14.5335 (KowariOnCrutches)
SpellFlash, v6.1
SpellFlashCore, v2.0
Stubby, v5.14.5335 (KowariOnCrutches)
TidyPlates, v6.7.5 (R539)
TidyPlatesGraphite, v
TidyPlatesGrey, v
TidyPlatesNeon, v
TidyPlatesQuatre, v
TidyPlatesThreatPlates, v6.007
TidyPlatesHub, v
TidyPlatesWidgets, v
TipHelper, v5.12.DEV.315(/embedded)
WoWDBProfiler, v
BlizRuntimeLib_enUS v5.0.5.50001 <us>
(ck=9e9)
Just did a scan for updates and nothing new for this. But every time I log in I'm getting this error. Any help that can be offered would be greatly appreciated.
Date: 2012-06-07 18:32:52 ID: 2 Error occured in: Global Count: 1 Message: ..\AddOns\AtlasLootAdvancedSearch\Core.lua line 483: attempt to index field 'dbSearchModules' (a nil value) Debug: (tail call): ? AtlasLootAdvancedSearch\Core.lua:483: InitSearchModuleDefaults() AtlasLootAdvancedSearch\Core.lua:470: InitializeSearchModules() AtlasLootAdvancedSearch\Core.lua:266: AtlasLootAdvancedSearch\Core.lua:264 (tail call): ? [C]: ? [string "safecall Dispatcher[1]"]:9: [string "safecall Dispatcher[1]"]:5 (tail call): ? ...\AtlasLoot_Loader\Libs\AceAddon-3.0\AceAddon-3.0.lua:543: EnableAddon() ...\AtlasLoot_Loader\Libs\AceAddon-3.0\AceAddon-3.0.lua:636: ...\AtlasLoot_Loader\Libs\AceAddon-3.0\AceAddon-3.0.lua:621 [C]: LoadAddOn() ..\FrameXML\UIParent.lua:274: UIParentLoadAddOn() ..\FrameXML\UIParent.lua:348: TimeManager_LoadUI() ..\FrameXML\UIParent.lua:614: ..\FrameXML\UIParent.lua:582 AddOns: Swatter, v3.2.4 (<%codename%>) AtlasLoot, vv6.05.04 AtlasLootCataclysm, vv6.05.04 AtlasLootLoader, vv6.05.04 AtlasLootAdvancedSearch, vv1.2.8 AuctionLite, v1.8.3 Babylonian, v5.1.DEV.312(/embedded) Configator, v5.1.DEV.312(/embedded) DBMCore, v Gatherer, v3.2.4 GPHelper, v2.03 Recount, v SellOMatic2, va046 SellOMatic2Class, va046 BlizRuntimeLib_enUS v4.3.4.40300 <us> (ck=190)
I remember when you could shift click items into the AH and in the chat window. I was wondering when there might be this feature again?
Date: 2012-04-30 16:08:21
ID: 1
Error occured in: Global
Count: 1
Message: ...AdvancedSearch\Libs\Ace3\AceHook-3.0\AceHook-3.0.lua line 142:
attempt to index local 'obj' (a nil value)
Debug:
(tail call): ?
...AdvancedSearch\Libs\Ace3\AceHook-3.0\AceHook-3.0.lua:142:
...AdvancedSearch\Libs\Ace3\AceHook-3.0\AceHook-3.0.lua:118
...AdvancedSearch\Libs\Ace3\AceHook-3.0\AceHook-3.0.lua:399: RawHookScript()
AtlasLootAdvancedSearch\Core.lua:593: HookAtlasLootSearchUI()
AtlasLootAdvancedSearch\Core.lua:246:
AtlasLootAdvancedSearch\Core.lua:228
(tail call): ?
[C]: ?
[string "safecall Dispatcher[1]"]:9:
[string "safecall Dispatcher[1]"]:5
(tail call): ?
...\AddOns\DataStore\libs\AceAddon-3.0\AceAddon-3.0.lua:514: InitializeAddon()
...\AddOns\DataStore\libs\AceAddon-3.0\AceAddon-3.0.lua:629:
...\AddOns\DataStore\libs\AceAddon-3.0\AceAddon-3.0.lua:621
AddOns:
Swatter, v3.2.4 (<%codename%>)
Altoholic, v4.3.001
Armory, vv9.12.0
ArmoryGuildBank, vv9.12.0
ArmoryQuickLink, v2.1
Atlas, v1.21.1
AtlasLoot, vv6.05.04
AtlasLootCataclysm, vv6.05.04
AtlasLootLoader, vv6.05.04
AtlasLootAdvancedSearch, vv1.2.8
DataStore, v4.3.001
DataStoreCharacters, v4.3.001
BlizRuntimeLib_enUS v4.3.4.40300 <us>
(ck=164)
Does this belong to Atlas Loot? It is doing this repeatedly on character login
Is this project abandoned? Seems to be very broken in 4.3
Pretty much. Had to rejoin life and there's no time for wow anymore.
Anyone care to take over?
Interface action failed because of an AddOn
Taintlogs, with "AtlasLoot AdvancedSearch" "AtlasLoot Enchanced" "AtlasLoot Loader" enabled, all other addons disabled. No errors if I only enable "AtlasLoot Enchanced" "AtlasLoot Loader".
2/7 13:40:16.011 Global variable UIDROPDOWNMENU_MENU_LEVEL tainted by AtlasLoot_Loader - Interface\FrameXML\UIDropDownMenu.lua:38
2/7 13:40:16.011 securecall()
2/7 13:40:16.011 Interface\FrameXML\UIDropDownMenu.lua:64 UIDropDownMenu_Initialize()
2/7 13:40:16.011 Interface\AddOns\Blizzard_CUFProfiles\Blizzard_CompactUnitFrameProfiles.lua:448 CompactUnitFrameProfilesGeneralOptionsFrameSortByDropdown:updateFunc()
2/7 13:40:16.011 Interface\AddOns\Blizzard_CUFProfiles\Blizzard_CompactUnitFrameProfiles.lua:178 CompactUnitFrameProfiles_UpdateCurrentPanel()
2/7 13:40:16.011 Interface\AddOns\Blizzard_CUFProfiles\Blizzard_CompactUnitFrameProfiles.lua:165 CompactUnitFrameProfiles_ActivateRaidProfile()
2/7 13:40:16.011 Interface\AddOns\Blizzard_CUFProfiles\Blizzard_CompactUnitFrameProfiles.lua:39 CompactUnitFrameProfiles_ValidateProfilesLoaded()
2/7 13:40:16.011 Interface\AddOns\Blizzard_CUFProfiles\Blizzard_CompactUnitFrameProfiles.lua:24
2/7 13:40:16.011 Execution tainted by AtlasLoot_Loader while reading UIDROPDOWNMENU_MENU_LEVEL - Interface\FrameXML\UIDropDownMenu.lua:652 UIDropDownMenu_GetSelectedID()
2/7 13:40:16.011 Interface\FrameXML\UIDropDownMenu.lua:514 UIDropDownMenu_Refresh()
2/7 13:40:16.011 Interface\FrameXML\UIDropDownMenu.lua:631 UIDropDownMenu_SetSelectedValue()
2/7 13:40:16.011 Interface\AddOns\Blizzard_CUFProfiles\Blizzard_CompactUnitFrameProfiles.lua:449 CompactUnitFrameProfilesGeneralOptionsFrameHealthTextDropdown:updateFunc()
2/7 13:40:16.011 Interface\AddOns\Blizzard_CUFProfiles\Blizzard_CompactUnitFrameProfiles.lua:178 CompactUnitFrameProfiles_UpdateCurrentPanel()
2/7 13:40:16.011 Interface\AddOns\Blizzard_CUFProfiles\Blizzard_CompactUnitFrameProfiles.lua:165 CompactUnitFrameProfiles_ActivateRaidProfile()
2/7 13:40:16.011 Interface\AddOns\Blizzard_CUFProfiles\Blizzard_CompactUnitFrameProfiles.lua:39 CompactUnitFrameProfiles_ValidateProfilesLoaded()
2/7 13:40:16.011 Interface\AddOns\Blizzard_CUFProfiles\Blizzard_CompactUnitFrameProfiles.lua:24
2/7 13:40:16.011 An action was blocked in combat because of taint from AtlasLoot_Loader - CompactRaidFrame1:Show()
2/7 13:40:16.011 Interface\FrameXML\CompactUnitFrame.lua:264 CompactUnitFrame_UpateVisible()
2/7 13:40:16.011 Interface\FrameXML\CompactUnitFrame.lua:224 CompactUnitFrame_UpdateAll()
2/7 13:40:16.011 Interface\FrameXML\CompactUnitFrame.lua:105
2/7 13:40:16.011 An action was blocked in combat because of taint from AtlasLoot_Loader - CompactRaidFrame1:Show()
2/7 13:40:16.011 Interface\FrameXML\CompactUnitFrame.lua:264 CompactUnitFrame_UpateVisible()
2/7 13:40:16.011 Interface\FrameXML\CompactUnitFrame.lua:224 CompactUnitFrame_UpdateAll()
2/7 13:40:16.011 Interface\FrameXML\CompactUnitFrame.lua:105
2/7 13:40:16.011 An action was blocked in combat because of taint from AtlasLoot_Loader - CompactRaidFrame1:Show()
2/7 13:40:16.011 Interface\FrameXML\CompactUnitFrame.lua:264 CompactUnitFrame_UpateVisible()
2/7 13:40:16.011 Interface\FrameXML\CompactUnitFrame.lua:224 CompactUnitFrame_UpdateAll()
2/7 13:40:16.011 Interface\FrameXML\CompactUnitFrame.lua:105
later i got that one
2/7 13:48:35.037 An action was blocked in combat because of taint from AtlasLoot - CompactRaidFrame1:Show()
2/7 13:48:35.037 Interface\FrameXML\CompactUnitFrame.lua:264 CompactUnitFrame_UpateVisible()
2/7 13:48:35.037 Interface\FrameXML\CompactUnitFrame.lua:224 CompactUnitFrame_UpdateAll()
2/7 13:48:35.037 Interface\FrameXML\CompactUnitFrame.lua:105
2/7 13:48:36.717 An action was blocked in combat because of taint from AtlasLoot - CompactRaidFrame1:Show()
2/7 13:48:36.717 Interface\FrameXML\CompactUnitFrame.lua:264 CompactUnitFrame_UpateVisible()
2/7 13:48:36.717 Interface\FrameXML\CompactUnitFrame.lua:224 CompactUnitFrame_UpdateAll()
2/7 13:48:36.717 Interface\FrameXML\CompactUnitFrame.lua:105
2/7 13:48:36.717 An action was blocked in combat because of taint from AtlasLoot - CompactRaidFrame1:Show()
2/7 13:48:36.717 Interface\FrameXML\CompactUnitFrame.lua:264 CompactUnitFrame_UpateVisible()
2/7 13:48:36.717 Interface\FrameXML\CompactUnitFrame.lua:224 CompactUnitFrame_UpdateAll()
2/7 13:48:36.717 Interface\FrameXML\CompactUnitFrame.lua:105
Date: 2011-12-14 18:53:11
ID: -2
Error occured in: Global
Count: 1
Message: ..\AddOns\Ace3\AceHook-3.0\AceHook-3.0.lua line 142:
attempt to index local 'obj' (a nil value)
Debug:
(tail call): ?
Ace3\AceHook-3.0\AceHook-3.0.lua:142:
Ace3\AceHook-3.0\AceHook-3.0.lua:118
Ace3\AceHook-3.0\AceHook-3.0.lua:399: RawHookScript()
AtlasLootAdvancedSearch\Core.lua:593: HookAtlasLootSearchUI()
AtlasLootAdvancedSearch\Core.lua:246:
AtlasLootAdvancedSearch\Core.lua:228
(tail call): ?
[C]: ?
[string "safecall Dispatcher[1]"]:9:
[string "safecall Dispatcher[1]"]:5
(tail call): ?
Ace3\AceAddon-3.0\AceAddon-3.0.lua:514: InitializeAddon()
Ace3\AceAddon-3.0\AceAddon-3.0.lua:629:
Ace3\AceAddon-3.0\AceAddon-3.0.lua:621
AddOns:
MoncaiCompare, v1.4.3
Swatter, v3.2.4 (<%codename%>)
WowheadLooter, v40015
Ace3, v
ACP, v3.3.17
AddonLoader, v2.0
Date: 2011-12-14 19:33:57
ID: 2
Error occured in: Global
Count: 1
Message: ..\AddOns\AtlasLootAdvancedSearch\Core.lua line 483:
attempt to index field 'dbSearchModules' (a nil value)
Debug:
(tail call): ?
AtlasLootAdvancedSearch\Core.lua:483: InitSearchModuleDefaults()
AtlasLootAdvancedSearch\Core.lua:470: InitializeSearchModules()
AtlasLootAdvancedSearch\Core.lua:266:
AtlasLootAdvancedSearch\Core.lua:264
(tail call): ?
[C]: ?
[string "safecall Dispatcher[1]"]:9:
[string "safecall Dispatcher[1]"]:5
(tail call): ?
Ace3\AceAddon-3.0\AceAddon-3.0.lua:543: EnableAddon()
Ace3\AceAddon-3.0\AceAddon-3.0.lua:636:
Ace3\AceAddon-3.0\AceAddon-3.0.lua:621
[C]: LoadAddOn()
Archy\Archy.lua:2066:
Archy\Archy.lua:2013
(tail call): ?
[C]: ?
[string "safecall Dispatcher[1]"]:9:
[string "safecall Dispatcher[1]"]:5
(tail call): ?
Ace3\AceAddon-3.0\AceAddon-3.0.lua:543: EnableAddon()
Ace3\AceAddon-3.0\AceAddon-3.0.lua:636:
Ace3\AceAddon-3.0\AceAddon-3.0.lua:621
[C]: LoadAddOn()
..\FrameXML\UIParent.lua:274: UIParentLoadAddOn()
..\FrameXML\UIParent.lua:348: TimeManager_LoadUI()
..\FrameXML\UIParent.lua:614:
..\FrameXML\UIParent.lua:582
AddOns:
MoncaiCompare, v1.4.3
Swatter, v3.2.4 (<%codename%>)
WowheadLooter, v40015
Cursor, v4.3.0.1
NPCScanOverlay, v4.3.0.1
Ace3, v
ACP, v3.3.17
AddonLoader, v2.0
AdvancedTradeSkillWindow, v
Altoholic, v4.3.001
ArchDB, v1.6
Archy, v1.8.9
Arh, v0.91
Atlas, v1.21.1
AtlasLoot, vv6.05.02
AtlasLootCataclysm, vv6.05.02
AtlasLootLoader, vv6.05.02
AtlasLootAdvancedSearch, vv1.2.8
AtlasMajorCities, vv1.5.3
AtlasMajorCitiesEnhanced, vv0.13
Babylonian, v5.1.DEV.312(/embedded)
BadBoy, vv6.619
BadBoyCCleaner, v3.28
Bartender4, v4.4.20.1
Carbonite, v4.3
CarboniteTransfer, v1.01
ClamStacker, v1.2.22
Configator, v5.1.DEV.312(/embedded)
CurseProfiler, v
DataStore, v4.3.001
DataStoreAchievements, v4.3.001
DataStoreAgenda, v4.3.001
DataStoreAuctions, v4.3.001
DataStoreCharacters, v4.3.001
DataStoreContainers, v4.3.001
DataStoreCrafts, v4.3.001
DataStoreCurrencies, v4.3.001
DataStoreInventory, v4.3.001
DataStoreMails, v4.3.001
DataStorePets, v4.3.001
DataStoreQuests, v4.3.001
DataStoreReputations, v4.3.001
DataStoreSpells, v4.3.001
DataStoreStats, v4.3.001
DataStoreTalents, v4.3.001
DCoords, v3.03
DrDamage, v1.8.8_release
DropTheCheapestThing, vv3.6.2
DurabilityStatus, v
EasyMail, v
Examiner, v11.09.29
FBBroker, v1.6b (FB 0.9.9e2)
FBTitan, v0.9.9
FBTrackingFrame, v1.0.7
FishingBuddy, v1.0.7b
Gatherer, v3.2.4
GathererDBWowhead, v1.0.2011-11-03
Glamour, v1.4.3
GlyphRecolor, v
JejeMount, vv1.0
LibRock10, v
LootCount, v
MaterialsTracker, v40200.02
MinimapButtonFrame, v3.1.7
MobInfo2, v3.87
MobMap, v403
MrPlow, v10.2
Outfitter, v5.4.1
PerlArcaneBar, v
PerlCombatDisplay, v
PerlConfig, v
PerlFocus, v
PerlParty, v
PerlPartyPet, v
PerlPartyTarget, v
PerlPlayer, v
PerlPlayerBuff, vv4.2.0_2011.07.09_r28
PerlPlayerPet, v
PerlTarget, v
PerlTargetTarget, v
PlayerXPBar, v2.4.3
qGlyphFix, v
SpellFlash, v5.105
SpellFlashCore, v1.44
SunnArt, v3.59
SunnArtLauncher, v1.1
Titan, v5.0.10.40300 - Revision 519
TitanArchaeology, v4.0.001
TitanBadBoy, v3.3.2
TitanBag, v5.0.10.40300
TitanCasterStats, v1.0.3
TitanClock, v5.0.10.40300
TitanCurrency, v5.3
TitanCurrencyPlus, v4.1.0b
TitanCurrTrack, v1.2.9
TitanDurability, v1.22
TitanEngineering, v4.0.001
TitanExaminer, v4.0.0
TitanFirstAid, v4.0.001
TitanFishing, v4.0.001
TitanGatherer, v4.0.0
TitanGold, v5.0.10.40300
TitanHerbalism, v4.0.001
TitanInscription, v4.0.001
TitanJewelcrafting, v4.0.001
TitanLeatherworking, v4.0.001
TitanLocation, v5.0.10.40300
TitanLogout, v1.3.0
TitanLootType, v5.0.10.40300
TitanMail, v4.06.40300
TitanMatTracker, v0.9-3.1
TitanMicrobuttons, v4.0.1
TitanMining, v4.0.001
TitanMobMap, v4.0.0
TitanMount, v4.0.0
TitanPerformance, v5.0.10.40300
TitanProfessions, v4.0.2
TitanQuests, v3.0.6
TitanReagentTracker, v1.7.1
TitanRepair, v5.0.10.40300
TitanSaveInfo, v0.5.30300
TitanSkinning, v4.0.001
TitanSpec, v1.7.3.1.40000
TitanSpeed, v4.3.001
TitanVolume, v5.0.10.40300
TitanXP, v5.0.10.40300
Transformer, v
BlizRuntimeLib_enUS v4.3.0.40300 <us>
(ck=c5d)
AdvancedTradeSkillWindow, v
Altoholic, v4.3.001
ArchDB, v1.6
Archy, v1.8.9
Arh, v0.91
Atlas, v1.21.1
AtlasLoot, vv6.05.02
AtlasLootCataclysm, vv6.05.02
AtlasLootLoader, vv6.05.02
AtlasLootAdvancedSearch, vv1.2.8
DataStore, v4.3.001
DataStoreCharacters, v4.3.001
BlizRuntimeLib_enUS v4.3.0.40300 <us>
(ck=1c5)
DO NOT try to use this add on! It is garbage, the search funtions do NOT work as stated, and in fact some of the options and directions given DO NOT exist in the actual add on. Save yourself some aggravation.
Time: 09/23/11 17:53:34
Count: 1
Stack: Interface\AddOns\AtlasLootAdvancedSearch\Core.lua:483: in function `InitSearchModuleDefaults'
Interface\AddOns\AtlasLootAdvancedSearch\Core.lua:470: in function `InitializeSearchModules'
Interface\AddOns\AtlasLootAdvancedSearch\Core.lua:266: in function
(tail call): ?
[C]: ?
(tail call): ?
...s\AckisRecipeList\libs\AceAddon-3.0\AceAddon-3.0.lua:543: in function `EnableAddon'
...s\AckisRecipeList\libs\AceAddon-3.0\AceAddon-3.0.lua:636: in function
[C]: in function `LoadAddOn'
Interface\FrameXML\UIParent.lua:263: in function `UIParentLoadAddOn'
Interface\FrameXML\UIParent.lua:337: in function `TimeManager_LoadUI'
Interface\FrameXML\UIParent.lua:561: in function
Locals:
ID: 1
Error occured in: Global
Count: 1
Message: ...AdvancedSearch\Libs\Ace3\AceHook-3.0\AceHook-3.0.lua line 142:
attempt to index local 'obj' (a nil value)
Debug:
(tail call): ?
...AdvancedSearch\Libs\Ace3\AceHook-3.0\AceHook-3.0.lua:142:
...AdvancedSearch\Libs\Ace3\AceHook-3.0\AceHook-3.0.lua:118
...AdvancedSearch\Libs\Ace3\AceHook-3.0\AceHook-3.0.lua:399: RawHookScript()
AtlasLootAdvancedSearch\Core.lua:593: HookAtlasLootSearchUI()
AtlasLootAdvancedSearch\Core.lua:246:
AtlasLootAdvancedSearch\Core.lua:228
(tail call): ?
[C]: ?
[string "safecall Dispatcher[1]"]:9:
[string "safecall Dispatcher[1]"]:5
(tail call): ?
...\AddOns\DataStore\libs\AceAddon-3.0\AceAddon-3.0.lua:514: InitializeAddon()
...\AddOns\DataStore\libs\AceAddon-3.0\AceAddon-3.0.lua:628:
...\AddOns\DataStore\libs\AceAddon-3.0\AceAddon-3.0.lua:621
AddOns:
ComboWatch, v1.20101015
Swatter, v3.2.4 ()
ACP, v3.3.16
AddonLoader, v2.0
Altoholic, v4.2.001
AtlasLoot, vv6.04.03
AtlasLootCataclysm, vv6.04.03
AtlasLootLoader, vv6.04.03
AtlasLootAdvancedSearch, vv1.2.8
DataStore, v4.2.001
DataStoreCharacters, v4.2.001
BlizRuntimeLib_enUS v4.2.2.40200
(ck=14a)