View Single Post
02-23-13, 04:52 PM   #1
Geach
Premium Member
Join Date: Mar 2010
Posts: 1
Carbonite.Quests

I am fairly new when it comes to understanding lua but it looks like Carbonite.Quests in beta doesn't talk well with the release version. Reason being is bugsack keeps giving me this error about every secound :

Code:
Carbonite.Quests-1.0\NxQuest.lua:10146: attempt to index field "?" (a boolean value)
Carbonite.Quests-1.0\NxQuest.lua:10146: in function "DecodeComRcv"
Carbonite.Quests-1.0\NxQuest.lua:1724: in function <Carbonite.Quests\NxQuest.lua:1722>
<string>:"safecall Dispatcher[4]":4: in function <string>:"safecall Dispatcher[4]":4
<in C code>
<string>:"safecall Dispatcher[4]":13: in function "?"
libs\CallbackHandler-1.0\CallbackHandler-1.0-6.lua:92: in function "Fire"
BugSack-r262\Libs\AceComm-3.0\AceComm-3.0-7.lua:339: in function <BugSack\Libs\AceComm-3.0\AceComm-3.0.lua:321>

Locals:
nil
For now I comment line 1722 but that would be just temp fix to stop the error from happening.