Thread Tools Display Modes
03-29-13, 02:54 PM   #1
Billtopia
A Flamescale Wyrmkin
AddOn Author - Click to view addons
Join Date: Apr 2009
Posts: 110
Carbonite.Quests-1.0\NxQuest.lua:4440: attempt to compare number with nil

489x Carbonite.Quests-1.0\NxQuest.lua:4440: attempt to compare number with nil
Carbonite.Quests-1.0\NxQuest.lua:4440: in function "OnMsgQuest"
Carbonite-5.2.1\NxCom.lua:530: in function <Carbonite\NxCom.lua:498>
<string>:"safecall Dispatcher[4]":4: in function <string>:"safecall Dispatcher[4]":4
<in C code>
<string>:"safecall Dispatcher[4]":13: in function "?"
Ace3-Release-r1083\CallbackHandler-1.0\CallbackHandler-1.0-6.lua:92: in function "Fire"
Ace3-Release-r1083\AceComm-3.0\AceComm-3.0-7.lua:339: in function <Ace3\AceComm-3.0\AceComm-3.0.lua:321>

Locals:
nil

that was a ear killing time with all the "fatality"s going off for every roach and more...
 
03-30-13, 06:00 AM   #2
Billtopia
A Flamescale Wyrmkin
AddOn Author - Click to view addons
Join Date: Apr 2009
Posts: 110
just a simple change for line 4440

original:
4440: if loc > 0 then

new:
4440: if loc then

or:
4440: if loc and loc > 0 then
 
04-01-13, 04:30 AM   #3
Twink
A Wyrmkin Dreamwalker
Join Date: Apr 2009
Posts: 56
Same error here:

Lua Code:
  1. 11x Carbonite.Quests-1.0\NxQuest.lua:4440: attempt to compare number with nil
  2. Carbonite.Quests-1.0\NxQuest.lua:4440: in function "OnMsgQuest"
  3. Carbonite-5.2.1\NxCom.lua:530: in function <Carbonite\NxCom.lua:498>
  4. <string>:"safecall Dispatcher[4]":4: in function <string>:"safecall Dispatcher[4]":4
  5. <in C code>
  6. <string>:"safecall Dispatcher[4]":13: in function "?"
  7. Libs\CallbackHandler-1.0\CallbackHandler-1.0-6.lua:92: in function "Fire"
  8. Carbonite-5.2.1\Libs\AceComm-3.0\AceComm-3.0-7.lua:339: in function <Carbonite\Libs\AceComm-3.0\AceComm-3.0.lua:321>
  9.  
  10. Locals:
  11. nil
 
 

WoWInterface » Featured Projects » Carbonite » Carbonite Archive » Carbonite.Quests-1.0\NxQuest.lua:4440: attempt to compare number with nil

Thread Tools
Display Modes

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