View Single Post
12-22-18, 02:45 PM   #1
Brellison94
An Aku'mai Servant
AddOn Author - Click to view addons
Join Date: Mar 2013
Posts: 36
Memory-economic mode removal with this message

I'm testing something to get this fixed and I get this lua error. Any idea to work around this?

Lua Code:
  1. Message: Interface\AddOns\BossTalk\Core.lua:975: Dewdrop-2.0: args.bosses.args.1: "desc" must be a string
  2. Time: Sat Dec 22 14:43:28 2018
  3. Count: 5
  4. Stack: Interface\AddOns\BossTalk\Core.lua:975: Dewdrop-2.0: args.bosses.args.1: "desc" must be a string
  5. [C]: in function `error'
  6. ...rface\AddOns\BossTalk\Libs\AceLibrary\AceLibrary.lua:122: in function `error'
  7. ...ace\AddOns\BossTalk\Libs\Dewdrop-2.0\Dewdrop-2.0.lua:1309: in function `FeedAceOptionsTable'
  8. Interface\AddOns\BossTalk\Core.lua:975: in function <Interface\AddOns\BossTalk\Core.lua:974>
  9. ...ace\AddOns\BossTalk\Libs\Dewdrop-2.0\Dewdrop-2.0.lua:1903: in function <...ace\AddOns\BossTalk\Libs\Dewdrop-2.0\Dewdrop-2.0.lua:1852>
  10. ...ace\AddOns\BossTalk\Libs\Dewdrop-2.0\Dewdrop-2.0.lua:2788: in function <...ace\AddOns\BossTalk\Libs\Dewdrop-2.0\Dewdrop-2.0.lua:2747>
  11. ...ace\AddOns\BossTalk\Libs\Dewdrop-2.0\Dewdrop-2.0.lua:3005: in function `Open'
  12. Interface\AddOns\BossTalk\Core.lua:977: in function `OnFuBarClick'
  13. Interface\AddOns\BossTalk\Core.lua:910: in function `OnClick'
  14. ...ace\AddOns\Grid\Libs\LibDBIcon-1.0\LibDBIcon-1.0.lua:144: in function <...ace\AddOns\Grid\Libs\LibDBIcon-1.0\LibDBIcon-1.0.lua:142>
  15.  
  16. Locals: (*temporary) = "Dewdrop-2.0: args.bosses.args.1: "desc" must be a string"
  Reply With Quote