Close
Page 202 of 212 FirstFirst ... 102 152 192 200 201 202 203 204 ... LastLast
Showing results 2011 to 2020 of 2112
  1. #2011
    Member Iru's Avatar
    Join Date
    Mar 2010
    Location
    J Random Airport
    Posts
    135

    Default

    Quote Originally Posted by CommanderAngry View Post
    Received this error message after accepting quests from Remy "Two Times" in Goldshire. This is with Jamba 0.7c. It happened with both low-level quests this NPC offers.

    Lua error is as follows:

    {snip}

    Let me know if you need any additional information.

    -CA
    I can confirm this bug. Only started this past week end though. My latest addon additions are Altoholic and related DataStore items. Will try disabling those and see if the error still occurs

    EDIT: Removing Altoholic et al doesn't resolve this, and I now get the failure on entering the world - I was only getting it on update/NPC interaction previously. Error follows:
    Code:
    Message: ...face\AddOns\Jamba-QuestWatcher\JambaQuestWatcher.lua:909: bad argument #1 to 'find' (string expected, got nil)
    Time: 11/08/10 09:49:33
    Count: 1
    Stack: [C]: in function `find'
    ...face\AddOns\Jamba-QuestWatcher\JambaQuestWatcher.lua:909: in function `GetQuestObjectiveCompletion'
    ...face\AddOns\Jamba-QuestWatcher\JambaQuestWatcher.lua:1017: in function <...face\AddOns\Jamba-QuestWatcher\JambaQuestWatcher.lua:1005>
    (tail call): ?
    [C]: ?
    [string "safecall Dispatcher[2]"]:9: in function <[string "safecall Dispatcher[2]"]:5>
    (tail call): ?
    ...face\AddOns\Jamba\Libs\AceTimer-3.0\AceTimer-3.0.lua:164: in function <...face\AddOns\Jamba\Libs\AceTimer-3.0\AceTimer-3.0.lua:138>
    
    Locals: <none>
    Let me know if you want someone to test things for you, Jafula.
    Last edited by Iru : 11-08-2010 at 01:52 PM

  2. #2012

    Default

    Thanks for the bug reports re: the quests, I'll have a look at them soon.
    Jafula.
    Jamba - Jafula's Awesome Multi Boxer Assistant. An addon for YOU.

  3. #2013

    Default

    Quote Originally Posted by smallo View Post
    Seems more like its an ace3 library error or something;

    Message: SendChatMessage(): Invalid escape code in chat message
    Time: 11/08/10 00:34:28
    Count: 1
    Stack: [C]: ?
    [C]: in function `SendChatMessage'
    Interface\AddOns\Jamba-Talk\JambaTalk.lua:456: in function <Interface\AddOns\Jamba-Talk\JambaTalk.lua:439>
    (tail call): ?
    ...ce\AddOns\Jamba\Libs\AceComm-3.0\ChatThrottleLib.lua:416: in function `SendChatMessage'
    Interface\AddOns\Jamba\JambaCommunications.lua:745 : in function `SendChatMessage'
    Interface\AddOns\Jamba-Talk\JambaTalk.lua:519: in function `ForwardWhisperToMaster'
    Interface\AddOns\Jamba-Talk\JambaTalk.lua:484: in function `?'
    ...er4\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:147: in function <...er4\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:147>
    [string "safecall Dispatcher[16]"]:4: in function <[string "safecall Dispatcher[16]"]:4>
    [C]: ?
    [string "safecall Dispatcher[16]"]:13: in function `?'
    ...er4\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:92: in function `Fire'
    ...AddOns\Bartender4\libs\AceEvent-3.0\AceEvent-3.0.lua:120: in function <...AddOns\Bartender4\libs\AceEvent-3.0\AceEvent-3.0.lua:119>

    Locals: <none>
    Does this happen all the time or only with certain messages?
    Jafula.
    Jamba - Jafula's Awesome Multi Boxer Assistant. An addon for YOU.

  4. #2014
    Member
    Join Date
    Oct 2007
    Location
    Nottingham, England, UK
    Posts
    36

    Default

    Quote Originally Posted by Jafula View Post
    Does this happen all the time or only with certain messages?
    Its all the time, "BUT ONLY" with the Real ID whispers.

    When someone whispers one of the slaves and it tries to forward to the master.

    The normal whispers *in the pinky type text* all forward correctly, just the Real ID *blue ones* which give that error.


    I tried disabling bartender, cause i seen that in the error report, but then i get a Atlasloot error, just like the bartender one.

    It goes on like that thru out loads of other ace3 librarys, then eventually im down to nothing, and it does it for the Ace3 library in jamba. Which is why i tought it was an ace3 thing and not a jamba thing.

    Its done it ever since the damned patch, i just never noticed cause i dont have many real id friends added, just my brother. maybe blizz changed a hidden something or ace3 changed a lil something in their updates.. im no expert at this stuff.

    but if ya need me to do something extra to test soemthing for ya, just yell, its no problem at all.
    Last edited by smallo : 11-09-2010 at 06:48 AM

  5. #2015

    Default

    Remy is really nice to me. I don't get a lua error at all. However, thanks to both of your lua error posts, I can pinpoint where the error happened and I have stuck a fix in that should stop the error from happening.

    What I _think_ is happening is that the server is a little slow returning quest information and Jamba has got caught up.

    Quote Originally Posted by Iru View Post
    I can confirm this bug. Only started this past week end though. My latest addon additions are Altoholic and related DataStore items. Will try disabling those and see if the error still occurs

    EDIT: Removing Altoholic et al doesn't resolve this, and I now get the failure on entering the world - I was only getting it on update/NPC interaction previously. Error follows:
    Code:
    Message: ...face\AddOns\Jamba-QuestWatcher\JambaQuestWatcher.lua:909: bad argument #1 to 'find' (string expected, got nil)
    Time: 11/08/10 09:49:33
    Count: 1
    Stack: [C]: in function `find'
    ...face\AddOns\Jamba-QuestWatcher\JambaQuestWatcher.lua:909: in function `GetQuestObjectiveCompletion'
    ...face\AddOns\Jamba-QuestWatcher\JambaQuestWatcher.lua:1017: in function <...face\AddOns\Jamba-QuestWatcher\JambaQuestWatcher.lua:1005>
    (tail call): ?
    [C]: ?
    [string "safecall Dispatcher[2]"]:9: in function <[string "safecall Dispatcher[2]"]:5>
    (tail call): ?
    ...face\AddOns\Jamba\Libs\AceTimer-3.0\AceTimer-3.0.lua:164: in function <...face\AddOns\Jamba\Libs\AceTimer-3.0\AceTimer-3.0.lua:138>
    
    Locals: <none>
    Let me know if you want someone to test things for you, Jafula.
    Last edited by Jafula : 11-11-2010 at 01:09 AM
    Jafula.
    Jamba - Jafula's Awesome Multi Boxer Assistant. An addon for YOU.

  6. #2016

    Default

    Bizarre, all Real ID whispers working fine at my end (the blue ones). Are your friends trying to send you links or just regular text? I can't figure out what is going wrong here.

    Quote Originally Posted by smallo View Post
    Its all the time, "BUT ONLY" with the Real ID whispers.

    When someone whispers one of the slaves and it tries to forward to the master.

    The normal whispers *in the pinky type text* all forward correctly, just the Real ID *blue ones* which give that error.


    I tried disabling bartender, cause i seen that in the error report, but then i get a Atlasloot error, just like the bartender one.

    It goes on like that thru out loads of other ace3 librarys, then eventually im down to nothing, and it does it for the Ace3 library in jamba. Which is why i tought it was an ace3 thing and not a jamba thing.

    Its done it ever since the damned patch, i just never noticed cause i dont have many real id friends added, just my brother. maybe blizz changed a hidden something or ace3 changed a lil something in their updates.. im no expert at this stuff.

    but if ya need me to do something extra to test soemthing for ya, just yell, its no problem at all.
    Jafula.
    Jamba - Jafula's Awesome Multi Boxer Assistant. An addon for YOU.

  7. #2017

    Default

    Jamba 0.7d Released.

    Changes...

    Follow

    * New option "Only warn if outside follow range". This is off by default. If it is on and you are in follow range and follow breaks you will not get a warning, so be careful!

    Purchase

    * Fixed bug where toons were not purchasing the correct amount of items.

    Proc

    * Fixed bug where you were unable to choose a sound for a proc. You can now choose sounds for procs!

    Display Team

    * Power bars now update properly.
    Jafula.
    Jamba - Jafula's Awesome Multi Boxer Assistant. An addon for YOU.

  8. #2018
    Member
    Join Date
    Oct 2007
    Location
    Nottingham, England, UK
    Posts
    36

    Default

    Quote Originally Posted by Jafula View Post
    Bizarre, all Real ID whispers working fine at my end (the blue ones). Are your friends trying to send you links or just regular text? I can't figure out what is going wrong here.
    Its just regular text chit chat from my brother - cause i added him when he changed to horde. before that i never noticed it because i didnt have any real ID people. always hated the concept of someone seeing exactly what char and server i was on.

    I'll just reinstall ace3 on its own and see what happens from there.

  9. #2019

    Default

    Jafula,

    We love Jamba!,
    One quick request though: Are there anyway to condense the quest watcher to something of quest helper style like:

    XXXXX Quest: 4/5 || I.e 4 out of 5 members have completed it, then you can choose to expand if you want? or have the option to be collapsed by default.

    thanks!

  10. #2020

    Default new guy help

    Anywhere i can read a consise rundown on what Jamba does, ive browsed all the threads and its a bit daunting.
    Boxing priests, mages, warlocks, paladins...can't make up my mind.

Similar Threads

  1. Replies: 29
    Last Post: 06-27-2009, 03:09 AM
  2. Replies: 1
    Last Post: 04-23-2009, 05:57 PM
  3. Any idea when we'll see an update for Jamba?
    By Clovis in forum Macros and Addons
    Replies: 2
    Last Post: 04-20-2009, 09:21 AM
  4. Jamba Addon new features suggetion
    By Ivanhalf in forum Macros and Addons
    Replies: 3
    Last Post: 04-01-2009, 04:26 AM
  5. SickOfClickingDailies AddOn - great for multiboxers
    By puppychow in forum Macros and Addons
    Replies: 1
    Last Post: 10-16-2008, 04:14 PM

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •