11 - Error Message on Startup
Submitted Via
Curse Client 4.0.1.66, Microsoft Windows NT 6.1.7600.0
Installed Version
ItemDataCache-v1-303.zip
Description
Message: ...ItemDataCache\ItemDataCache_ByID_class_Functions.lua:27: attempt to call method 'GetFrameType' (a nil value)
Time: 04/01/10 18:31:54
Count: 1
Stack: ...ItemDataCache\ItemDataCache_ByID_class_Functions.lua:27: in function `RefreshItem'
...ItemDataCache\ItemDataCache_ByID_class_Functions.lua:43: in function `RefreshClass'
...ItemDataCache\ItemDataCache_ByID_class_Functions.lua:130: in function `InitLocalClassName'
...\AddOns\ItemDataCache\ItemDataCache_Scan_Tooltip.lua:203: in function <...\AddOns\ItemDataCache\ItemDataCache_Scan_Tooltip.lua:202>
...\AddOns\ItemDataCache\ItemDataCache_Scan_Tooltip.lua:210: in function `PurgeLocalDataByID_maxcharges'
Interface\AddOns\ItemDataCache\IDC.lua:71: in function `Init'
Interface\AddOns\ItemDataCache\IDC.lua:22: in function `OnEvent'
[string "*:OnEvent"]:1: in function <[string "*:OnEvent"]:1>
Locals: itemID = 4408
fromFrame = DressUpModel {
0 = <userdata>
rotation = 0.61
}
(*temporary) = <function> defined =[C]:-1
(*temporary) = nil
(*temporary) = DressUpModel {
0 = <userdata>
rotation = 0.61
}
(*temporary) = "attempt to call method 'GetFrameType' (a nil value)"
lastRefreshDone = 9133.093
THROTTLE = 5
copyFrame = nil
Installed Addons
Ace3 - Release-r907
Atlasloot Enhanced - v5.10.01
Auctionator - Version 2.6.2
Bagnon - 2.13.2b (No Guild Bank)
Cartographer - v2.5.6
Deadly Boss Mods - Deadly Boss Mods 4.44-r3851
Dominos - 1.16.3
Fishing Buddy - 0.9.8o
GearScore - GearScore 3.1.15 - Release
HealBot Continued - 3.3.3.0
ItemDataCache - ItemDataCache-v1-303.zip
MobInfo3 - MobInfo3-v0801.zip
Prat 3.0 - 3.3.7
Titan Panel - 4.3.4.30300
| User | When | Change |
|---|---|---|
| bobafett573 | Apr 01, 2010 at 22:34 UTC | Create |
- 1 comment
- 1 comment
Facts
- Last updated
- Mar 30, 2012
- Reported
- Apr 01, 2010
- Status
- New - Issue has not had initial review yet.
- Type
- Defect - A shortcoming, fault, or imperfection
- Priority
- Medium - Normal priority.
- Votes
- 2
- Reply
- #1
RoamingSoul Sep 09, 2010 at 22:32 UTC - 0 likesI golt ditto, tickets haven't been updated but one had a fix:
http://wow.curseforge.com/addons/item-data-cache/tickets/7-error-on-logging-in-to-game/#c2
edit "ItemDataCache_ByID_class_Functions". search for "GetFrameType" and replace with "GetObjectType"
-> http://forums.worldofwarcraft.com/thread.html?topicId=20437376853&sid=1 notes that the GetFrameType is no longer in use, and GetObjectType should return the same values.