Thread Tools Display Modes
07-04-11, 09:50 PM   #1
Verttex
Super Monkey
 
Verttex's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2010
Posts: 297
Errors I am getting

Code:
Date: 2011-07-04 20:47:18
ID: 1
Error occured in: Global
Count: 1
Message: ...GridStatusRes\Libs\LibResComm-1.0\LibResComm-1.0.lua line 28:
   attempt to call method 'replace' (a nil value)
Debug:
   [C]: replace()
   ...GridStatusRes\Libs\LibResComm-1.0\LibResComm-1.0.lua:28: in main chunk
AddOns:
  Swatter, v5.11.5146 (DangerousDingo)
  Ace3, v
  AceGUI30SharedMediaWidgets, v4.0.0
  ACP, v3.3.16 
  AutoBar, vv4.2.0.00
  Bartender4, v4.4.19
  Clique, vv40200-1.4.0
  DBMCore, v
  DBMRaidLeadTools, v
  ForteCasting, v
  ForteCooldown, v
  ForteCore, v1.975.5
  FortePriest, v
  ForteTalent, v
  ForteTimer, v
  ForteVehicle, v
  Grid, v4.1.0.1441
  GridAutoFrameSize, v2.4.3
  GridConfigurableLayouts, v0.4.1a
  GridIndicatorCornerIcons, v40000-2
  GridManaBars, v1.04
  GridStatusDungeonRole, v1.2.0
  GridStatusRaidDebuff, vv3.2
  GridStatusRes, v4.2.0.72
  LibSharedMedia30, v3.0-62
  BlizRuntimeLib_enUS v4.2.0.40200 <us>
  (ck=277)
Code:
Date: 2011-07-04 20:49:16
ID: 2
Error occured in: Global
Count: 1
Message: ..\AddOns\GridStatusRes\GridStatusRes.lua line 114:
   attempt to call field 'RegisterCallback' (a nil value)
Debug:
   (tail call): ?
   GridStatusRes\GridStatusRes.lua:114: PostEnable()
   Grid\GridStatus.lua:39:
      Grid\GridStatus.lua:29
   (tail call): ?
   [C]: ?
   [string "safecall Dispatcher[1]"]:9:
      [string "safecall Dispatcher[1]"]:5
   (tail call): ?
   Ace3\AceAddon-3.0\AceAddon-3.0.lua:543:
      Ace3\AceAddon-3.0\AceAddon-3.0.lua:536
   (tail call): ?
   (tail call): ?
   Grid\GridCore.lua:150: EnableModules()
   Grid\GridCore.lua:89: OnEnable()
   Grid\GridStatus.lua:400:
      Grid\GridStatus.lua:399
   (tail call): ?
   [C]: ?
   [string "safecall Dispatcher[1]"]:9:
      [string "safecall Dispatcher[1]"]:5
   (tail call): ?
   Ace3\AceAddon-3.0\AceAddon-3.0.lua:543:
      Ace3\AceAddon-3.0\AceAddon-3.0.lua:536
   (tail call): ?
   (tail call): ?
   Grid\GridCore.lua:307: EnableModules()
   Grid\GridCore.lua:239:
      Grid\GridCore.lua:232
   (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:635:
      Ace3\AceAddon-3.0\AceAddon-3.0.lua:621
   [C]: LoadAddOn()
   ..\FrameXML\UIParent.lua:259: UIParentLoadAddOn()
   ..\FrameXML\UIParent.lua:333: TimeManager_LoadUI()
   ..\FrameXML\UIParent.lua:556:
      ..\FrameXML\UIParent.lua:531
AddOns:
  Swatter, v5.11.5146 (DangerousDingo)
  Ace3, v
  AceGUI30SharedMediaWidgets, v4.0.0
  ACP, v3.3.16 
  AutoBar, vv4.2.0.00
  Bartender4, v4.4.19
  Clique, vv40200-1.4.0
  DBMCore, v
  DBMRaidLeadTools, v
  ForteCasting, v
  ForteCooldown, v
  ForteCore, v1.975.5
  FortePriest, v
  ForteTalent, v
  ForteTimer, v
  ForteVehicle, v
  Grid, v4.1.0.1441
  GridAutoFrameSize, v2.4.3
  GridConfigurableLayouts, v0.4.1a
  GridIndicatorCornerIcons, v40000-2
  GridManaBars, v1.04
  GridStatusDungeonRole, v1.2.0
  GridStatusRaidDebuff, vv3.2
  GridStatusRes, v4.2.0.72
  LibBetterBlizzOptions10, v1.0
  LibSharedMedia30, v3.0-62
  LUI, v3.5
  Omen, v3.1.2
  Pawn, v1.5.11
  PowerAuras, v4.21
  Recount, v
  ZygorTalentAdvisor, v2.0.240
  BlizRuntimeLib_enUS v4.2.0.40200 <us>
  (ck=302)
Any idea what these are?
__________________
  Reply With Quote
07-05-11, 03:29 AM   #2
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
The first one, LibResComm has been updated/fixed yesterday, if you didn't do that yet
------------------------------------------------------------------------
r80 | morgalm | 2011-07-03 00:20:41 +0000 (Sun, 03 Jul 2011) | 1 line
Changed paths:
A /tags/v80 (from /trunk:79)

Tagging as v80
------------------------------------------------------------------------
r79 | nevcairiel | 2011-06-29 15:35:27 +0000 (Wed, 29 Jun 2011) | 1 line
Changed paths:
M /trunk/LibResComm-1.0/LibResComm-1.0.lua

Replace usage of string.replace with string.gsub
  Reply With Quote
07-05-11, 03:34 AM   #3
Verttex
Super Monkey
 
Verttex's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2010
Posts: 297
Originally Posted by Ketho View Post
The first one, LibResComm has been updated/fixed yesterday, if you didn't do that yet
Thanks a ton!
__________________
  Reply With Quote
07-05-11, 09:20 AM   #4
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
The second error is likely because the library failed to load.
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Errors I am getting


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off