Thread Tools Display Modes
Prev Previous Post   Next Post Next
07-07-16, 04:55 PM   #1
jeffy162
A Pyroguard Emberseer
 
jeffy162's Avatar
AddOn Author - Click to view addons
Join Date: May 2009
Posts: 2,364
BETA Problem!!!

Well, I just got access to the Legion BETA (go figure - it's on the PTR now) and the first addon I installed was Carbonite. AND ... I got errors. Didn't know where else to post them, so....
Lua Code:
  1. ["errors"] = {
  2.         {
  3.             ["message"] = "Interface\\AddOns\\Carbonite\\NxMap.lua:209: Usage: SetMapByID(mapID [,floor])",
  4.             ["time"] = "2016/07/07 18:35:25",
  5.             ["locals"] = "(*temporary) = nil\n",
  6.             ["stack"] = "[C]: in function `SetMapByID'\nInterface\\AddOns\\Carbonite\\NxMap.lua:209: in function `Init'\nInterface\\AddOns\\Carbonite\\Carbonite-6.2.1.lua:767: in function `SetupEverything'\nInterface\\AddOns\\Carbonite\\Carbonite-6.2.1.lua:1225: in function `NXOnUpdate'\n[string \"*:OnUpdate\"]:1: in function <[string \"*:OnUpdate\"]:1>",
  7.             ["session"] = 2,
  8.             ["counter"] = 1,
  9.         }, -- [1]
  10.         {
  11.             ["message"] = "Interface\\AddOns\\Carbonite.Warehouse\\NxWarehouse.lua:771: hooksecurefunc(): SetTradeSkillItem is not a function",
  12.             ["time"] = "2016/07/07 18:34:34",
  13.             ["locals"] = "",
  14.             ["stack"] = "[C]: in function `hooksecurefunc'\nInterface\\AddOns\\Carbonite.Warehouse\\NxWarehouse.lua:771: in function `func'\n...\\AddOns\\Carbonite\\Libs\\AceTimer-3.0\\AceTimer-3.0-17.lua:55: in function <...\\AddOns\\Carbonite\\Libs\\AceTimer-3.0\\AceTimer-3.0.lua:48>",
  15.             ["session"] = 3,
  16.             ["counter"] = 2,
  17.         }, -- [2]
  18.         {
  19.             ["message"] = "Interface\\AddOns\\Carbonite.Quests\\NxQuest.lua:2715: hooksecurefunc(): SetTradeSkillItem is not a function",
  20.             ["time"] = "2016/07/07 18:34:42",
  21.             ["locals"] = "",
  22.             ["stack"] = "[C]: in function `hooksecurefunc'\nInterface\\AddOns\\Carbonite.Quests\\NxQuest.lua:2715: in function `Init'\nInterface\\AddOns\\Carbonite.Quests\\NxQuest.lua:2060: in function `func'\n...\\AddOns\\Carbonite\\Libs\\AceTimer-3.0\\AceTimer-3.0-17.lua:55: in function <...\\AddOns\\Carbonite\\Libs\\AceTimer-3.0\\AceTimer-3.0.lua:48>",
  23.             ["session"] = 3,
  24.             ["counter"] = 2,
  25.         }, -- [3]
  26.         {
  27.             ["message"] = "Interface\\AddOns\\Carbonite.Quests\\NxQuest.lua:9025: bad argument #3 to 'format' (string expected, got nil)",
  28.             ["time"] = "2016/07/07 18:40:56",
  29.             ["locals"] = "(*temporary) = \"%s%s%s\"\n(*temporary) = \"|cff3fbf3f89 \"\n(*temporary) = nil\n(*temporary) = \"The Dark Portal\"\n(*temporary) = \"string expected, got nil\"\n",
  30.             ["stack"] = "[C]: in function `format'\nInterface\\AddOns\\Carbonite.Quests\\NxQuest.lua:9025: in function `UpdateList'\nInterface\\AddOns\\Carbonite.Quests\\NxQuest.lua:8623: in function `func'\n...\\AddOns\\Carbonite\\Libs\\AceTimer-3.0\\AceTimer-3.0-17.lua:55: in function <...\\AddOns\\Carbonite\\Libs\\AceTimer-3.0\\AceTimer-3.0.lua:48>",
  31.             ["session"] = 3,
  32.             ["counter"] = 2,
  33.         }, -- [4]
That is the entire error (except the part that say's that it's from BugGrabber [that's 3 very short lines]).
__________________
Ahhhh, the vagueries of the aging mind. Wait.... What was I saying?


Carbonite <----- GitHub main module (Maps ONLY) download link. The other modules are also available on GitHub.
Carbonite-CLASSIC<----- GitHub link to Carbonite Classic. Thanks to ircdirk for this!
  Reply With Quote
 

WoWInterface » Featured Projects » Carbonite » Carbonite: Maps (Main AddOn) » BETA Problem!!!


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