View Single Post
09-11-16, 01:33 AM   #5
KrysEmlyn
A Fallenroot Satyr
Join Date: Nov 2011
Posts: 28
I loaded a character that has a quest item being added to the quest log. The following error got thrown:
Code:
1x Carbonite\NxUI.lua:116: bad argument #5 to 'format' (string expected, got boolean)
[C]: in function `format'
Carbonite\NxUI.lua:116: in function `prt'
Carbonite\NxUI.lua:5901: in function `Update'
Carbonite\NxUI.lua:5421: in function `SetSize'
Carbonite\NxUI.lua:5388: in function `?'
Carbonite.Quests\NxQuest.lua:9029: in function `UpdateList'
Carbonite.Quests\NxQuest.lua:8483: in function `func'
Carbonite\Libs\AceTimer-3.0\AceTimer-3.0-17.lua:55: in function <Carbonite\Libs\AceTimer-3.0\AceTimer-3.0.lua:48>

Locals:
(*temporary) = "Key %s %s #%s %s"
(*temporary) = "K"
(*temporary) = "NxListFrms1"
(*temporary) = "17"
(*temporary) = true
(*temporary) = "string expected, got boolean"
When the error occurs, the keybinding for the Professions Book in the interface goes missing and cannot be restored without disabling Carbonite. Carbonite replaces the keybind of K for the Professions Book in Blizzard's UI with the following "bind K CLICK NxListFrms1:LeftButton", according to the the "bindings-cache.wtf" file after the error occurred. I'm having to use the keybind of "Alt-P" for accessing the Professions Book in the meantime while this bug exists.

Last edited by KrysEmlyn : 09-11-16 at 01:42 AM.
  Reply With Quote