Thread: BETA Problem!!!
View Single Post
07-07-16, 06:50 PM   #2
Rythal
Featured Artist
Featured
Join Date: Aug 2012
Posts: 1,458
Originally Posted by jeffy162 View Post
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]).
Which parts of Carbonite do you actively use? I haven't worked on anything but maps so far, and I can try to get you a copy of maps so you can test it... It's not on github yet after what happened pre-wod when someone was releasing the partially working github version.
  Reply With Quote