This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What steps will reproduce the problem?1. install addon 2.2.1-guildbank-beta2. start game3. start addon
What is the expected output? What do you see instead?doesn't start initially
What version of the product are you using?2.2.1-guildbank-beta
Do you have an error log of what happened?Date: 2010-10-16 10:38:49ID: 2Error occured in: GlobalCount: 1Message: [string "SanitySortFrameTab1:OnLoad"] line 1: attempt to index global 'this' (a nil value)Debug: (tail call): ? [C]: ? [string "*:OnLoad"]:1: [string "*:OnLoad"]:1 [C]: CreateFrame() ...ce\AddOns\Sanity2\Libs\TableTop-1.0\TableTop-1.0.lua:184: LayoutTabs() Sanity2\Sanity.lua:177: Sanity2\Sanity.lua:80 [C]: pcall() ...\FuBar_TopScoreFu\Libs\AceAddon-2.0\AceAddon-2.0.lua:24: ...\FuBar_TopScoreFu\Libs\AceAddon-2.0\AceAddon-2.0.lua:23 ...\FuBar_TopScoreFu\Libs\AceAddon-2.0\AceAddon-2.0.lua:666: InitializeAddon() ...\FuBar_TopScoreFu\Libs\AceAddon-2.0\AceAddon-2.0.lua:541: ...\FuBar_TopScoreFu\Libs\AceAddon-2.0\AceAddon-2.0.lua:518 [C]: ? ...\FuBar_TopScoreFu\Libs\AceEvent-2.0\AceEvent-2.0.lua:298: TriggerEvent() ...\FuBar_TopScoreFu\Libs\AceEvent-2.0\AceEvent-2.0.lua:910: ...\FuBar_TopScoreFu\Libs\AceEvent-2.0\AceEvent-2.0.lua:903AddOns: Swatter, v5.9.4938 (WhackyWallaby) Babylonian, v5.1.DEV.130 BeanCounter, v5.9.4938 (WhackyWallaby) BigWigs, v3.23 Broker2FuBar, v1.0 Configator, v5.1.DEV.278 CTBarMod, v4.002 CTCore, v4.002 CTMailMod, v4.002 CTMapMod, v4.002 CTPartyBuffs, v4.002 CTUnitFrames, v4.002 DebugLib, v5.1.DEV.275 Decursive, v2.5.2.1 FuBar, v FuBarTopScoreFu, vv1.0.8 MovableBags, v Omen, v3.0.11 Outfitter, v5.0.1 Recount, v Sanity2, v2.2.1-guildbank SanityItemCache, v2.1.1-guildbank Stubby, v5.9.4938 (WhackyWallaby) BlizRuntimeLib_enUS v4.0.1.40000 <eu> (ck=246)
After replacing this with self:Date: 2010-10-16 10:27:33ID: 3Error occured in: GlobalCount: 1Message: ...ce\AddOns\Sanity2\Libs\TableTop-1.0\TableTop-1.0.lua line 66: attempt to index field 'tabdata' (a nil value)Debug: (tail call): ? [C]: ? ...ce\AddOns\Sanity2\Libs\TableTop-1.0\TableTop-1.0.lua:66: TabOnEnter() ...ce\AddOns\Sanity2\Libs\TableTop-1.0\TableTop-1.0.lua:187: ...ce\AddOns\Sanity2\Libs\TableTop-1.0\TableTop-1.0.lua:187AddOns: Swatter, v5.9.4938 (WhackyWallaby) Babylonian, v5.1.DEV.130 BeanCounter, v5.9.4938 (WhackyWallaby) BigWigs, v3.23 Broker2FuBar, v1.0 Configator, v5.1.DEV.282 CTBarMod, v4.002 CTCore, v4.002 CTMailMod, v4.002 CTMapMod, v4.002 CTPartyBuffs, v4.002 CTUnitFrames, v4.002 DebugLib, v5.1.DEV.275 Decursive, v2.5.2.1 FuBar, v FuBarDurabilityFu, v2.11 FuBarLocationFu, v3.0 FuBarOutfitterFu, v FuBarRecountFu, v3.11 FuBarTopScoreFu, vv1.0.8 Informant, v5.9.4938 (WhackyWallaby) MovableBags, v Omen, v3.0.11 oRA2, v2.0.$Revision: 673 $ Outfitter, v5.0.1 Recount, v Sanity2, v2.2.1-guildbank-edit SanityItemCache, v2.1.1-guildbank-edit SatrinaBuffFrame, v3.1 Stubby, v5.9.4938 (WhackyWallaby) XRS, v3.1 BlizRuntimeLib_enUS v4.0.1.40000 <eu> (ck=31b)
Please provide any additional information below.replacing all occurrences of functioncalls with 'this' in it by 'self' fixes a bunch but not all.Specifically first new problem occurs in tabletop lib.
To post a comment, please login or register a new account.